method

before_example

rspec latest stable - Class: Spec::Example::ExampleMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.1.4) is shown here.

before_example()
protected

No documentation available.

# File lib/spec/example/example_methods.rb, line 99
      def before_example
        setup_mocks_for_rspec
        self.class.run_before_each(self)
      end