Exception: Teaspoon::UnspecifiedFramework
- Defined in:
- lib/teaspoon/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg_or_options) ⇒ UnspecifiedFramework
constructor
A new instance of UnspecifiedFramework.
Constructor Details
#initialize(msg_or_options) ⇒ UnspecifiedFramework
Returns a new instance of UnspecifiedFramework.
63 64 65 66 67 |
# File 'lib/teaspoon/exceptions.rb', line 63 def initialize() super(() do || "Missing framework: expected \"#{[:name]}\" suite to configure one using `suite.use_framework`." end) end |