Skip to content

Commit b1aa249

Browse files
committed
Fix Rubocop warnings
1 parent e1e90a1 commit b1aa249

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.rubocop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ plugins:
33
- rubocop-performance
44
- rubocop-rake
55
- rubocop-rspec
6-
7-
require:
86
- rubocop-capybara
97
- rubocop-rspec_rails
108

spec/support/poro_form_fixture.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Poro
55

66
attr_accessor :name, :city
77

8-
def save
8+
def save # rubocop:disable Naming/PredicateMethod
99
true
1010
end
1111
end

0 commit comments

Comments
 (0)