Flowdock
new(example_group) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/example_group_proxy.rb, line 7
      def initialize(example_group) # :nodoc:
        @description         = example_group.description
        @nested_descriptions = example_group.nested_descriptions
        @examples            = example_group.example_proxies
        @location            = example_group.location
        @backtrace           = example_group.location # deprecated - see the backtrace method below
        @options             = example_group.options.dup
        @options.delete(:location)
        @options.delete(:scope)
      end
Register or log in to add new notes.