This method is deprecated or moved on the latest stable version.
The last existing version (1.2.0) is shown here.
example_group_backtrace()
public
Deprecated - use +backtrace()+
# File lib/spec/example/example_group_methods.rb, line 26
def example_group_backtrace
Kernel.warn "ExampleGroupMethods#example_group_backtrace is deprecated and will be removed\nfrom a future version. Please use ExampleGroupMethods#backtrace instead.\n"
backtrace
end