Skip to content

Commit

Permalink
stubbed out in helper
Browse files Browse the repository at this point in the history
  • Loading branch information
arirusso committed Sep 18, 2014
1 parent 3bc40b9 commit 0afd224
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions test/api_test.rb
Expand Up @@ -4,10 +4,6 @@ class Diamond::APITest < Test::Unit::TestCase

context "API" do

setup do
::OSC::EMServer.any_instance.stubs(:run).returns(:true)
end

context "MIDI" do

context "#omni_on" do
Expand Down
4 changes: 0 additions & 4 deletions test/arpeggiator_test.rb
Expand Up @@ -4,10 +4,6 @@ class Diamond::ApeggiatorTest < Test::Unit::TestCase

context "Arpeggiator" do

setup do
::OSC::EMServer.any_instance.stubs(:run).returns(:true)
end

context "#initialize" do

should "have defaults" do
Expand Down

0 comments on commit 0afd224

Please sign in to comment.