Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant
expect_no_offenses
keyword arguments
This commit removes the following redundant `expect_no_offenses` keyword arguments: ```console $ bundle exec rubocop (snip) Offenses: spec/rubocop/cop/rails/save_bang_spec.rb:175:35: C: [Correctable] InternalAffairs/RedundantExpectOffenseArguments: Remove the redundant arguments. expect_no_offenses(<<~RUBY, method: method) ^^^^^^^^^^^^^^^^ spec/rubocop/cop/rails/save_bang_spec.rb:291:33: C: [Correctable] InternalAffairs/RedundantExpectOffenseArguments: Remove the redundant arguments. expect_no_offenses(<<~RUBY, method: method) ^^^^^^^^^^^^^^^^ 292 files inspected, 2 offenses detected, 2 offenses autocorrectable ```
- Loading branch information