Exception: Teaspoon::UnknownSuite
- Defined in:
- lib/teaspoon/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg_or_options) ⇒ UnknownSuite
constructor
A new instance of UnknownSuite.
Constructor Details
#initialize(msg_or_options) ⇒ UnknownSuite
Returns a new instance of UnknownSuite.
79 80 81 82 83 |
# File 'lib/teaspoon/exceptions.rb', line 79 def initialize() super(() do || "Unknown suite configuration: expected \"#{[:name]}\" to be a configured suite." end) end |