Class: Flatware::RSpec::Marshalable::ExampleGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/flatware/rspec/marshalable/example_group.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rspec_example_group) ⇒ ExampleGroup

Returns a new instance of ExampleGroup.



5
6
7
# File 'lib/flatware/rspec/marshalable/example_group.rb', line 5

def initialize(rspec_example_group)
  super(rspec_example_group.location)
end

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



4
5
6
# File 'lib/flatware/rspec/marshalable/example_group.rb', line 4

def location
  @location
end