summaryrefslogtreecommitdiffhomepage
path: root/test/sound_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/sound_spec.rb')
-rw-r--r--test/sound_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sound_spec.rb b/test/sound_spec.rb
index e5f0dc6..006e1f7 100644
--- a/test/sound_spec.rb
+++ b/test/sound_spec.rb
@@ -7,7 +7,7 @@ RSpec.describe Ruby2D::Sound do
expect { Sound.new("no_sound_here.wav") }.to raise_error(Ruby2D::Error)
end
- unless ENV['APPVEYOR']
+ unless ENV['CI'] # audio cannot be opened on CI; see `music_spec.rb`
it "creates sound" do
snd = Sound.new('test/media/sound.wav')
expect(snd.path).to eq('test/media/sound.wav')