Class: Spec::Performance::Example::PerformanceExampleGroup
- Inherits:
-
Example::ExampleGroup
- Object
- Example::ExampleGroup
- Spec::Performance::Example::PerformanceExampleGroup
- Extended by:
- PerformanceExampleGroupMethods
- Defined in:
- lib/spec/performance/example/performance_example_group.rb
Instance Attribute Summary collapse
-
#performance_driver ⇒ Object
readonly
Returns the value of attribute performance_driver.
Method Summary
Methods included from PerformanceExampleGroupMethods
Instance Attribute Details
#performance_driver ⇒ Object (readonly)
Returns the value of attribute performance_driver.
8 9 10 |
# File 'lib/spec/performance/example/performance_example_group.rb', line 8 def performance_driver @performance_driver end |