diff options
| author | Tom Black <[email protected]> | 2018-09-26 17:21:34 -0700 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-09-26 17:21:34 -0700 |
| commit | e2fb9c34d6f56ec833e0451b26a02c304afaf71b (patch) | |
| tree | 35029a30d2d0074ad783926fcd83e6dfe1401a37 /test/sound_spec.rb | |
| parent | 6351fe4b374000ba78e3a7795f0f05e63cbdbc29 (diff) | |
| download | ruby2d-e2fb9c34d6f56ec833e0451b26a02c304afaf71b.tar.gz ruby2d-e2fb9c34d6f56ec833e0451b26a02c304afaf71b.zip | |
Documentation and style updates
Diffstat (limited to 'test/sound_spec.rb')
| -rw-r--r-- | test/sound_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sound_spec.rb b/test/sound_spec.rb index 72141a7..5458abe 100644 --- a/test/sound_spec.rb +++ b/test/sound_spec.rb @@ -2,9 +2,9 @@ require 'ruby2d' RSpec.describe Ruby2D::Sound do - describe '#new' do + describe "#new" do it "raises exception if audio file doesn't exist" do - expect { Sound.new('bad_sound.wav') }.to raise_error(Ruby2D::Error) + expect { Sound.new("bad_sound.wav") }.to raise_error(Ruby2D::Error) end end |
