Skip to content

Commit

Permalink
Fix an oversight in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
buehmann committed Dec 18, 2019
1 parent b88ff75 commit acea172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rubocop/cop/style/guard_clause_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def func
end
def func
work if something
work unless something
end
RUBY
end
Expand Down

0 comments on commit acea172

Please sign in to comment.