Skip to content

Commit

Permalink
Merge pull request #1221 from rubocop/release
Browse files Browse the repository at this point in the history
Bump version to 2.7.0
  • Loading branch information
bquorning authored Dec 26, 2021
2 parents bc564fb + 8dad0da commit 34f3932
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Master (Unreleased)

* [#1215](https://github.com/rubocop/rubocop-rails/pull/1215): Add new `RSpec/FactoryBot/SyntaxMethods` cop. ([@leoarnold][])
## 2.7.0 (2021-12-26)

* Add new `RSpec/FactoryBot/SyntaxMethods` cop. ([@leoarnold][])
* Exclude `task` type specs from `RSpec/DescribeClass` cop. ([@harry-graham][])

## 2.6.0 (2021-11-08)
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ RSpec/FactoryBot/SyntaxMethods:
Description: Use shorthands from `FactoryBot::Syntax::Methods` in your specs.
Enabled: pending
SafeAutoCorrect: false
VersionAdded: "<<next>>"
VersionAdded: '2.7'
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FactoryBot/SyntaxMethods

RSpec/Rails:
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: master
version: '2.7'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rspec_factorybot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ end
| Pending
| Yes
| Yes (Unsafe)
| <<next>>
| 2.7
| -
|===

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.6.0'
STRING = '2.7.0'
end
end
end

0 comments on commit 34f3932

Please sign in to comment.