class TestProf::BeforeAll::HooksChain
:nodoc:
def initialize(type)
def initialize(type) @type = type @before = [] @after = [] end
def run
def run before.each(&:call) yield after.each(&:call) end
:nodoc:
def initialize(type) @type = type @before = [] @after = [] end
def run before.each(&:call) yield after.each(&:call) end