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

#243 fix example groups #244

Merged
merged 5 commits into from
Jan 9, 2014
Merged

#243 fix example groups #244

merged 5 commits into from
Jan 9, 2014

Conversation

slowjack2k
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling cc175e1 on slowjack2k:243_fix_example_groups into 17c87e9 on guard:master.

@907th
Copy link
Contributor

907th commented Jan 8, 2014

👍

until spec_path?(metadata[:location])
metadata = metadata[:example_group]
if !metadata
warn "no spec file found for #{root_metadata[:location]}"
Copy link
Member

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.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling c968313 on slowjack2k:243_fix_example_groups into 17c87e9 on guard:master.

s.add_development_dependency 'pry'
s.add_development_dependency 'pry-remote'
s.add_development_dependency 'pry-stack_explorer'
s.add_development_dependency 'pry-debugger'
Copy link
Member

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?

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling ef3734a on slowjack2k:243_fix_example_groups into 17c87e9 on guard:master.

@slowjack2k
Copy link
Contributor Author

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.

thibaudgg added a commit that referenced this pull request Jan 9, 2014
Fix #234
Rerun failed spec with example groups in different files does not work.
@thibaudgg thibaudgg merged commit d5a63f2 into guard:master Jan 9, 2014
@thibaudgg
Copy link
Member

@slowjack2k @907th Thanks!

@thibaudgg
Copy link
Member

4.2.4 released.

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.

None yet

5 participants