From bf9444e730d72f7d1673206b3961c731ec1b1587 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Wed, 30 Jun 2010 17:26:04 -0700 Subject: [PATCH] Fallout from non-normalized URIs. --- spec/conjunctive_graph_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/conjunctive_graph_spec.rb b/spec/conjunctive_graph_spec.rb index a3904c7..d290360 100644 --- a/spec/conjunctive_graph_spec.rb +++ b/spec/conjunctive_graph_spec.rb @@ -56,7 +56,7 @@ it "should parse into new context" do n3_string = " \"Gregg Kellogg\" . " graph = subject.parse(n3_string, "http://foo.bar", :type => :n3) - graph.identifier.should == "http://foo.bar/" + graph.identifier.should == "http://foo.bar" subject.size.should == 1 t = subject.triples.first t.subject.to_s.should == "http://example.org/"