diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-11-30 07:25:00 -0800 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-11-30 07:25:00 -0800 |
commit | 3bc9c35707e1c0b69b7cdffed31dadce2bfc7738 (patch) | |
tree | 8bacec39abb86258391e3eae85c4c10f429ca590 /activerecord/test | |
parent | 61ad8d5c32422c523293428d25277be1759b597c (diff) | |
parent | e0326f56b41ef4e1d41fd327259873992d894736 (diff) | |
download | rails-3bc9c35707e1c0b69b7cdffed31dadce2bfc7738.tar.gz rails-3bc9c35707e1c0b69b7cdffed31dadce2bfc7738.tar.bz2 rails-3bc9c35707e1c0b69b7cdffed31dadce2bfc7738.zip |
Merge pull request #13111 from akshay-vishnoi/typo
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 |