Sha256: b35ec55e9c5570de23437dd4253adaa15e6d2c67b09b9faf5ea79c983a40c11e

Contents?: true

Size: 268 Bytes

Versions: 13

Compression:

Stored size: 268 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|
  t.cucumber_opts = %w{--tags ~@jruby} unless defined?(JRUBY_VERSION)
end

task :default => :cucumber

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
aruba-jbb-0.2.7.01 Rakefile
aruba-jbb-0.2.6.14 Rakefile
aruba-jbb-0.2.6.13 Rakefile
aruba-jbb-0.2.6.12 Rakefile
aruba-jbb-0.2.6.11 Rakefile
aruba-jbb-0.2.6.10 Rakefile
aruba-jbb-0.2.6.9 Rakefile
aruba-jbb-0.2.6.8 Rakefile
aruba-jbb-0.2.6.7 Rakefile
aruba-jbb-0.2.6.5 Rakefile
aruba-jbb-0.2.6.4 Rakefile
aruba-jbb-0.2.6.3 Rakefile
aruba-jbb-0.2.6.2 Rakefile