Skip to content

Commit

Permalink
Spec: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed May 21, 2020
1 parent 2e8f013 commit 4d694e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/rubocop/cop/metrics/method_length_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def m

it 'still rejects other methods with more than 5 lines' do
expect_offense(<<~RUBY)
def m
^^^^^^ Method has too many lines. [6/5]
def m
^^^^^ Method has too many lines. [6/5]
a = 1
a = 2
a = 3
Expand Down

0 comments on commit 4d694e3

Please sign in to comment.