summaryrefslogtreecommitdiffhomepage
path: root/test/circle_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/circle_spec.rb')
-rw-r--r--test/circle_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/circle_spec.rb b/test/circle_spec.rb
index dd49e2c..0c88b7f 100644
--- a/test/circle_spec.rb
+++ b/test/circle_spec.rb
@@ -5,7 +5,7 @@ RSpec.describe Ruby2D::Circle do
describe "#new" do
it "creates a white circle by default" do
circle = Circle.new
- expect(circle.color).to be_a(Ruby2D::Color)
+ expect(circle.color).to be_a(Ruby2D::Color)
expect(circle.color.r).to eq(1)
expect(circle.color.g).to eq(1)
expect(circle.color.b).to eq(1)