module Gitlab::QA::Scenario::Actable::ClassMethods

def perform

def perform
  yield new if block_given?
end