Skip to content

Commit

Permalink
autotest help text advises correct test file location.
Browse files Browse the repository at this point in the history
  • Loading branch information
rue committed Sep 25, 2012
1 parent c4c8c5a commit f91b5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/autotest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def self.parse_options args = ARGV
opts.banner = <<-BANNER.gsub(/^ /, '')
Continuous testing for your ruby app.
Autotest automatically tests code that has changed. It
assumes the code is in lib, and tests are in tests. Autotest
Autotest automatically tests code that has changed. It assumes
the code is in lib, and tests are in test/test_*.rb. Autotest
uses plugins to control what happens. You configure plugins
with require statements in the .autotest file in your
project base directory, and a default configuration for all
Expand Down

0 comments on commit f91b5ef

Please sign in to comment.