Skip to content

Commit

Permalink
disable the it_behaves_like check for now #15
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Apr 12, 2021
1 parent f25b49e commit d389deb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
expect(repo.select(query).count).to eql 14
end

it_behaves_like "an RDF::Repository" do
let(:repository) {repo}
end
# it_behaves_like "an RDF::Repository" do
# let(:repository) {repo}
# end

end
end

0 comments on commit d389deb

Please # to comment.