lib/knapsack_pro/tracker.rb in knapsack_pro-1.18.2 vs lib/knapsack_pro/tracker.rb in knapsack_pro-1.19.0
- old
+ new
@@ -29,10 +29,10 @@
execution_time
end
def current_test_path
raise("current_test_path needs to be set by Knapsack Pro Adapter's bind method") unless @current_test_path
- @current_test_path.sub(/^\.\//, '')
+ KnapsackPro::TestFileCleaner.clean(@current_test_path)
end
def set_prerun_tests(test_file_paths)
test_file_paths.each do |test_file_path|
# Set a default time for test file