Skip to content

Commit

Permalink
Merge pull request #3936 from luisramos0/factories_refactor
Browse files Browse the repository at this point in the history
Extract factories to separate files and fix rubocop issues
  • Loading branch information
luisramos0 committed Jun 14, 2019
2 parents 45c7719 + 13d41dc commit b1d4461
Show file tree
Hide file tree
Showing 13 changed files with 555 additions and 497 deletions.
2 changes: 0 additions & 2 deletions .rubocop_styleguide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ AllCops:
- 'script/**/*'
- 'vendor/**/*'
- 'node_modules/**/*'
# The parser gem fails to parse this file with out current Ruby version.
- 'spec/factories.rb'
# Excluding: inadequate Naming/FileName rule rejects GemFile name with camelcase
- 'engines/web/Gemfile'

Expand Down
Loading

0 comments on commit b1d4461

Please sign in to comment.