some updates to setup

This commit is contained in:
John Bintz 2013-02-21 15:36:57 -05:00
parent 4e3e4b248e
commit 9a759c12be
2 changed files with 0 additions and 3 deletions

View File

@ -33,8 +33,6 @@ class BintzIntegrationTestingSetup < Thor
system 'bundle exec cuke-pack install'
gsub_file 'config/cucumber.yml', 'precommit: <%=', 'precommit: DRIVER=poltergeist <%='
append_to_file 'Rakefile', <<-RB
Rake::Task['default'].clear_prerequisites
Rake::Task['default'].clear

View File

@ -18,7 +18,6 @@ begin
end
task :cucumber => 'cucumber:precommit'
task :default => 'cucumber:precommit'
rescue LoadError
$stderr.puts "no cucumber, skipping"
end