Class: RSpec::Bash::NoisyThread
- Inherits:
-
Thread
- Object
- Thread
- RSpec::Bash::NoisyThread
- Defined in:
- lib/rspec/bash/noisy_thread.rb
Instance Method Summary collapse
-
#initialize ⇒ NoisyThread
constructor
A new instance of NoisyThread.
Constructor Details
#initialize ⇒ NoisyThread
Returns a new instance of NoisyThread.
4 5 6 7 8 |
# File 'lib/rspec/bash/noisy_thread.rb', line 4 def initialize(**) super.tap do self.abort_on_exception = true end end |