Sha256: 8fdc3f864abe025276c0baa5a37838fd3020b1ae6e2ea0128523b3482d125df7

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

# -*- coding: utf-8 -*-


require_relative 'helper'


class TestBeeps < Test::Unit::TestCase

  B = Beeps

  def test_beep()
    B.beep_processor = B::Oscillator.new >> B::Gain.new(gain: 0)
    assert_nothing_raised {B.be}
    assert_nothing_raised {B.bee}
    assert_nothing_raised {B.beep}
    assert_nothing_raised {B.beeep}
    assert_nothing_raised {B.beeeep}
    assert_nothing_raised {B.beeeeep}
  end

end# TestBeeps

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
beeps-0.1.35 test/test_beeps.rb
beeps-0.1.34 test/test_beeps.rb
beeps-0.1.33 test/test_beeps.rb