Skip to content

Instantly share code, notes, and snippets.

@mostlyobvious
Created February 7, 2012 12:13
Show Gist options
  • Save mostlyobvious/1759411 to your computer and use it in GitHub Desktop.
Save mostlyobvious/1759411 to your computer and use it in GitHub Desktop.
Rake::TestTask.new('test') do |t|
t.libs << 'lib'
t.libs << 'test'
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