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's spec pattern is incorrectly used by File.fnmatch #338

Closed
e2 opened this issue Jul 23, 2015 · 0 comments · Fixed by #339
Closed

RSpec's spec pattern is incorrectly used by File.fnmatch #338

e2 opened this issue Jul 23, 2015 · 0 comments · Fixed by #339
Assignees
Labels

Comments

@e2
Copy link
Contributor

e2 commented Jul 23, 2015

RSpec uses extended globs by default. Guard::RSpec formatter uses fnmatch, but extended globs are not available in Rubies < 2.0.

The workaround is to set RSpec.configuration.pattern to something without "{,}" or upgrade to Ruby >= 2.0 (recommended).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant