Class: Custom::ExampleGroupRunner
- Defined in:
- lib/vendor/plugins/rspec/spec/spec/runner/resources/custom_example_group_runner.rb
Instance Attribute Summary collapse
-
#arg ⇒ Object
readonly
Returns the value of attribute arg.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options, arg) ⇒ ExampleGroupRunner
constructor
A new instance of ExampleGroupRunner.
- #load_files(files) ⇒ Object
- #run ⇒ Object
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(, arg) @options, @arg = , arg end |
Instance Attribute Details
#arg ⇒ Object (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 |
#options ⇒ Object (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 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 |
#run ⇒ Object
11 12 |
# File 'lib/vendor/plugins/rspec/spec/spec/runner/resources/custom_example_group_runner.rb', line 11 def run end |