lib/knapsack_pro/tracker.rb in knapsack_pro-3.7.0 vs lib/knapsack_pro/tracker.rb in knapsack_pro-3.8.0
- old
+ new
@@ -110,10 +110,10 @@
f.write(report_json)
end
end
def read_prerun_tests_report
- raise "Report #{prerun_tests_report_path} doest not exist on the disk. Most likely, it was removed accidentally. Please report the bug to the Knapsack Pro support team at https://knapsackpro.com/contact" unless File.exist?(prerun_tests_report_path)
+ raise "Report #{prerun_tests_report_path} doest not exist on the disk. Most likely, it was removed accidentally. Please report the bug to the Knapsack Pro support team at #{KnapsackPro::Urls::SUPPORT}" unless File.exist?(prerun_tests_report_path)
JSON.parse(File.read(prerun_tests_report_path))
end
def load_prerun_tests
read_prerun_tests_report.each do |test_file_path, hash|