Skip to content

Instantly share code, notes, and snippets.

@srabuini
Created January 13, 2014 06:46
Show Gist options
  • Save srabuini/8395712 to your computer and use it in GitHub Desktop.
Save srabuini/8395712 to your computer and use it in GitHub Desktop.
require 'rake'
require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << 'test'
t.libs << 'lib'
t.pattern = 'test/*_test.rb'
end
task default: :test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment