lib/henry/task/cucumber_task.rb in henry-container-0.0.45 vs lib/henry/task/cucumber_task.rb in henry-container-0.0.46

- old
+ new

@@ -37,10 +37,10 @@ File.open(OUT_PATH, 'w') { |f| } # Makes available the cucumber rake task. Cucumber::Rake::Task.new do |t| if self.data.options - t.rspec_opts = self.custom_option + t.cucumber_opts = self.custom_options else t.cucumber_opts = "--out #{OUT_PATH}" t.fork = false end end