spec/support/emmet_matchers.rb in awestruct-0.5.6.beta8 vs spec/support/emmet_matchers.rb in awestruct-0.5.6.beta9
- old
+ new
@@ -38,10 +38,10 @@
@emmet_string = emmet_string
@emmet_string == @test_string
end
- def failure_message_for_should
+ def failure_message
"expected to match #{@test_string} against #{@emmet_string}, but they are not equal"
end
end
def have_structure(expect)