File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,15 @@ Enhancements:
5
5
6
6
* Add support for ` rake notes ` in Rails ` >= 5.1 ` . (John Meehan, #1661 )
7
7
8
+ Bug Fixes:
9
+
10
+ * Stop unnecessarily loading ` rspec/core ` from ` rspec/rails ` to avoid
11
+ IRB context warning. (Myron Marston, #1678 )
12
+
8
13
### 3.5.1 / 2016-07-08
9
14
[ Full Changelog] ( http://github.com/rspec/rspec-rails/compare/v3.5.0...v3.5.1 )
10
15
11
- Bugfixes :
16
+ Bug Fixes :
12
17
13
18
* Only attempt to load ` ActionDispatch::IntegrationTest::Behavior ` on Rails 5,
14
19
and above; Prevents possible ` TypeError ` when an existing ` Behaviour ` class
Original file line number Diff line number Diff line change 1
- # Explicitly require rspec-core for weird spring issue, see #1558
2
- require 'rspec/core'
3
1
require 'rspec/rails/feature_check'
4
2
5
3
# Namespace for all core RSpec projects.
You can’t perform that action at this time.
0 commit comments