summaryrefslogtreecommitdiffhomepage
path: root/test/window_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/window_spec.rb')
-rw-r--r--test/window_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/window_spec.rb b/test/window_spec.rb
index c49b824..7be4e2b 100644
--- a/test/window_spec.rb
+++ b/test/window_spec.rb
@@ -2,7 +2,7 @@ require 'ruby2d'
RSpec.describe Ruby2D::Window do
- it 'returns class values' do
+ it "returns class values" do
expect(Window.current).to be_a(Ruby2D::Window)
expect(Window.width).to eq(640)
set width: 200