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

Merge pull request #21779 from amitsuroliya/typo_fix

Fix typo in configuration test descritive > descriptive [ci skip]
This commit is contained in:
Claudio B. 2015-09-26 07:04:38 -07:00
commit 7f18ea14c8

View file

@ -1304,7 +1304,7 @@ module ApplicationTests
assert_equal 'custom key', Rails.application.config.my_custom_config['key'] assert_equal 'custom key', Rails.application.config.my_custom_config['key']
end end
test "config_for with syntax error show a more descritive exception" do test "config_for with syntax error show a more descriptive exception" do
app_file 'config/custom.yml', <<-RUBY app_file 'config/custom.yml', <<-RUBY
development: development:
key: foo: key: foo: