Skip to content

Instantly share code, notes, and snippets.

@ccurtisj
Created October 9, 2012 13:36
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 ccurtisj/3858851 to your computer and use it in GitHub Desktop.
Save ccurtisj/3858851 to your computer and use it in GitHub Desktop.
Acceptance spec rake task
if defined?(RSpec)
namespace :spec do
desc 'Run the acceptance specs in spec/acceptance'
task :acceptance => :environment do
exec 'rspec spec --tag acceptance'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment