Skip to content

Commit

Permalink
Remove dead comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Dec 22, 2012
1 parent 75efc44 commit 76b6f63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/commands/tester.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module Commands
class Tester
# FIXME: Turn this into calls directly to the test classes, so we don't have to load environment again.
# Also need to toggle the environment to test and back to dev after running.
def test(what = nil)
case what
when NilClass
Expand All @@ -20,7 +18,6 @@ def test(what = nil)


private
# Executes the tests matching the passed filename globs
def run(*test_patterns)
forking do
switch_env_to :test
Expand Down

0 comments on commit 76b6f63

Please sign in to comment.