Skip to content

Commit 98ecbfe

Browse files
committed
fix config_availabe? in rails 5.x
1 parent 1856702 commit 98ecbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/app/rails_5.2/config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ class Application < Rails::Application
1919
##
2020
# Config
2121
#
22-
config_available?
22+
# config_available? # This is only available in test context
2323
end
2424
end

0 commit comments

Comments
 (0)