Commit 798398d0079b9b54a71cf7869893025286f8e290

Authored by AntonioTerceiro
1 parent 135fa349

ActionItem154: bettern pending message


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1338 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/test_helper.rb
@@ -51,7 +51,7 @@ class Test::Unit::TestCase @@ -51,7 +51,7 @@ class Test::Unit::TestCase
51 self.send(:define_method, destname, &block) 51 self.send(:define_method, destname, &block)
52 else 52 else
53 self.send(:define_method, destname) do 53 self.send(:define_method, destname) do
54 - flunk 'pending' 54 + flunk 'pending: should ' + name
55 end 55 end
56 end 56 end
57 57