summaryrefslogtreecommitdiffhomepage
path: root/test/color_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/color_spec.rb')
-rw-r--r--test/color_spec.rb2
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