Skip to content

Commit

Permalink
Fix error output in produce matcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Nov 27, 2015
1 parent 544a548 commit d5abad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdf/spec/matchers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def normalize(graph)

"Expected: #{expected.is_a?(String) ? expected : expected.to_json(JSON_STATE) rescue 'malformed json'}\n" +
"Actual : #{actual.is_a?(String) ? actual : actual.to_json(JSON_STATE) rescue 'malformed json'}\n" +
"\n#{info + "\n" unless info.empty?}" + + +
"\n#{info + "\n" unless info.empty?}" +
"\nDebug:\n#{@info.logger}"
end
end
Expand Down

0 comments on commit d5abad7

Please sign in to comment.