Exception: Spork::TestFramework::NoFrameworkMatched
- Inherits:
-
FactoryException
- Object
- Exception
- FactoryException
- Spork::TestFramework::NoFrameworkMatched
- Defined in:
- lib/spork/test_framework.rb
Instance Method Summary collapse
-
#initialize(beginning_with) ⇒ NoFrameworkMatched
constructor
A new instance of NoFrameworkMatched.
- #message ⇒ Object
Constructor Details
#initialize(beginning_with) ⇒ NoFrameworkMatched
Returns 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
#message ⇒ Object
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 |