提交 3e6e3e90 编写于 作者: P Pratik Naik

Remove the test which was testing a non-existing method, always failing on 1.9...

Remove the test which was testing a non-existing method, always failing on 1.9 and never even running on 1.8
上级 7ff131f7
......@@ -327,10 +327,4 @@ def test_create_respects_hash_condition
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册