Sha256: f26ec142392079b80cd8ed0c3372e7cbe021decc373ceea66353a96e8fc24e3d

Contents?: true

Size: 222 Bytes

Versions: 12

Compression:

Stored size: 222 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new

require 'cucumber/rake/task'
Cucumber::Rake::Task.new do |t|
  t.profile = 'default'
end

task :default => :spec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bamboo-client-0.1.9 Rakefile
bamboo-client-0.1.8 Rakefile
bamboo-client-0.1.7 Rakefile
bamboo-client-0.1.6 Rakefile
bamboo-client-0.1.5 Rakefile
bamboo-client-0.1.4 Rakefile
bamboo-client-0.1.3 Rakefile
bamboo-client-0.1.2 Rakefile
bamboo-client-0.1.1 Rakefile
bamboo-client-0.1.0 Rakefile
bamboo-client-0.0.9 Rakefile
bamboo-client-0.0.8 Rakefile