-
Notifications
You must be signed in to change notification settings - Fork 26
specs don't work #22
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
Comments
Example output after updating the Gemfile to:
|
@justinstoller interesting! It looks like I'm using version |
Maybe I should just pin the gemfile to that version instead of going through the process of updating everything? |
I'd be into that (pinning). 1.24.6 and latest, 2.0.3, didn't work for me. Knowing which version works as intended, I'm happy to do the pinning myself, if you don't mind me folding that into a PR that adds tags to the output of PS. I currently am using a local checkout that displays info like:
|
@justinstoller that sounds great! Yeah please add the pin to your PR and I'll take a look. |
This should be fixed per PR #23 and is now in the master branch. |
Went to write a simple PR (show tags in
list --active
if they exist), but the specs fail on a clean checkout.Tried rolling back the version of Webmock (doing a
bundle install
delivered me a warning that the API had changed recently) but they also fail on 1.24.6 of the library as well. Don't know if I should keep trying to roll back and hopefully find a version that works or if there are actual breakages to resolve.The text was updated successfully, but these errors were encountered: