Commit 6326f96
committed
Fix tests so they run even with a global --color setting
If you have global RSpec settings located at `~/.rspec`, and you have
`--color` as one of your settings, and you try to run the `super_diff`
tests locally, the integration tests, which ensure that output is
printed in the correct colors and which work by spawning a new `rspec`
child process for each test, will fail. I'm not exactly sure why this is
happening, but we can get around this by instructing the child `rspec`
process not to use the global configuration settings.1 parent e57b6f8 commit 6326f96
File tree
1 file changed
+1
-1
lines changed- spec/support/integration/matchers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments