Exception: Spork::TestFramework::FrameworkNotAvailable
- Inherits:
-
FactoryException
- Object
- Exception
- FactoryException
- Spork::TestFramework::FrameworkNotAvailable
- Defined in:
- lib/spork/test_framework.rb
Instance Method Summary (collapse)
-
- (FrameworkNotAvailable) initialize(framework)
constructor
A new instance of FrameworkNotAvailable.
- - (Object) message
Constructor Details
- (FrameworkNotAvailable) initialize(framework)
A new instance of FrameworkNotAvailable
17 18 19 |
# File 'lib/spork/test_framework.rb', line 17 def initialize(framework) @framework = framework end |
Instance Method Details
- (Object) message
21 22 23 |
# File 'lib/spork/test_framework.rb', line 21 def "I can\'t find the file #{@framework.helper_file} for the #{@framework.short_name} testing framework.\nAre you running me from the project directory?" end |