Method: Cornucopia::Util::TestHelper#record_test_start
- Defined in:
- lib/cornucopia/util/test_helper.rb
#record_test_start(test_name) ⇒ Object
35 36 37 |
# File 'lib/cornucopia/util/test_helper.rb', line 35 def record_test_start(test_name) record_test("Start", test_name) end |