Skip to content

Commit

Permalink
fixed invoking it_behaves_like but commented out until resolved
Browse files Browse the repository at this point in the history
explicity setting the let(:repository) caused an infinite loop and stack overflow, because the subject is already named it works without #15
  • Loading branch information
stuzart committed Apr 13, 2021
1 parent 061c2a5 commit 8528885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8528885

Please # to comment.