Tidy fixtures
This commit is contained in:
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
one:
|
||||
logo_kevin:
|
||||
user: kevin
|
||||
bubble: logo
|
||||
|
||||
two:
|
||||
layout_jz:
|
||||
user: jz
|
||||
bubble: layout
|
||||
|
||||
Vendored
+4
-4
@@ -1,15 +1,15 @@
|
||||
logo_one:
|
||||
logo_jz_one:
|
||||
bubble: logo
|
||||
creator: jz
|
||||
|
||||
logo_two:
|
||||
logo_jz_two:
|
||||
bubble: logo
|
||||
creator: jz
|
||||
|
||||
logo_three:
|
||||
logo_kevin:
|
||||
bubble: logo
|
||||
creator: kevin
|
||||
|
||||
layout_one:
|
||||
layout_jz:
|
||||
bubble: layout
|
||||
creator: jz
|
||||
|
||||
Vendored
+3
-5
@@ -1,16 +1,14 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
logo_jz:
|
||||
body: I agree.
|
||||
creator: jz
|
||||
bubble: logo
|
||||
|
||||
two:
|
||||
logo_kevin:
|
||||
body: Same, let’s do it.
|
||||
creator: kevin
|
||||
bubble: logo
|
||||
|
||||
three:
|
||||
layout_:
|
||||
body: The text is overflowing the container.
|
||||
creator: david
|
||||
bubble: layout
|
||||
|
||||
Vendored
+8
-8
@@ -1,15 +1,15 @@
|
||||
one:
|
||||
logo_web:
|
||||
bubble: logo
|
||||
tag: one
|
||||
tag: web
|
||||
|
||||
two:
|
||||
layout_web:
|
||||
bubble: layout
|
||||
tag: two
|
||||
tag: web
|
||||
|
||||
three:
|
||||
layout_mobile:
|
||||
bubble: layout
|
||||
tag: one
|
||||
tag: mobile
|
||||
|
||||
four:
|
||||
text_mobile:
|
||||
bubble: text
|
||||
tag: two
|
||||
tag: mobile
|
||||
|
||||
Vendored
+2
-4
@@ -1,7 +1,5 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
web:
|
||||
title: Web
|
||||
|
||||
two:
|
||||
mobile:
|
||||
title: Mobile
|
||||
|
||||
Reference in New Issue
Block a user