Add dummy app, rspec helper files, and routing tests
This commit is contained in:
3
spec/dummy/app/controllers/application_controller.rb
Normal file
3
spec/dummy/app/controllers/application_controller.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class ApplicationController < ActionController::Base
|
||||
protect_from_forgery with: :exception
|
||||
end
|
||||
Reference in New Issue
Block a user