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

made some minor cleanup #1

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

made some minor cleanup #1

wants to merge 1 commit into from

Conversation

klobuczek
Copy link
Collaborator

Just making sure this workflow works. Let's start doing the branch, PR, review, workflow so I can participate more.

@@ -2,6 +2,6 @@ module CanCanCan
end
module CanCanCan
module Neo4j
VERSION = '0.1.0'.freeze
VERSION = '1.0.0.beta1'.freeze
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This component is nearly complete. Let's don't scare people with a low version.

@@ -58,7 +56,7 @@
article2 = Article.create!(published: true, secret: true)
article3 = Article.create!(published: false, secret: true)
Article.create!(published: false, secret: false)
expect(Article.accessible_by(@ability).to_a).to eq([article1, article2, article3])
expect(Article.accessible_by(@ability)).to contain_exactly(article1, article2, article3)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

without order by clause order is not guaranteed. Order could be achieved by passing a scope to the rule. Is that possible?

simplecov (~> 0.12)

BUNDLED WITH
1.16.1
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Gemfile.lock is never committed for gems.

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