Skip to content

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

@e2

Description

@e2

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).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions