Skip to content

Bump rubocop-rspec from 1.33.0 to 1.34.0

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

Bumps rubocop-rspec from 1.33.0 to 1.34.0.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v1.34.0

  • Remove AggregateFailuresByDefault config option of RSpec/MultipleExpectations. (@​pirj)
  • Add RSpec/LeakyConstantDeclaration cop. (@​jonatas, @​pirj)
  • Improve aggregate_failures metadata detection of RSpec/MultipleExpectations. (@​pirj)
  • Improve RSpec/SubjectStub detection and message. (@​pirj)
  • Change message of RSpec/LetSetup cop to be more descriptive. ([@​foton][])
  • Improve RSpec/ExampleWording to handle interpolated example messages. ([@​nc-holodakg][])
  • Improve detection by allowing the use of RSpec as a top-level constant. (@​pirj)
  • Fix RSpec/DescribedClass's incorrect detection. (@​pirj)
  • Improve RSpec/DescribedClass's ability to detect inside modules and classes. (@​pirj)
... (truncated)
Changelog

Sourced from rubocop-rspec's changelog.

1.34.0 (2019-07-23)

  • Remove AggregateFailuresByDefault config option of RSpec/MultipleExpectations. (@​pirj)
  • Add RSpec/LeakyConstantDeclaration cop. (@​jonatas, @​pirj)
  • Improve aggregate_failures metadata detection of RSpec/MultipleExpectations. (@​pirj)
  • Improve RSpec/SubjectStub detection and message. (@​pirj)
  • Change message of RSpec/LetSetup cop to be more descriptive. ([@​foton][])
  • Improve RSpec/ExampleWording to handle interpolated example messages. ([@​nc-holodakg][])
  • Improve detection by allowing the use of RSpec as a top-level constant. (@​pirj)
  • Fix RSpec/DescribedClass's incorrect detection. (@​pirj)
  • Improve RSpec/DescribedClass's ability to detect inside modules and classes. (@​pirj)
Commits
  • bcb7ce2 Merge pull request #787 from rubocop-hq/release
  • c107b56 Bump version to 1.34.0
  • ec2bcfa Merge pull request #784 from pirj/fix-pending-spec
  • 6c6d32f Add support for metadata
  • bdc8723 Fix namespace detection
  • d663a48 Remove redundant hook scope
  • fabda66 Remove redundant conversion
  • 97a1b62 Take innermost class for described_class
  • 70a9e7d Switch to newer expect_correction syntax
  • 458356b Remove unused module inclusion
  • Additional commits viewable in compare view

Merge request reports