summaryrefslogtreecommitdiff
path: root/spec/lib/api/helpers/authentication_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/api/helpers/authentication_spec.rb')
-rw-r--r--spec/lib/api/helpers/authentication_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/api/helpers/authentication_spec.rb b/spec/lib/api/helpers/authentication_spec.rb
index eea5c10d4f8..ac5886fdadd 100644
--- a/spec/lib/api/helpers/authentication_spec.rb
+++ b/spec/lib/api/helpers/authentication_spec.rb
@@ -34,7 +34,7 @@ RSpec.describe API::Helpers::Authentication do
class << cls
def helpers(*modules, &block)
modules.each { |m| include m }
- include Module.new.tap { |m| m.class_eval(&block) } if block_given?
+ include Module.new.tap { |m| m.class_eval(&block) } if block
end
end