We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5997829 commit 8fca596Copy full SHA for 8fca596
test/fixtures/dumps.yml
@@ -1,11 +1,8 @@
1
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
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
+without_comment:
+ title: Data dump without a comment
+
+with_comment:
+ title: Data dump with comment
+ comment: we decided to include a helpful comment this time
0 commit comments