Sha256: 6c50287eda065c8f30cf4011d44bc53865703658cbfea3a9578be2f64829a0dd
Contents?: true
Size: 226 Bytes
Versions: 2
Compression:
Stored size: 226 Bytes
Contents
require 'spec_helper' describe Color do describe ".text_colors" do it "must have textual colors" do text_colors = ColorParser::Color.text_colors expect(text_colors[:black]).to eq "000000" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
color_parser-1.0.0 | spec/color_spec.rb |
color_parser-0.1.0 | spec/color_spec.rb |