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 77* Remove the code responsible for filtering files to inspect. ([ @pirj ] [ ] )
88* Make RSpec language elements configurable. ([ @sl4vr ] [ ] )
99* Remove ` CustomIncludeMethods ` ` RSpec/EmptyExampleGroup ` option in favour of the new RSpec DSL configuration. ([ @pirj ] [ ] )
10+ * Enabled pending cops (`RSpec/StubbedMock'). ([ @pirj ] [ ] )
1011
1112## 2.0.0.pre (2020-10-22)
1213
Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ RSpec/SingleArgumentMessageChain:
629629
630630RSpec/StubbedMock :
631631 Description : Checks that message expectations do not have a configured response.
632- Enabled : pending
632+ Enabled : true
633633 VersionAdded : ' 1.44'
634634 StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/StubbedMock
635635
Original file line number Diff line number Diff line change @@ -3778,7 +3778,7 @@ allow(foo).to receive("bar.baz")
37783778|===
37793779| Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
37803780
3781- | Pending
3781+ | Enabled
37823782| Yes
37833783| No
37843784| 1.44
You can’t perform that action at this time.
0 commit comments