5 changed files with 6 additions and 5 deletions
@ -0,0 +1,3 @@
|
||||
class StartController < ApplicationController |
||||
def index; end |
||||
end |
@ -1,3 +0,0 @@
|
||||
class TestController < ApplicationController |
||||
def index; end |
||||
end |
@ -1,7 +1,7 @@
|
||||
require "rails_helper" |
||||
|
||||
# Test Controller intital test |
||||
RSpec.describe TestController, type: :controller do |
||||
RSpec.describe StartController, type: :controller do |
||||
let(:valid_session) { {} } |
||||
|
||||
describe "GET #index" do |
Loading…
Reference in new issue