Skip to content

Instantly share code, notes, and snippets.

@wojtekmach
Created August 3, 2012 18:30
Show Gist options
  • Select an option

  • Save wojtekmach/3250235 to your computer and use it in GitHub Desktop.

Select an option

Save wojtekmach/3250235 to your computer and use it in GitHub Desktop.
rake test:all
namespace :test do
Rake::TestTask.new(:all) do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
end
end
task default: 'test:all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment