Skip to content

Commit 5f355f2

Browse files
committed
Don't check that Enumerable#query returns and Enumerator when using a Query argument.
1 parent e078a37 commit 5f355f2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/rdf/spec/queryable.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ module RDF_Queryable
126126
end
127127

128128
context "with a Query argument" do
129-
it "returns an enumerator" do
130-
expect(subject.query(query)).to be_an_enumerator
131-
end
132-
133129
it "returns solutions" do
134130
expect(subject.query(query)).to be_a(RDF::Query::Solutions)
135131
end

0 commit comments

Comments
 (0)