Commit bb04f757 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix minor Rubocop offenses in QA browser runtime

parent d45fae9a
......@@ -79,7 +79,7 @@ module QA
def perform(&block)
visit(@address)
block.call if block_given?
yield if block_given?
rescue
raise if block.nil?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment