This is the docstring passed to the it() method or any of its
aliases
location[R]
The file and line number at which the represented example was declared.
This is extracted from caller, and is therefore formatted as an
individual line in a backtrace.
options[R]
Optional hash passed to the example declaration
Public Instance Methods
backtrace()click to toggle source
Deprecated - use location()
# File lib/spec/example/example_proxy.rb, line 24defbacktraceSpec.deprecate("ExampleProxy#backtrace","ExampleProxy#location")
locationend