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

RSpec dependency definition too loose #31

Open
paulgoetze opened this issue Jun 24, 2017 · 1 comment
Open

RSpec dependency definition too loose #31

paulgoetze opened this issue Jun 24, 2017 · 1 comment

Comments

@paulgoetze
Copy link
Contributor

The current Gemfile defines an RSpec version of >2.9.0.

The problem is that this also means you can install versions >= 3.0 and the --default_path alias for the --default-path option that is uses in this project’s .spec was removed in RSpec v3.0.0.rc1.

So it should either define a version ~> 2.x or fix the option in the .rspec file.

@mguymon
Copy link
Owner

mguymon commented Oct 24, 2017

Should just update to a recent version rspec, 2.x is pretty ancient

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

No branches or pull requests

2 participants