Skip to content

Commit

Permalink
Bump version to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Jul 2, 2022
1 parent bcde3ae commit 8f0172a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.12.0 (2022-07-02)

* Fix incorrect path suggested by `RSpec/FilePath` cop when second argument contains spaces. ([@tejasbubane][])
* Fix autocorrect for EmptyLineSeparation. ([@johnny-miyake][])
* Add new `RSpec/Capybara/SpecificMatcher` cop. ([@ydah][])
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ RSpec/Rails/HaveHttpStatus:
Description: Checks that tests use `have_http_status` instead of equality matchers.
Enabled: pending
SafeAutoCorrect: false
VersionAdded: "<<next>>"
VersionAdded: '2.12'
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Rails/HaveHttpStatus

RSpec/Rails/HttpStatus:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rspec_rails.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
| Pending
| Yes
| Yes (Unsafe)
| <<next>>
| 2.12
| -
|===

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.11.1'
STRING = '2.12.0'
end
end
end

0 comments on commit 8f0172a

Please # to comment.