Method: Oats::TestCase#is_file
- Defined in:
- lib/oats/test_case.rb
#is_file ⇒ Object (readonly)
extension of the test if it is a single rb file instead of a directory
9 10 11 |
# File 'lib/oats/test_case.rb', line 9 def is_file @is_file end |