Skip to content

Commit

Permalink
Rubocop autocorrect should transform rspec describe messages with "NO…
Browse files Browse the repository at this point in the history
…T" and "only" properly
  • Loading branch information
mjgiarlo committed Aug 25, 2015
1 parent 00cd0ea commit 04a6a56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ Style/ClassAndModuleChildren:
Style/Documentation:
Enabled: false

RSpec/ExampleWording:
CustomTransform:
be: is
have: has
not: does not
NOT: does NOT
IgnoredWords:
- only

RSpec/FilePath:
Enabled: false

Expand Down

0 comments on commit 04a6a56

Please sign in to comment.