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.
7 8 9 |
# File 'lib/smartest/errors.rb', line 7 def initialize(name) super("fixture not found: #{name}") end |