-
Notifications
You must be signed in to change notification settings - Fork 248
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
#243 fix example groups #244
Conversation
👍 |
until spec_path?(metadata[:location]) | ||
metadata = metadata[:example_group] | ||
if !metadata | ||
warn "no spec file found for #{root_metadata[:location]}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could use Guard::UI.warning
there.
…e number for shared examples
s.add_development_dependency 'pry' | ||
s.add_development_dependency 'pry-remote' | ||
s.add_development_dependency 'pry-stack_explorer' | ||
s.add_development_dependency 'pry-debugger' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These gems seems to brake bundle install on rbx & jruby, are they really needed?
Pry gem's make development a little more pleasant. pry without the other gem's is a runtime dependency of guard. So I thought it would not harm, but I removed this gems. |
Fix #234 Rerun failed spec with example groups in different files does not work.
@slowjack2k @907th Thanks! |
4.2.4 released. |
No description provided.