From b3a58a05531145fe12ecbf88c92f0085cee9c829 Mon Sep 17 00:00:00 2001 From: Matthias Hennemeyer Date: Wed, 2 Dec 2009 11:57:03 +0100 Subject: [PATCH] Removing test --- .../associations/has_one_associations_test.rb | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/activerecord/test/cases/associations/has_one_associations_test.rb b/activerecord/test/cases/associations/has_one_associations_test.rb index 289c89d..d359ad4 100644 --- a/activerecord/test/cases/associations/has_one_associations_test.rb +++ b/activerecord/test/cases/associations/has_one_associations_test.rb @@ -327,10 +327,4 @@ class HasOneAssociationsTest < ActiveRecord::TestCase assert !account.new_record? assert_equal 500, account.credit_limit end - - def test_create!_respects_hash_condition - account = companies(:first_firm).create_account_limit_500_with_hash_conditions! - assert !account.new_record? - assert_equal 500, account.credit_limit - end end -- 1.6.4.2