Method: Oats::TestData.current_test
- Defined in:
- lib/oats/test_data.rb
.current_test ⇒ Object
Returns last test in the currently executing list
- index
-
of the test in tests array. Default is last
26 27 28 |
# File 'lib/oats/test_data.rb', line 26 def TestData.current_test TestData.tests[-1] end |