Sha256: 146f218adb6a38d2892c5fd4376011feebd55f63a6d775e765cd949e23a58552

Contents?: true

Size: 314 Bytes

Versions: 18

Compression:

Stored size: 314 Bytes

Contents

require 'rubygems'

require 'bundler'
Bundler::GemHelper.install_tasks

begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts 'Run `bundle install` to install missing gems'
  exit e.status_code
end

task default: :ci

task test: [:spec, :cucumber]

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
reveal-ck-3.5.1 Rakefile
reveal-ck-3.5.0 Rakefile
reveal-ck-3.4.0 Rakefile
reveal-ck-3.3.1 Rakefile
reveal-ck-3.3.0 Rakefile
reveal-ck-3.2.0 Rakefile
reveal-ck-3.1.0 Rakefile
reveal-ck-3.0.1 Rakefile
reveal-ck-3.0.0 Rakefile
reveal-ck-0.6.2 Rakefile
reveal-ck-0.6.1 Rakefile
reveal-ck-0.6.0 Rakefile
reveal-ck-0.5.1 Rakefile
reveal-ck-0.5.0 Rakefile
reveal-ck-0.4.2 Rakefile
reveal-ck-0.4.1 Rakefile
reveal-ck-0.4.0 Rakefile
reveal-ck-0.3.0 Rakefile