File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Remove the code responsible for filtering files to inspect. ([ @pirj ] [ ] )
8
8
* Make RSpec language elements configurable. ([ @sl4vr ] [ ] )
9
9
* Remove ` CustomIncludeMethods ` ` RSpec/EmptyExampleGroup ` option in favour of the new RSpec DSL configuration. ([ @pirj ] [ ] )
10
+ * Enabled pending cops (`RSpec/StubbedMock'). ([ @pirj ] [ ] )
10
11
11
12
## 2.0.0.pre (2020-10-22)
12
13
Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ RSpec/SingleArgumentMessageChain:
629
629
630
630
RSpec/StubbedMock :
631
631
Description : Checks that message expectations do not have a configured response.
632
- Enabled : pending
632
+ Enabled : true
633
633
VersionAdded : ' 1.44'
634
634
StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/StubbedMock
635
635
Original file line number Diff line number Diff line change @@ -3778,7 +3778,7 @@ allow(foo).to receive("bar.baz")
3778
3778
|===
3779
3779
| Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
3780
3780
3781
- | Pending
3781
+ | Enabled
3782
3782
| Yes
3783
3783
| No
3784
3784
| 1.44
You can’t perform that action at this time.
0 commit comments