Class: RSpec::Bash::NoisyThread

Inherits:
Thread
  • Object
show all
Defined in:
lib/rspec/bash/noisy_thread.rb

Instance Method Summary collapse

Constructor Details

#initializeNoisyThread

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