summaryrefslogtreecommitdiffhomepage
path: root/test/sound_spec.rb
diff options
context:
space:
mode:
authorTom Black <[email protected]>2019-01-11 01:04:23 -0800
committerTom Black <[email protected]>2019-01-11 01:32:31 -0800
commit7d1a4de254bd4404affd7ddcafa4ef82f3d32ded (patch)
treed4fff4cb87974ade36f1bf2eb2021b12dffd7c1f /test/sound_spec.rb
parente6a6abc22739eda13905c29c20b0fa3f16e0229f (diff)
downloadruby2d-7d1a4de254bd4404affd7ddcafa4ef82f3d32ded.tar.gz
ruby2d-7d1a4de254bd4404affd7ddcafa4ef82f3d32ded.zip
Update CI
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')