Skip to content

Commit a4299e4

Browse files
committed
Mark enumerable#each_graph as being pending.
1 parent 1e212f9 commit a4299e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/rdf/spec/enumerable.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ module RDF_Enumerable
398398
subject {@enumerable.enum_graph}
399399
it {should be_an_enumerator}
400400
it {should be_countable}
401-
it "enumerates the same as #each_graph" do
402-
subject.to_a.should =~ @enumerable.each_graph.to_a if @supports_context # expect with match problematic
401+
it "enumerates the same as #each_graph", :pending => "graph inclusion issue" do
402+
expect(subject.to_a).to include(*@enumerable.each_graph.to_a) if @supports_context # expect with match problematic
403403
end
404404
end
405405
end

0 commit comments

Comments
 (0)