Skip to content

Commit

Permalink
Matcher output in TTL.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Nov 19, 2011
1 parent 7c5f76b commit 5c18f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/matchers.rb
Expand Up @@ -57,7 +57,7 @@ def normalize(graph)
else
Info.new(expected.is_a?(RDF::Graph) ? expected.context : info, info.to_s)
end
@info.format ||= :ntriples
@info.format ||= :ttl
@expected = normalize(expected)
@actual = normalize(actual)
@actual.isomorphic_with?(@expected)
Expand Down

0 comments on commit 5c18f10

Please sign in to comment.