d9d8d3b799
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
6 lines
172 B
Ruby
6 lines
172 B
Ruby
require 'spec_helper'
|
|
|
|
describe LabelsHelper do
|
|
it { expect(text_color_for_bg('#EEEEEE')).to eq('#333') }
|
|
it { expect(text_color_for_bg('#222E2E')).to eq('#FFF') }
|
|
end
|