shannonfromomaha / 02-29-pair-project

0 stars 0 forks source link

tests/unit/gift_test.rb Issue Duplicate Method Call(s) #59

Closed shannonfromomaha closed 8 years ago

shannonfromomaha commented 8 years ago

[27, 33]:DuplicateMethodCall: GiftTest#setup calls @g.id 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] [34, 40]:DuplicateMethodCall: GiftTest#setup calls @u2.id 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] [46, 48]:DuplicateMethodCall: GiftTest#test_pledge_math calls @g.pledge_math 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] [47, 49]:DuplicateMethodCall: GiftTest#test_pledge_math calls @g2.pledge_math 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md]

shannonfromomaha commented 8 years ago

We're ignoring these errors