diff options
| author | Tom Black <[email protected]> | 2015-11-13 15:49:35 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2015-11-13 15:49:35 -0500 |
| commit | 4b4ceac1d95773f8c054cd04e287af9f65c29dec (patch) | |
| tree | ddd1cbc7214db1b0aa755c8e23b68b1ce10f710d /spec/color_spec.rb | |
| parent | 592dd9976211f8b00da0f4992ddbe27d7d2b300e (diff) | |
| download | ruby2d-4b4ceac1d95773f8c054cd04e287af9f65c29dec.tar.gz ruby2d-4b4ceac1d95773f8c054cd04e287af9f65c29dec.zip | |
Extract string colors to class hash
Also validate them
Diffstat (limited to 'spec/color_spec.rb')
| -rw-r--r-- | spec/color_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/color_spec.rb b/spec/color_spec.rb index 0b63d8d..964bc6f 100644 --- a/spec/color_spec.rb +++ b/spec/color_spec.rb @@ -6,7 +6,6 @@ RSpec.describe Ruby2D::Color do describe '#is_valid?' do it 'determines if a color string is valid' do - pending 'need hash of valid strings' expect(Ruby2D::Color.is_valid? 'red').to be true expect(Ruby2D::Color.is_valid? 'balloons').to be false end |
