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

detect unsupported RSpec spec pattern #339

Merged
merged 5 commits into from
Jul 23, 2015
Merged

detect unsupported RSpec spec pattern #339

merged 5 commits into from
Jul 23, 2015

Conversation

e2
Copy link
Contributor

@e2 e2 commented Jul 23, 2015

Show an error so that users either simplify the RSpec glob pattern
(RSpec.configuration.pattern) or upgrade to a Ruby version supporting
FNM_EXTGLOB (fixes #338)

@e2 e2 changed the title detect unsupported between RSpec spec pattern detect unsupported RSpec spec pattern Jul 23, 2015
e2 added a commit that referenced this pull request Jul 23, 2015
detect unsupported RSpec spec pattern
@e2 e2 merged commit 97be098 into master Jul 23, 2015
@e2 e2 deleted the fix_19_fnmatch_issue branch July 23, 2015 13:17
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.

RSpec's spec pattern is incorrectly used by File.fnmatch
1 participant