Skip to content

Commit

Permalink
minor fix to doco
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 8658]
  • Loading branch information
zenspider committed Jun 7, 2013
1 parent a7bb6ec commit 60eed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def self.load_plugins # :nodoc:
# Runnable.runnables.each
# runnable.run(reporter, options)
# self.runnable_methods.each
# self.new.run runnable_method
# self.new(runnable_method).run

def self.run args = []
self.load_plugins
Expand Down

0 comments on commit 60eed78

Please sign in to comment.