diff options
| author | Tom Black <[email protected]> | 2019-01-10 21:54:08 -0800 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2019-01-10 21:57:24 -0800 |
| commit | 9c6c062b197b7ce4a1976e2f38289cea3949fc8b (patch) | |
| tree | 23ae6398640176d87ca3424404fdfe41c1148bbd /test/color_spec.rb | |
| parent | 6a58faf836542089eb104f985aee04196207c648 (diff) | |
| download | ruby2d-9c6c062b197b7ce4a1976e2f38289cea3949fc8b.tar.gz ruby2d-9c6c062b197b7ce4a1976e2f38289cea3949fc8b.zip | |
WASAPI can't be opened on AppVeyor (Windows)
Diffstat (limited to 'test/color_spec.rb')
| -rw-r--r-- | test/color_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/color_spec.rb b/test/color_spec.rb index e22c2c5..1f3f1ec 100644 --- a/test/color_spec.rb +++ b/test/color_spec.rb @@ -26,7 +26,7 @@ RSpec.describe Ruby2D::Color do end it "accepts an existing color object" do - expect { Ruby2D::Color.new(Ruby2D::Color.new('red')) }.to_not raise_error Ruby2D::Error + expect { Ruby2D::Color.new(Ruby2D::Color.new('red')) }.to_not raise_error end it "assigns rgba from an existing color" do |
