From f4d1af3085cbe95cd8363fae86696a723122c195 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Sun, 9 Oct 2005 22:08:16 +0000 Subject: Fix typo of 'constrains' to 'contraints'. Closes #2069. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2510 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/conditions_scoping_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test') diff --git a/activerecord/test/conditions_scoping_test.rb b/activerecord/test/conditions_scoping_test.rb index 2f5b28f30f..bf6ddc52d1 100644 --- a/activerecord/test/conditions_scoping_test.rb +++ b/activerecord/test/conditions_scoping_test.rb @@ -9,7 +9,7 @@ class ConditionsScopingTest < Test::Unit::TestCase def test_set_conditions Developer.constrain(:conditions => 'just a test...') do - assert_equal 'just a test...', Thread.current[:constrains][Developer][:conditions] + assert_equal 'just a test...', Thread.current[:constraints][Developer][:conditions] end end -- cgit v1.2.3