Skip to content

Commit

Permalink
Reenabled test for associated object lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
softcraft-development authored and goncalossilva committed Mar 6, 2012
1 parent 75dc4d1 commit e9a41d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/more_paranoid_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MoreParanoidTest < ParanoidBaseTest
left.reload

assert_equal [], left.paranoid_many_many_children
# assert_equal [], left.paranoid_many_many_parent_rights, "Associated objects not deleted"
assert_equal [], left.paranoid_many_many_parent_rights, "Associated objects not deleted"
assert_equal right, ParanoidManyManyParentRight.find(right.id)
end

Expand Down

0 comments on commit e9a41d0

Please sign in to comment.