class Spec::Example::ExampleGroupProxy

def backtrace

Deprecated - use location() instead
def backtrace
  Spec::deprecate("ExampleGroupProxy#backtrace","ExampleGroupProxy#location")
  @backtrace
end