diff --git a/test/fixtures/boosts.yml b/test/fixtures/boosts.yml index 7472c265a..f8d09a69f 100644 --- a/test/fixtures/boosts.yml +++ b/test/fixtures/boosts.yml @@ -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 %> diff --git a/test/fixtures/bubbles.yml b/test/fixtures/bubbles.yml index 1700e3862..8fa2699d2 100644 --- a/test/fixtures/bubbles.yml +++ b/test/fixtures/bubbles.yml @@ -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 diff --git a/test/fixtures/comments.yml b/test/fixtures/comments.yml index 2d812e1fe..a4f399f22 100644 --- a/test/fixtures/comments.yml +++ b/test/fixtures/comments.yml @@ -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