Skip to content

Commit

Permalink
fix incorrect factory_bot config (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
desheikh authored Jan 19, 2024
1 parent 1e7cc18 commit c8ac564
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 7.4.1 - 2024-01-19
### Changed
- Fix incorrect factory bot configuration

## 7.4.0 - 2024-01-14
### Changed
- Add rubocop-factory_bot
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PATH
remote: .
specs:
ws-style (7.4.0)
rubocop-factory_bot (>= 2.25.1)
ws-style (7.4.1)
rubocop-rspec (>= 2.2.0)
rubocop-vendor (>= 0.11)
standard (>= 1.30.1)
Expand Down
1 change: 0 additions & 1 deletion core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require:
- standard-custom
- rubocop-performance
- rubocop-vendor
- rubocop-factory_bot

inherit_gem:
standard: config/base.yml
Expand Down
2 changes: 1 addition & 1 deletion lib/ws/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ws
module Style
VERSION = '7.4.0'.freeze
VERSION = '7.4.1'.freeze
end
end
3 changes: 3 additions & 0 deletions rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ require:
RSpec:
Enabled: true

FactoryBot:
Enabled: true

# rubocop-rspec overrides
RSpec/AnyInstance:
Enabled: false
Expand Down
1 change: 0 additions & 1 deletion ws-style.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Gem::Specification.new do |s|
s.add_dependency 'standard-rails', '>= 0.1.0'
s.add_dependency 'rubocop-rspec', '>= 2.2.0'
s.add_dependency 'rubocop-vendor', '>= 0.11'
s.add_dependency 'rubocop-factory_bot', '>= 2.25.1'

s.add_development_dependency 'bundler'
s.add_development_dependency 'bundler-audit'
Expand Down

0 comments on commit c8ac564

Please sign in to comment.