Skip to content

RuboCop RSpec v1.15.1

Compare
Choose a tag to compare
@Darhazer Darhazer released this 30 Apr 08:15
· 1989 commits to master since this release
  • Fix the handling of various edge cases in the RSpec/ExampleWording cop, including one that would cause autocorrect to crash. (@dgollahon)
  • Fix RSpec/IteratedExpectation crashing when there is an assignment in the iteration. (@Darhazer)
  • Fix false positive in RSpec/SingleArgumentMessageChain cop when the single argument is a hash. (@Darhazer)