Class: TestLauncher::Frameworks::RSpec::TestCase
- Inherits:
-
Base::TestCase
- Object
- Implementation::TestCase
- Base::TestCase
- TestLauncher::Frameworks::RSpec::TestCase
- Defined in:
- lib/test_launcher/frameworks/rspec.rb
Instance Attribute Summary
Attributes inherited from Implementation::TestCase
Instance Method Summary collapse
Methods inherited from Implementation::TestCase
#app_root, #exploded_path, from_search, #initialize, #is_example?, #mtime, #relative_test_path, #runner, #spring_enabled?, #test_root
Constructor Details
This class inherits a constructor from TestLauncher::Frameworks::Implementation::TestCase
Instance Method Details
#test_root_folder_name ⇒ Object
44 45 46 |
# File 'lib/test_launcher/frameworks/rspec.rb', line 44 def test_root_folder_name "spec" end |