Skip to content

Instantly share code, notes, and snippets.

@mikebannister
Created September 21, 2011 17:01
Show Gist options
  • Save mikebannister/1232656 to your computer and use it in GitHub Desktop.
Save mikebannister/1232656 to your computer and use it in GitHub Desktop.
namespace :spec do
desc "Run the code examples in spec/acceptance"
RSpec::Core::RakeTask.new(:acceptance => "db:test:prepare") do |t|
t.pattern = "spec/acceptance/**/*_spec.rb"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment