Skip to content

Instantly share code, notes, and snippets.

@imogenkinsman
Created January 13, 2014 12:43
Show Gist options
  • Save imogenkinsman/8399613 to your computer and use it in GitHub Desktop.
Save imogenkinsman/8399613 to your computer and use it in GitHub Desktop.
require 'rspec/core/rake_task'
task :default => :spec
desc "Run the specs."
task :spec do
RSpec::Core::RakeTask.new do |t|
t.pattern = "spec/*/*_spec.rb"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment