aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/attribute_methods_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/attribute_methods_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/attribute_methods_test.rb')
-rw-r--r--activemodel/test/cases/attribute_methods_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/test/cases/attribute_methods_test.rb b/activemodel/test/cases/attribute_methods_test.rb
index baaf842222..d3ec78157c 100644
--- a/activemodel/test/cases/attribute_methods_test.rb
+++ b/activemodel/test/cases/attribute_methods_test.rb
@@ -194,7 +194,7 @@ class AttributeMethodsTest < ActiveModel::TestCase
assert_raises(NoMethodError) { ModelWithAttributes.new.foo }
end
- test 'acessing a suffixed attribute' do
+ test 'accessing a suffixed attribute' do
m = ModelWithAttributes2.new
m.attributes = { 'foo' => 'bar' }