Skip to content

Commit

Permalink
Update dummy app config
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 5, 2023
1 parent 363c8ba commit b0b1fdb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@

module Dummy
class Application < Rails::Application
config.load_defaults Rails::VERSION::STRING.to_f
end
end
2 changes: 1 addition & 1 deletion spec/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
config.action_controller.perform_caching = false

# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false
# config.action_dispatch.show_exceptions = false

# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = false
Expand Down
Empty file.
3 changes: 0 additions & 3 deletions spec/dummy/config/initializers/framework_default.rb

This file was deleted.

0 comments on commit b0b1fdb

Please sign in to comment.