lib/henry/task/cucumber_task.rb in henry-container-0.0.14 vs lib/henry/task/cucumber_task.rb in henry-container-0.0.15
- old
+ new
@@ -9,9 +9,10 @@
class CucumberTask < Task
# Makes available the cucumber rake task.
Cucumber::Rake::Task.new do |t|
t.cucumber_opts = %w{--out cucumber.out}
+ t.fork = false
end
# Executes the CucumberTask and returns its results.
#
# @return [Hash] the CucumberTask results.