lib/cukeq/async_job.rb in cukeq-0.0.1.dev3 vs lib/cukeq/async_job.rb in cukeq-0.0.1.dev4
- old
+ new
@@ -38,10 +38,10 @@
def cleanup
FileUtils.rm_rf(output_file) if File.exist?(output_file)
end
def command
- "cucumber -rfeatures --format Cucumber::Formatter::Json --out #{output_file} #{@feature_file}"
+ "bundle install && bundle exec cucumber -rfeatures --format Cucumber::Formatter::Json --out #{output_file} #{@feature_file}"
end
def child_finished(stdout, stderr, status)
output = <<-OUT
stdout:
\ No newline at end of file