diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2013-11-30 20:27:01 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2013-11-30 20:27:01 +0530 |
commit | e0326f56b41ef4e1d41fd327259873992d894736 (patch) | |
tree | a8f90ed93adaa52a869df4a827fd3cd383394bbf /activerecord/test | |
parent | e6bccef3d0a75e0ab92b7bb5285d19c2c23bcae4 (diff) | |
download | rails-e0326f56b41ef4e1d41fd327259873992d894736.tar.gz rails-e0326f56b41ef4e1d41fd327259873992d894736.tar.bz2 rails-e0326f56b41ef4e1d41fd327259873992d894736.zip |
Typo fixes [ci skip]
Diffstat (limited to 'activerecord/test')
-rw-r--r-- | activerecord/test/cases/validations_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/validations_test.rb b/activerecord/test/cases/validations_test.rb index 3f587d177b..5f55696c1d 100644 --- a/activerecord/test/cases/validations_test.rb +++ b/activerecord/test/cases/validations_test.rb @@ -93,7 +93,7 @@ class ValidationsTest < ActiveRecord::TestCase assert reply.save(:validate => false) end - def test_validates_acceptance_of_with_non_existant_table + def test_validates_acceptance_of_with_non_existent_table Object.const_set :IncorporealModel, Class.new(ActiveRecord::Base) assert_nothing_raised ActiveRecord::StatementInvalid do |