Skip to content

Commit

Permalink
Add a note explaining why to keep 'test_alt' rake task as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Nov 23, 2009
1 parent 4fa83a7 commit 24d3194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -44,6 +44,8 @@ task :test do
end end
end end


# Alternate testing method, load all tests and run them at once
# Keep this because this test running method exposes test flaws sometimes not found with 'test'
require 'rake/testtask' require 'rake/testtask'
Rake::TestTask.new(:test_alt) do |test| Rake::TestTask.new(:test_alt) do |test|
test.libs << 'lib' << 'test' test.libs << 'lib' << 'test'
Expand Down

0 comments on commit 24d3194

Please sign in to comment.