Exception: Smartest::InvalidFixtureScopeError

Inherits:
Error
  • Object
show all
Defined in:
lib/smartest/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(scope) ⇒ InvalidFixtureScopeError

Returns a new instance of InvalidFixtureScopeError.



40
41
42
# File 'lib/smartest/errors.rb', line 40

def initialize(scope)
  super("invalid fixture scope: #{scope.inspect}; supported scopes: test, suite")
end