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.



31
32
33
# File 'lib/smartest/errors.rb', line 31

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