1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #23630 from akshaymohite/correct-test-name-api-only

Correct config option from only_api to api_only in test
This commit is contained in:
Yves Senn 2016-02-16 12:00:59 +01:00
commit b0b61b62f9

View file

@ -1444,7 +1444,7 @@ module ApplicationTests
assert Rails.configuration.api_only
end
test "debug_exception_response_format is :api by default if only_api is enabled" do
test "debug_exception_response_format is :api by default if api_only is enabled" do
add_to_config <<-RUBY
config.api_only = true
RUBY