Method: Cornucopia::Util::TestHelper#test_message

Defined in:
lib/cornucopia/util/test_helper.rb

#test_message(start_end, test_name) ⇒ Object



43
44
45
46
47
48
# File 'lib/cornucopia/util/test_helper.rb', line 43

def test_message(start_end, test_name)
  Cornucopia::Util::Configuration.record_test_start_and_end_format % {
      start_end: start_end,
      test_name: test_name
  }
end