class Teaspoon::UnknownSuite

Public Class Methods

new(msg_or_options) click to toggle source
Calls superclass method
# File lib/teaspoon/exceptions.rb, line 79
def initialize(msg_or_options)
  super(build_message(msg_or_options) do |options|
    "Unknown suite configuration: expected \"#{options[:name]}\" to be a configured suite."
  end)
end