Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Add double quotes to custom failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Mar 11, 2013
1 parent a84f91e commit cd452d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/matchers/have_value.rb
Expand Up @@ -10,6 +10,6 @@
end end


failure_message_for_should do |actual| failure_message_for_should do |actual|
%{expected variable #{actual} to have value #{expected}} %{expected variable #{actual} to have value "#{expected}"}
end end
end end

0 comments on commit cd452d3

Please sign in to comment.