Skip to content

Instantly share code, notes, and snippets.

@Lytol
Created July 31, 2015 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lytol/d9310d740da76f6b1e95 to your computer and use it in GitHub Desktop.
Save Lytol/d9310d740da76f6b1e95 to your computer and use it in GitHub Desktop.
Rake::Task['test'].clear
Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.test_files = FileList['test/**/*_test.rb']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment