mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove weird zombie test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user