namespace :test do desc 'Run specs' task :cucumber do sh 'bundle exec cucumber' end end