We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b513b25 commit abfc075Copy full SHA for abfc075
Changelog.md
@@ -7,6 +7,12 @@ Enhancements:
7
in commented out section of `spec_helper` rather than `.rspec` so users
8
have to consciously opt-in to the setting. (Andrew Hooker, #1572)
9
10
+Bug Fixes:
11
+
12
+* Remove dependency on `FileUtils` from the standard library so that users do
13
+ not get false positives where their code relies on it but they are not
14
+ requiring it. (Sam Phippen, #1565)
15
16
### 3.0.1 Development
17
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0...3-0-maintenance)
18
0 commit comments