Skip to content

Commit

Permalink
Merge pull request #1466 from rubocop/release
Browse files Browse the repository at this point in the history
Bump version to 2.15.0
  • Loading branch information
bquorning authored Nov 3, 2022
2 parents 5e7f0fd + 254ec94 commit cd6b33b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.15.0 (2022-11-03)

- Fix a false positive for `RSpec/RepeatedDescription` when different its block expectations are used. ([@ydah])
- Add `named_only` style to `RSpec/NamedSubject`. ([@kuahyeow])
- Fix `RSpec/FactoryBot/ConsistentParenthesesStyle` to ignore calls without the first positional argument. ([@pirj])
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ RSpec/NamedSubject:
- named_only
IgnoreSharedExamples: true
VersionAdded: 1.5.3
VersionChanged: "<<next>>"
VersionChanged: '2.15'
StyleGuide: https://rspec.rubystyle.guide/#use-subject
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/NamedSubject

Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rubocop-rspec
title: RuboCop RSpec
version: ~
version: '2.15'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rspec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3401,7 +3401,7 @@ end
¦ Yes
¦ No
¦ 1.5.3
¦ <<next>>
¦ 2.15
|===

Checks for explicitly referenced test subjects.
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '2.14.2'
STRING = '2.15.0'
end
end
end

0 comments on commit cd6b33b

Please sign in to comment.