class Wrapture::MissingSpecKey
The spec is missing a key that is required.
Public Class Methods
new(message)
click to toggle source
Creates a MissingSpecKey
with the given message.
Calls superclass method
# File lib/wrapture/errors.rb, line 63 def initialize(message) super(message) end