Write a Comment

Comment

  1. in my rails 2.3.2 environment
    rake test TEST=/path/to/test
    runs the test three times

    But
    rake test:units TEST=/path/to/test
    works fine.