Sha256: d9cf490739f3b0a784259ddf0bb8d6c1bfdcddfff859b0a3d7af2610966654a1
Contents?: true
Size: 235 Bytes
Versions: 6
Compression:
Stored size: 235 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, :cucumber]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
bamboo-client-0.0.6 | Rakefile |
bamboo-client-0.0.5 | Rakefile |
bamboo-client-0.0.4 | Rakefile |
bamboo-client-0.0.3 | Rakefile |
bamboo-client-0.0.2 | Rakefile |
bamboo-client-0.0.1 | Rakefile |