public
Description: Rails Plugin - soft-delete your ActiveRecord records with a deleted_at timestamp. This is a much more explicit version of ActsAsParanoid
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/permanent_records.git
renamed test case

...dont really know how to name this
Andreas Haller (author)
Fri May 16 14:27:43 -0700 2008
commit  3cbb27ff947ba1f8e65dac2a77f6f34af32db818
tree    4e9f13f1bce99c67263350e8947671c6884309a2
parent  2aacafad73ff7641712f2b04404ebf399c87336c
...
107
108
109
110
 
111
112
113
...
107
108
109
 
110
111
112
113
0
@@ -107,7 +107,7 @@ class PermanentRecordsTest < Test::Unit::TestCase
0
     end
0
   end
0
   
0
- def test_dependent_permanent_records_should_be_destroyed
0
+ def test_dependent_permanent_records_should_be_marked_as_deleted
0
     assert @hole.is_permanent?
0
     assert @hole.muskrats.first.is_permanent?
0
     assert_no_difference "Muskrat.count" do

Comments

    No one has commented yet.