Sha256: a3de7fcd42cf3f0c3313f36c2d8a5ddcb39c4c0f2576023915dbfc12c9537b31

Contents?: true

Size: 338 Bytes

Versions: 8

Compression:

Stored size: 338 Bytes

Contents

# encoding: utf-8
require 'rubygems'
require 'bundler'
Bundler.setup
Bundler::GemHelper.install_tasks

require 'cucumber/rake/task'

Cucumber::Rake::Task.new do |t|
  opts = defined?(JRUBY_VERSION) ? %w{--tags ~@jruby} : []
  opts += %w{--tags ~@fails-on-travis} if ENV['TRAVIS']
  t.cucumber_opts = opts 
end

task :default => :cucumber

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
aruba-0.4.8 Rakefile
rjobs-0.3.3.alpha vendor/aruba-0.4.7/Rakefile
rjobs-0.3.2.alpha vendor/aruba-0.4.7/Rakefile
rjobs-0.3.1.alpha vendor/aruba-0.4.7/Rakefile
rjobs-0.3.0.alpha vendor/aruba-0.4.7/Rakefile
rjobs-0.2.0.alpha vendor/aruba-0.4.7/Rakefile
rjobs-0.1.0.alpha vendor/aruba-0.4.7/Rakefile
aruba-0.4.7 Rakefile