global

def formatted_load_time

Returns:
  • (String) - a formatted version of the time it took to boot RSpec and
def formatted_load_time
  Formatters::Helpers.format_duration(load_time)
end