Skip to content

RuboCop RSpec v1.8.0

Choose a tag to compare

@bquorning bquorning released this 27 Oct 18:48
· 2616 commits to master since this release
  • Optionally ignore method names in the describe argument when running the FilePath cop. (@bquorning)
  • Fix regression in how FilePath converts alphanumeric class names into paths. (@bquorning)
  • Add ImplicitExpect cop for enforcing should vs. is_expected.to. (@backus)
  • Disable MessageExpectation cop in the default configuration. (@bquorning)