some updates to setup
This commit is contained in:
parent
4e3e4b248e
commit
9a759c12be
@ -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
|
||||
|
@ -18,7 +18,6 @@ begin
|
||||
end
|
||||
|
||||
task :cucumber => 'cucumber:precommit'
|
||||
task :default => 'cucumber:precommit'
|
||||
rescue LoadError
|
||||
$stderr.puts "no cucumber, skipping"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user