Skip to content

Instantly share code, notes, and snippets.

@madwork
Created April 12, 2012 14:25
Show Gist options
  • Save madwork/2367680 to your computer and use it in GitHub Desktop.
Save madwork/2367680 to your computer and use it in GitHub Desktop.
require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << 'lib'
t.libs << 'spec'
t.pattern = 'spec/**/*_spec.rb'
t.verbose = true
t.warning = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment