Skip to content

RuboCop RSpec v3.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 13:43
· 16 commits to master since this release
5e06176
  • Add RSpec/StringAsInstanceDoubleConstant to check for and correct strings used as instance_doubles. (@corsonknowles)
  • Fix false-positive for RSpec/UnspecifiedException when a method is literally named raise_exception. (@aarestad)
  • Fix false-positive for RSpec/UnspecifiedException when not_to raise_error is used within a block. (@aarestad, @G-Rath)