diff --git a/test/fixtures/boosts.yml b/test/fixtures/boosts.yml index f8d09a69f..5c7d39964 100644 --- a/test/fixtures/boosts.yml +++ b/test/fixtures/boosts.yml @@ -2,24 +2,24 @@ one: body: "" - creator: :jz - bubble: one + creator: jz + bubble: logo created_at: <%= 3.seconds.from_now %> two: body: "" - creator: :jz - bubble: two + creator: jz + bubble: layout created_at: <%= 3.seconds.from_now %> three: body: "" - creator: :kevin - bubble: one + creator: kevin + bubble: logo created_at: <%= 3.seconds.from_now %> four: body: "" - creator: :jz - bubble: one + creator: jz + bubble: logo created_at: <%= 3.seconds.from_now %> diff --git a/test/fixtures/bubbles.yml b/test/fixtures/bubbles.yml index 8b36e466e..5cf537089 100644 --- a/test/fixtures/bubbles.yml +++ b/test/fixtures/bubbles.yml @@ -9,7 +9,6 @@ logo: layout: project: writebook creator: david - creator: jz title: Layout is broken body: The page scrolls horizontally on mobile devices. color: '#698F9C' diff --git a/test/fixtures/comments.yml b/test/fixtures/comments.yml index a4f399f22..435ee265e 100644 --- a/test/fixtures/comments.yml +++ b/test/fixtures/comments.yml @@ -2,15 +2,15 @@ one: body: I agree. - creator: :jz - bubble: :one + creator: jz + bubble: logo two: body: Same, let’s do it. - creator: :kevin - bubble: :one + creator: kevin + bubble: logo three: body: The text is overflowing the container. - creator: :david - bubble: :two + creator: david + bubble: layout