Class: Custom::ExampleGroupRunner

Inherits:
Object
  • Object
show all
Defined in:
lib/vendor/plugins/rspec/spec/spec/runner/resources/custom_example_group_runner.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options, arg) ⇒ ExampleGroupRunner

Returns a new instance of ExampleGroupRunner.



4
5
6
# File 'lib/vendor/plugins/rspec/spec/spec/runner/resources/custom_example_group_runner.rb', line 4

def initialize(options, arg)
  @options, @arg = options, arg
end

Instance Attribute Details

#argObject (readonly)

Returns the value of attribute arg.



3
4
5
# File 'lib/vendor/plugins/rspec/spec/spec/runner/resources/custom_example_group_runner.rb', line 3

def arg
  @arg
end

#optionsObject (readonly)

Returns the value of attribute options.



3
4
5
# File 'lib/vendor/plugins/rspec/spec/spec/runner/resources/custom_example_group_runner.rb', line 3

def options
  @options
end

Instance Method Details

#load_files(files) ⇒ Object



8
9
# File 'lib/vendor/plugins/rspec/spec/spec/runner/resources/custom_example_group_runner.rb', line 8

def load_files(files)
end

#runObject



11
12
# File 'lib/vendor/plugins/rspec/spec/spec/runner/resources/custom_example_group_runner.rb', line 11

def run
end