aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/validations_test.rb
diff options
context:
space:
mode:
authorR.T. Lechow <rtlechow@gmail.com>2011-03-03 22:31:00 -0500
committerXavier Noria <fxn@hashref.com>2011-03-05 11:56:34 +0100
commit48841dd6aebd41cfab66f719f3d6896e172d7b9f (patch)
tree1012056cfc64605d2da5a205963237fff433fceb /activeresource/test/cases/validations_test.rb
parent86c15d8b8984b5865d73ecdd6687d91060bda5ba (diff)
downloadrails-48841dd6aebd41cfab66f719f3d6896e172d7b9f.tar.gz
rails-48841dd6aebd41cfab66f719f3d6896e172d7b9f.tar.bz2
rails-48841dd6aebd41cfab66f719f3d6896e172d7b9f.zip
Active Resource typos.
Diffstat (limited to 'activeresource/test/cases/validations_test.rb')
-rw-r--r--activeresource/test/cases/validations_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/test/cases/validations_test.rb b/activeresource/test/cases/validations_test.rb
index 671d1ea8f0..3b1caecb04 100644
--- a/activeresource/test/cases/validations_test.rb
+++ b/activeresource/test/cases/validations_test.rb
@@ -3,7 +3,7 @@ require 'fixtures/project'
require 'active_support/core_ext/hash/conversions'
# The validations are tested thoroughly under ActiveModel::Validations
-# This test case simply makes sur that they are all accessible by
+# This test case simply makes sure that they are all accessible by
# Active Resource objects.
class ValidationsTest < ActiveModel::TestCase
VALID_PROJECT_HASH = { :name => "My Project", :description => "A project" }