Class: RSpec::Parallel::Configuration
- Inherits:
-
Core::Configuration
- Object
- Core::Configuration
- RSpec::Parallel::Configuration
- Defined in:
- lib/rspec/parallel/configuration.rb
Instance Attribute Summary collapse
-
#thread_maximum ⇒ Object
Returns the value of attribute thread_maximum.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 9 |
# File 'lib/rspec/parallel/configuration.rb', line 6 def initialize super @thread_maximum = 1 end |
Instance Attribute Details
#thread_maximum ⇒ Object
Returns the value of attribute thread_maximum.
4 5 6 |
# File 'lib/rspec/parallel/configuration.rb', line 4 def thread_maximum @thread_maximum end |