lib/henry/task/rspec_task.rb in henry-container-0.0.18 vs lib/henry/task/rspec_task.rb in henry-container-0.0.19

- old
+ new

@@ -18,14 +18,14 @@ # @return [Hash] the CucumberTask results. def execute(params) begin File.open('rspec.out', 'w') { |f| } - tail_pid = Process.spawn('tail -f rspec.out') +# tail_pid = Process.spawn('tail -f rspec.out') Rake.application['spec'].invoke - Process.kill(:SIGINT, tail_pid) +# Process.kill(:SIGINT, tail_pid) { name: self.name, code: 'OK', message: 'OK',