mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Add a comment about using alternate Rails versions to the test task description.
This commit is contained in:
parent
6bf9547c7c
commit
243f46d5dd
1 changed files with 4 additions and 2 deletions
6
Rakefile
6
Rakefile
|
@ -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 -----
|
||||
|
||||
|
|
Loading…
Reference in a new issue