aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAbhishek Jain <jainabhishek1610@gmail.com>2016-06-09 09:29:02 +0530
committerAbhishek Jain <jainabhishek1610@gmail.com>2016-06-09 09:29:02 +0530
commit24d496cef57bd62788c8af130f4510b8c1817e69 (patch)
tree00ea6ee3161a7212b38fa7b94247d42d63a44f22 /activesupport
parent154f11663e2fca684e7c6d14d3dffa79b82cb84f (diff)
downloadrails-24d496cef57bd62788c8af130f4510b8c1817e69.tar.gz
rails-24d496cef57bd62788c8af130f4510b8c1817e69.tar.bz2
rails-24d496cef57bd62788c8af130f4510b8c1817e69.zip
existant => existent
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/core_ext/hash_ext_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/hash_ext_test.rb b/activesupport/test/core_ext/hash_ext_test.rb
index e70680c773..e8099baa35 100644
--- a/activesupport/test/core_ext/hash_ext_test.rb
+++ b/activesupport/test/core_ext/hash_ext_test.rb
@@ -1042,7 +1042,7 @@ class HashExtTest < ActiveSupport::TestCase
assert_equal 3, new_hash[2]
new_hash.default = 2
- assert_equal 2, new_hash[:non_existant]
+ assert_equal 2, new_hash[:non_existent]
end
def test_to_hash_with_raising_default_proc