aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/naming_test.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-03-15 11:55:03 +0530
committerVipul A M <vipulnsward@gmail.com>2013-03-15 11:55:03 +0530
commit29dcf096b01d0720136716dc08736e6fef331fa2 (patch)
treed2b15f6750d205337fcdc2fed14053d62bc417c8 /activemodel/test/cases/naming_test.rb
parent36f7732e820ce4d3c4a46bd0a1b15fd8902467b3 (diff)
downloadrails-29dcf096b01d0720136716dc08736e6fef331fa2.tar.gz
rails-29dcf096b01d0720136716dc08736e6fef331fa2.tar.bz2
rails-29dcf096b01d0720136716dc08736e6fef331fa2.zip
Small typos here and there.
Diffstat (limited to 'activemodel/test/cases/naming_test.rb')
-rw-r--r--activemodel/test/cases/naming_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/test/cases/naming_test.rb b/activemodel/test/cases/naming_test.rb
index 38ba3cc152..aa683f4152 100644
--- a/activemodel/test/cases/naming_test.rb
+++ b/activemodel/test/cases/naming_test.rb
@@ -245,7 +245,7 @@ class NamingHelpersTest < ActiveModel::TestCase
end
def test_uncountable
- assert uncountable?(@uncountable), "Expected 'sheep' to be uncoutable"
+ assert uncountable?(@uncountable), "Expected 'sheep' to be uncountable"
assert !uncountable?(@klass), "Expected 'contact' to be countable"
end