Skip to content

Commit

Permalink
Add a comment about using alternate Rails versions to the test task d…
Browse files Browse the repository at this point in the history
…escription.
  • Loading branch information
nex3 committed Mar 6, 2008
1 parent 6bf9547 commit 243f46d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ unless ARGV[0] == 'benchmark'

require 'rake/testtask'

desc 'Test the Haml plugin'
Rake::TestTask.new(:test) do |t|
Rake::TestTask.new do |t|
t.libs << 'lib'
t.pattern = 'test/**/*_test.rb'
t.verbose = true
end
Rake::Task[:test].send(:add_comment, <<END)
To run with an alternate version of Rails, make test/rails a symlink to that version.
END

# ----- Packaging -----

Expand Down

0 comments on commit 243f46d

Please sign in to comment.