Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Really complain if a test is missing: these are TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Aug 25, 2008
1 parent 398cb75 commit e60335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def teardown
end

def run(*args)
return if method_name.to_sym == :default_test
return if method_name.to_sym == :default_test && self.class == Piston::TestCase
super
end

Expand Down

0 comments on commit e60335e

Please sign in to comment.