# File tests/cimi/spec_helper.rb, line 46 def initialize(exp, act) @exp = exp @act = act @io = StringIO.new end
# File tests/cimi/spec_helper.rb, line 58 def errors @io.string end
# File tests/cimi/spec_helper.rb, line 52 def match? @equal = true compare_values(@exp, @act, []) @equal end