mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 12:06:11 +10:00
7 lines
172 B
Ruby
7 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
|