exe/generic_test in generic_test-0.1.7 vs exe/generic_test in generic_test-0.1.8

- old
+ new

@@ -14,10 +14,10 @@ raise "no file at #{test_file_path}" unless File.exist? test_file_path desc = ENV['PAGE_URL'].split('://').last.tr('/', '_') junit_format = "-f RspecJunitFormatter --out logs/page_#{desc}.xml" ENV['REPORT_PATH'] = "reports/#{desc}" - html_format = "-f RspecHtmlReporter" + html_format = '--require rspec_html_reporter -f RspecHtmlReporter' command = "rspec #{test_file_path} --format documentation --color #{junit_format} #{html_format}" raise $CHILD_STATUS.to_s unless system command end end \ No newline at end of file