Exception: Spork::TestFramework::NoFrameworkMatched
- Inherits:
-
FactoryException
- Object
- Exception
- FactoryException
- Spork::TestFramework::NoFrameworkMatched
- Defined in:
- lib/spork/test_framework.rb
Instance Method Summary (collapse)
-
- (NoFrameworkMatched) initialize(beginning_with)
constructor
A new instance of NoFrameworkMatched.
- - (Object) message
Constructor Details
- (NoFrameworkMatched) initialize(beginning_with)
A new instance of NoFrameworkMatched
27 28 29 |
# File 'lib/spork/test_framework.rb', line 27 def initialize(beginning_with) @beginning_with = beginning_with end |
Instance Method Details
- (Object) message
31 32 33 |
# File 'lib/spork/test_framework.rb', line 31 def "Couldn\'t find a supported test framework that begins with '#{@beginning_with}'" end |