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