lib/knapsack_pro/presenter.rb in knapsack_pro-6.0.4 vs lib/knapsack_pro/presenter.rb in knapsack_pro-7.0.0
- old
+ new
@@ -4,10 +4,10 @@
class Presenter
class << self
def global_time(time = nil)
time = KnapsackPro.tracker.global_time if time.nil?
global_time = pretty_seconds(time)
- "Global time execution for tests: #{global_time}"
+ "Global test execution duration: #{global_time}"
end
def pretty_seconds(seconds)
sign = ''