Rakefile in vagrant-exec-0.3.1 vs Rakefile in vagrant-exec-0.4.0
- old
+ new
@@ -7,10 +7,10 @@
task(:bootstrap) do
system('bundle exec vagrant box add vagrant_exec http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box')
end
Cucumber::Rake::Task.new(:run) do |t|
- t.cucumber_opts = %w(--format pretty)
+ t.cucumber_opts = %w(--require feature --format pretty --format html --out results.html)
end
desc 'Removes testing vagrant box.'
task(:cleanup) do
system('bundle exec vagrant destroy -f')