Class: TestLauncher::Frameworks::RSpec::TestCase

Inherits:
Base::TestCase show all
Defined in:
lib/test_launcher/frameworks/rspec.rb

Instance Attribute Summary

Attributes inherited from Implementation::TestCase

#example, #file

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_nameObject



44
45
46
# File 'lib/test_launcher/frameworks/rspec.rb', line 44

def test_root_folder_name
  "spec"
end