class Spec::Runner::Configuration

def prepend_before(scope = :each, options={}, &proc)

See append_before for scoping semantics.

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