class Sir::Wrapper::ExpectationError
Attributes
message[RW]
Public Class Methods
new(msg, expected, got)
click to toggle source
# File lib/sir/wrapper.rb, line 7 def initialize(msg, expected, got) @message = "#{msg}\n\texpected: #{expected}\n\tgot: #{got}" end