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

find spec/foo_spec.rb when no spec/lib/foo_spec.rb #323

Merged
merged 2 commits into from
Jun 3, 2015

Conversation

e2
Copy link
Contributor

@e2 e2 commented Jun 3, 2015

Since tools like bundle gem create the structure without lib,
Guard::RSpec should fall back to looking for files there too (fixes #322)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 97.38% when pulling 4800246 on e2-fix_322_spec_when_no_spec_lib into 7e8c806 on master.

e2 added a commit that referenced this pull request Jun 3, 2015
find spec/foo_spec.rb when no spec/lib/foo_spec.rb
@e2 e2 merged commit 36e7424 into master Jun 3, 2015
@e2 e2 deleted the e2-fix_322_spec_when_no_spec_lib branch June 3, 2015 19:49
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.

Specs don't run when file changes (spec/lib/foo_spec.rb vs spec/foo_spec.rb)
2 participants