Skip to content

Commit fa54149

Browse files
committed
rubocop
1 parent 079ff86 commit fa54149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/core_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def skip_unless_integration_testing_enabled
7575
# work on Ruby 2.5/2.6 and 2.7+. In practice only one type of arguments
7676
# should be used in any given call.
7777
def with_env(*args, **opts)
78-
if args.any? && opts.any?
78+
if args.any? && opts.any? # rubocop:disable Style/IfUnlessModifier
7979
raise ArgumentError, 'Do not pass both args and opts'
8080
end
8181

0 commit comments

Comments
 (0)