Skip to content

Bump rubocop-rspec from 1.30.1 to 1.31.0

NipaNipa requested to merge dependabot/bundler/rubocop-rspec-1.31.0 into master

Bumps rubocop-rspec from 1.30.1 to 1.31.0.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v1.31.0

  • Add IgnoreSharedExamples option for RSpec/NamedSubject. ([RST-J][])
  • Add autocorrect support for Capybara/CurrentPathExpectation cop. ([ypresto][])
  • Add support for built-in exists matcher for RSpec/PredicateMatcher cop. ([mkenyon][])
  • SingleArgumentMessageChain no longer reports an array as it's only argument as an offense. ([Darhazer][])

[andyw8]: https://github.com/andyw8 [backus]: https://github.com/backus [bquorning]: https://github.com/bquorning [deivid-rodriguez]: https://github.com/deivid-rodriguez [geniou]: https://github.com/geniou [jaredbeck]: https://github.com/jaredbeck [jawshooah]: https://github.com/jawshooah [nevir]: https://github.com/nevir [nijikon]: https://github.com/nijikon [pstengel]: https://github.com/pstengel [miguelfteixeira]: https://github.com/miguelfteixeira [mlarraz]: https://github.com/mlarraz [renanborgescampos]: https://github.com/renanborgescampos [jaredmoody]: https://github.com/jaredmoody [baberthal]: https://github.com/baberthal [jeffreyc]: https://github.com/jeffreyc [clupprich]: https://github.com/clupprich [onk]: https://github.com/onk [Darhazer]: https://github.com/Darhazer [redross]: https://github.com/redross [cfabianski]: https://github.com/cfabianski [dgollahon]: https://github.com/dgollahon [rspeicher]: https://github.com/rspeicher [jonatas]: https://github.com/jonatas [pocke]: https://github.com/pocke [bmorrall]: https:/github.com/bmorrall [zverok]: https:/github.com/zverok [timrogers]: https://github.com/timrogers [yevhene]: https://github.com/yevhene [walf443]: https://github.com/walf443 [pirj]: https://github.com/pirj [telmofcosta]: https://github.com/telmofcosta [EliseFitz15]: https://github.com/EliseFitz15 [anthony-robin]: https://github.com/anthony-robin [jojos003]: https://github.com/jojos003 [abrom]: https://github.com/abrom [patrickomatic]: https://github.com/patrickomatic [tdeo]: https://github.com/tdeo [composerinteralia]: https://github.com/composerinteralia [seanpdoyle]: https://github.com/seanpdoyle [vzvu3k6k]: https://github.com/vzvu3k6k [BrentWheeldon]: https://github.com/BrentWheeldon

... (truncated)
Changelog

Sourced from rubocop-rspec's changelog.

1.31.0 (2019-01-02)

  • Add IgnoreSharedExamples option for RSpec/NamedSubject. ([RST-J][])
  • Add autocorrect support for Capybara/CurrentPathExpectation cop. ([ypresto][])
  • Add support for built-in exists matcher for RSpec/PredicateMatcher cop. ([mkenyon][])
  • SingleArgumentMessageChain no longer reports an array as it's only argument as an offense. ([Darhazer][])
Commits
  • 5e770c8 Merge pull request #724 from rubocop-hq/release
  • 3116d13 Bump version to 1.31.0
  • cf504a0 Merge pull request #722 from rubocop-hq/ci-ruby-2.6.0
  • e8f59de Test on CI also with Ruby 2.6
  • 2474c21 Use just latest Ruby for some jobs
  • f0e9aee Merge pull request #720 from rubocop-hq/fix-single-argument-message-chain-fal...
  • 3520077 [Fix #719] Allow using arrays, variables and method in receive_message_chain
  • f53fa70 Merge pull request #717 from mkenyon/feature/prefer-exist-matcher-716
  • 3654359 Add support for built-in exist matcher
  • 459adf5 Merge pull request #641 from ypresto/current-path-autocorrect
  • Additional commits viewable in compare view

Merge request reports