lib/cucumber/pro/formatter.rb in cucumber-pro-0.0.1 vs lib/cucumber/pro/formatter.rb in cucumber-pro-0.0.2

- old
+ new

@@ -71,10 +71,10 @@ def send_test_case_result(path, line, status) @session.send({ path: path, location: line.to_i, - mime_type: 'application/vnd.cucumber.test-case-result+json', + mime_type: 'application/vnd.cucumber-pro.test-case-result+json', body: { status: status } }) end def get_run_id