lib/retest/sounds.rb in retest-1.6.1 vs lib/retest/sounds.rb in retest-1.6.2
- old
+ new
@@ -22,15 +22,33 @@
args = case sound
when :tests_fail
['afplay', '/System/Library/Sounds/Sosumi.aiff']
when :tests_pass
['afplay', '/System/Library/Sounds/Funk.aiff']
+ when :start
+ ['afplay', '/System/Library/Sounds/Blow.aiff']
else
raise ArgumentError.new("No sounds were found for type: #{sound}.")
end
@thread.new { @kernel.system(*args) }
end
alias update play
end
end
-end
\ No newline at end of file
+end
+
+# List of Mac Audio Files:
+# afplay /System/Library/Sounds/Basso.aiff
+# afplay /System/Library/Sounds/Bottle.aiff
+# afplay /System/Library/Sounds/Funk.aiff
+# afplay /System/Library/Sounds/Hero.aiff
+# afplay /System/Library/Sounds/Ping.aiff
+# afplay /System/Library/Sounds/Purr.aiff
+# afplay /System/Library/Sounds/Submarine.aiff
+# afplay /System/Library/Sounds/Blow.aiff
+# afplay /System/Library/Sounds/Frog.aiff
+# afplay /System/Library/Sounds/Glass.aiff
+# afplay /System/Library/Sounds/Morse.aiff
+# afplay /System/Library/Sounds/Pop.aiff
+# afplay /System/Library/Sounds/Sosumi.aiff
+# afplay /System/Library/Sounds/Tink.aiff