Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix another_contract not being used warning
  • Loading branch information
vipulnsward committed Jun 24, 2013
1 parent f6cdc22 commit 9d474d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1351,7 +1351,7 @@ def test_get_ids_for_association_on_new_record_does_not_try_to_find_records
def test_set_ids_for_association_on_new_record_applies_association_correctly
contract_a = Contract.create!
contract_b = Contract.create!
another_contract = Contract.create!
Contract.create! # another contract
company = Company.new(:name => "Some Company")

company.contract_ids = [contract_a.id, contract_b.id]
Expand Down

0 comments on commit 9d474d4

Please sign in to comment.