Skip to content

Instantly share code, notes, and snippets.

@juanfgs
Created September 14, 2016 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanfgs/8886d1865327531c72df9ea30d6ec733 to your computer and use it in GitHub Desktop.
Save juanfgs/8886d1865327531c72df9ea30d6ec733 to your computer and use it in GitHub Desktop.
require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << ["spec", "lib" ]
t.pattern = "spec/**/*_spec.rb"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment