Exception: Smartest::FixtureNotFoundError
- Defined in:
- lib/smartest/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ FixtureNotFoundError
constructor
A new instance of FixtureNotFoundError.
Constructor Details
#initialize(name) ⇒ FixtureNotFoundError
Returns a new instance of FixtureNotFoundError.
16 17 18 |
# File 'lib/smartest/errors.rb', line 16 def initialize(name) super("fixture not found: #{name}") end |