Adjust fixtures
This commit is contained in:
Vendored
+5
-1
@@ -4,18 +4,22 @@ one:
|
||||
body: ""
|
||||
creator: :jz
|
||||
bubble: one
|
||||
created_at: <%= 3.seconds.from_now %>
|
||||
|
||||
two:
|
||||
body: ""
|
||||
creator: :kevin
|
||||
creator: :jz
|
||||
bubble: two
|
||||
created_at: <%= 3.seconds.from_now %>
|
||||
|
||||
three:
|
||||
body: ""
|
||||
creator: :kevin
|
||||
bubble: one
|
||||
created_at: <%= 3.seconds.from_now %>
|
||||
|
||||
four:
|
||||
body: ""
|
||||
creator: :jz
|
||||
bubble: one
|
||||
created_at: <%= 3.seconds.from_now %>
|
||||
|
||||
Vendored
+1
-1
@@ -11,7 +11,7 @@ two:
|
||||
title: Layout is broken
|
||||
body: The page scrolls horizontally on mobile devices.
|
||||
color: '#698F9C'
|
||||
creator: :jz
|
||||
creator: :david
|
||||
|
||||
three:
|
||||
title: The text is too small
|
||||
|
||||
Vendored
+5
@@ -9,3 +9,8 @@ two:
|
||||
body: Same, let’s do it.
|
||||
creator: :kevin
|
||||
bubble: :one
|
||||
|
||||
three:
|
||||
body: The text is overflowing the container.
|
||||
creator: :david
|
||||
bubble: :two
|
||||
|
||||
Reference in New Issue
Block a user