Skip to content

Commit 8fca596

Browse files
committed
first data dump fixtures (fixing tests)
1 parent 5997829 commit 8fca596

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

test/fixtures/dumps.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
22

3-
# This model initially had no columns defined. If you add columns to the
4-
# model remove the "{}" from the fixture names and add the columns immediately
5-
# below each fixture, per the syntax in the comments below
6-
#
7-
one: {}
8-
# column: value
9-
#
10-
two: {}
11-
# column: value
3+
without_comment:
4+
title: Data dump without a comment
5+
6+
with_comment:
7+
title: Data dump with comment
8+
comment: we decided to include a helpful comment this time

0 commit comments

Comments
 (0)