# File lib/spec/runner/configuration.rb, line 108
      def prepend_before(scope = :each, options={}, &proc)
        add_callback(:prepend_before, scope, options, &proc)
      end