-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 isolated environment not isolated enough? #418
Comments
Here's a sample failure where my
|
I don't get the exact same problems on Linux but I do find that the "isolated environment not isolated enough" when I put a |
Yep, I noticed the same problem today. |
@jonas054 Any progress here? |
Not yet, but I'll start looking shortly. |
For the specs' isolated environment. Fixes rubocop#418.
I am noticing some spec failures happen because my home directory's .rubocop.yml file is apparently overriding settings that are assumed by the specs.
For example, if my .rubocop.yml file specifies a line length of 90, then specs that expect lines longer than 79 or 80 characters to raise an offense will fail.
This is on a Windows 7 system running Ruby 1.9.3p392, so perhaps it's platform-specific. (I'm working on some other spec failures I've found with Windows, but this one has me stumped.)
The text was updated successfully, but these errors were encountered: