Module: Minitest::Sound

Defined in:
lib/minitest/sound.rb,
lib/minitest/sound/player.rb,
lib/minitest/sound/version.rb,
lib/minitest/sound/reporter.rb

Defined Under Namespace

Classes: Player, Reporter

Constant Summary collapse

VERSION =
"0.0.8"

Class Attribute Summary collapse

Class Attribute Details

.during_testObject

Returns the value of attribute during_test.



5
6
7
# File 'lib/minitest/sound.rb', line 5

def during_test
  @during_test
end

.failureObject

Returns the value of attribute failure.



5
6
7
# File 'lib/minitest/sound.rb', line 5

def failure
  @failure
end

.successObject

Returns the value of attribute success.



5
6
7
# File 'lib/minitest/sound.rb', line 5

def success
  @success
end