Exception: Smartest::FixtureNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ FixtureNotFoundError

Returns a new instance of FixtureNotFoundError.



7
8
9
# File 'lib/smartest/errors.rb', line 7

def initialize(name)
  super("fixture not found: #{name}")
end