class Spec::Runner::Configuration
def prepend_before(scope = :each, options={}, &proc)
Prepends a global before block to all example groups.
def prepend_before(scope = :each, options={}, &proc) add_callback(:prepend_before, scope, options, &proc) end