Skip to content

Commit

Permalink
Fixed a regression from yesterday's refactoring. (floehopper)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 7653]
  • Loading branch information
zenspider committed Jul 19, 2012
1 parent fe2272b commit 2613629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minitest/unit.rb
Expand Up @@ -1301,7 +1301,7 @@ def self.teardown_hooks # :nodoc:
end

def run_teardown_hooks # :nodoc:
_run_hooks self.class.teardown_hooks
_run_hooks self.class.teardown_hooks.reverse
end

include MiniTest::Assertions
Expand Down

0 comments on commit 2613629

Please sign in to comment.