summaryrefslogtreecommitdiffhomepage
path: root/test/circle_spec.rb
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-09-26 17:21:34 -0700
committerTom Black <[email protected]>2018-09-26 17:21:34 -0700
commite2fb9c34d6f56ec833e0451b26a02c304afaf71b (patch)
tree35029a30d2d0074ad783926fcd83e6dfe1401a37 /test/circle_spec.rb
parent6351fe4b374000ba78e3a7795f0f05e63cbdbc29 (diff)
downloadruby2d-e2fb9c34d6f56ec833e0451b26a02c304afaf71b.tar.gz
ruby2d-e2fb9c34d6f56ec833e0451b26a02c304afaf71b.zip
Documentation and style updates
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 f100cde..dd49e2c 100644
--- a/test/circle_spec.rb
+++ b/test/circle_spec.rb
@@ -2,7 +2,7 @@ require 'ruby2d'
RSpec.describe Ruby2D::Circle do
- describe '#new' do
+ describe "#new" do
it "creates a white circle by default" do
circle = Circle.new
expect(circle.color).to be_a(Ruby2D::Color)