Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rebased] Upgrading the Gem dependencies for rdf and reformatting the code base using the latest release of bixby #9

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jrgriffiniii
Copy link

Resolves #5 and deprecates #6


# TODO
#check_record_limit!(options[:limit], attributes_collection)
# check_record_limit!(options[:limit], attributes_collection)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be an issue created for this.

@@ -8,14 +10,14 @@
ActiveTriples::Repositories.add_repository :default, RDF::Repository.new
end

let (:a) do
let(:a) do
# a = DummyResourceA.new(RDF::URI('http://example.com/a'))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be removed.

# a = DummyResourceA.new(RDF::URI('http://example.com/a'))
a = DummyResourceA.new
a.label = 'resource A'
a
end

let (:b) do
let(:b) do
# b = DummyResourceB.new(RDF::URI('http://example.com/b'))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant