Skip to content

Instantly share code, notes, and snippets.

@wellavelino
Created April 5, 2019 12:48
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 wellavelino/bca46501226263d23820d241421033fa to your computer and use it in GitHub Desktop.
Save wellavelino/bca46501226263d23820d241421033fa to your computer and use it in GitHub Desktop.
rake_fast
desc 'Execute fast scenarios'
task :fast_scenarios do
puts 'Running fast scenarios'
sh 'bundle exec cucumber -t @fast'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment