Commit 9728ae854eaa10c2e6d4bdf1de2bccd86577aa01
1 parent
d1aff25c
Exists in
spb-stable
and in
3 other branches
Fix broadcast message factory
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
spec/factories/broadcast_messages.rb
@@ -21,7 +21,7 @@ FactoryGirl.define do | @@ -21,7 +21,7 @@ FactoryGirl.define do | ||
21 | starts_at "2013-11-12 13:43:25" | 21 | starts_at "2013-11-12 13:43:25" |
22 | ends_at "2013-11-12 13:43:25" | 22 | ends_at "2013-11-12 13:43:25" |
23 | alert_type 1 | 23 | alert_type 1 |
24 | - color "#555" | ||
25 | - font "#BBB" | 24 | + color "#555555" |
25 | + font "#BBBBBB" | ||
26 | end | 26 | end |
27 | end | 27 | end |