Skip to content

Commit

Permalink
Remove unnecessary bits from Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Mar 23, 2012
1 parent f75da74 commit 058724b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Rakefile
@@ -1,11 +1,7 @@
require 'bundler/setup'
require 'rubygems'
require 'bundler/gem_tasks'
require 'cucumber/rake/task'

desc "Clean files generated by rake tasks"
task :clobber => [:clobber_rdoc, :clobber_package]

Cucumber::Rake::Task.new do |t|
t.fork = true
t.cucumber_opts = ['--format', (ENV['CUCUMBER_FORMAT'] || 'progress')]
Expand Down

0 comments on commit 058724b

Please sign in to comment.