Commit 3a58c9bc by Ryan Bigg

Remove debug lines from tests

parent d0d6a021
......@@ -103,9 +103,6 @@ class ParanoiaTest < Test::Unit::TestCase
id = model.id
model.destroy
puts model.inspect
puts ParanoidModel.all.inspect
assert model.destroyed?
model = ParanoidModel.only_deleted.find(id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment