Exception: Smartest::InvalidFixtureScopeError
- Defined in:
- lib/smartest/errors.rb
Instance Method Summary collapse
-
#initialize(scope) ⇒ InvalidFixtureScopeError
constructor
A new instance of InvalidFixtureScopeError.
Constructor Details
#initialize(scope) ⇒ InvalidFixtureScopeError
Returns a new instance of InvalidFixtureScopeError.
31 32 33 |
# File 'lib/smartest/errors.rb', line 31 def initialize(scope) super("invalid fixture scope: #{scope.inspect}; supported scopes: test, suite") end |