Skip to content

Bump rubocop-rspec from 1.33.0 to 1.34.1

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

Bumps rubocop-rspec from 1.33.0 to 1.34.1.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v1.34.1

  • Fix RSpec/DescribedClass's error when a local variable is part of the namespace. (@​pirj)

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.1 (2019-07-31)

  • Fix RSpec/DescribedClass's error when a local variable is part of the namespace. (@​pirj)

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
  • 2475a64 Merge pull request #794 from rubocop-hq/release
  • 6a7c98f Bump version to 1.34.1
  • 6420b04 Merge pull request #791 from pirj/fix-described_class-cbase-edge-case
  • 8bbf5f0 Fix a case for DescribedClass cop
  • b1d531c Merge pull request #788 from pirj/minor-doc-fix-in-leaky-constant-cop
  • bd473a7 Minor documentation fix in LeakyConstantDeclaration cop
  • 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
  • Additional commits viewable in compare view

Merge request reports