Method: Spec::Example::ExampleGroupProxy#location

Defined in:
lib/spec/example/example_group_proxy.rb

#locationObject (readonly)

The file and line number at which the proxied example group was declared. This is extracted from caller, and is therefore formatted as an individual line in a backtrace.

[View source]

38
39
40
# File 'lib/spec/example/example_group_proxy.rb', line 38

def location
  @location
end