Skip to content

Commit 8528885

Browse files
committed
fixed invoking it_behaves_like but commented out until resolved
explicity setting the let(:repository) caused an infinite loop and stack overflow, because the subject is already named it works without #15
1 parent 061c2a5 commit 8528885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/integration_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
repository.delete(query)
4747
end
4848

49-
# it_behaves_like "an RDF::Repository" do
50-
# let(:repository) {subject}
51-
# end
49+
# commented out until conformance issues are resolved, otherwise there are many errors
50+
# it_behaves_like "an RDF::Repository"
51+
5252
end
5353
end

0 commit comments

Comments
 (0)