diff options
| author | Tom Black <[email protected]> | 2018-09-26 17:21:34 -0700 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-09-26 17:21:34 -0700 |
| commit | e2fb9c34d6f56ec833e0451b26a02c304afaf71b (patch) | |
| tree | 35029a30d2d0074ad783926fcd83e6dfe1401a37 /test/window_spec.rb | |
| parent | 6351fe4b374000ba78e3a7795f0f05e63cbdbc29 (diff) | |
| download | ruby2d-e2fb9c34d6f56ec833e0451b26a02c304afaf71b.tar.gz ruby2d-e2fb9c34d6f56ec833e0451b26a02c304afaf71b.zip | |
Documentation and style updates
Diffstat (limited to 'test/window_spec.rb')
| -rw-r--r-- | test/window_spec.rb | 2 |
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 |
