Rakefile in bamboo-client-0.0.6 vs Rakefile in bamboo-client-0.0.8
- old
+ new
@@ -7,6 +7,6 @@
require 'cucumber/rake/task'
Cucumber::Rake::Task.new do |t|
t.profile = 'default'
end
-task :default => [:spec, :cucumber]
+task :default => :spec
\ No newline at end of file