Skip to content

Commit

Permalink
Merge pull request #23630 from akshaymohite/correct-test-name-api-only
Browse files Browse the repository at this point in the history
Correct config option from only_api to api_only in test
  • Loading branch information
senny committed Feb 16, 2016
2 parents f41b90f + 2d9b774 commit b0b61b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/application/configuration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ def index
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
Expand Down

0 comments on commit b0b61b6

Please sign in to comment.