Skip to content

Commit

Permalink
Removing feature tests from rubocop ABC check
Browse files Browse the repository at this point in the history
  • Loading branch information
zaparka committed Apr 9, 2019
1 parent b7fb5b3 commit acf4f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Metrics/LineLength:
Metrics/AbcSize:
Exclude:
- 'spec/**/*'
- 'features/**/*'

# Allow expect {}.to blocks in specs
# but not in the code
Expand Down

0 comments on commit acf4f1c

Please sign in to comment.