Skip to content

Instantly share code, notes, and snippets.

@delba
Created May 22, 2013 22:56
Show Gist options
  • Select an option

  • Save delba/5631602 to your computer and use it in GitHub Desktop.

Select an option

Save delba/5631602 to your computer and use it in GitHub Desktop.
Rake test
require 'rake/testtask'
require 'bundler'
Bundler::GemHelper.install_tasks
tasks default: [:test]
Rake::TestTask.new do |task|
task.pattern = 'test/*_test.rb'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment