OSDN Git Service

Fix broadcast message factory
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Thu, 19 Dec 2013 19:06:59 +0000 (21:06 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Thu, 19 Dec 2013 19:06:59 +0000 (21:06 +0200)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
spec/factories/broadcast_messages.rb

index ad16eda..6339d5c 100644 (file)
@@ -21,7 +21,7 @@ FactoryGirl.define do
     starts_at "2013-11-12 13:43:25"
     ends_at "2013-11-12 13:43:25"
     alert_type 1
-    color "#555"
-    font "#BBB"
+    color "#555555"
+    font "#BBBBBB"
   end
 end