From 85288859abc1c3e80c31ae53ab282c1764b9d60a Mon Sep 17 00:00:00 2001 From: Stuart Owen Date: Tue, 13 Apr 2021 16:21:19 +0100 Subject: [PATCH] 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 --- spec/integration_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/integration_spec.rb b/spec/integration_spec.rb index b7a2336..5f86671 100644 --- a/spec/integration_spec.rb +++ b/spec/integration_spec.rb @@ -46,8 +46,8 @@ repository.delete(query) end - # it_behaves_like "an RDF::Repository" do - # let(:repository) {subject} - # end + # commented out until conformance issues are resolved, otherwise there are many errors + # it_behaves_like "an RDF::Repository" + end end