#1955: Add user_id to tag test fixtures to fix tests

This commit is contained in:
Jyri-Petteri Paloposki 2019-06-27 15:58:12 +03:00
parent f6d1f243c5
commit 6b54962388
2 changed files with 8 additions and 5 deletions

View file

@ -10,18 +10,21 @@ end
foo: foo:
id: 1 id: 1
name: foo name: foo
user_id: 1
created_at: <%= today %> created_at: <%= today %>
updated_at: <%= today %> updated_at: <%= today %>
bar: bar:
id: 2 id: 2
name: bar name: bar
user_id: 1
created_at: <%= today %> created_at: <%= today %>
updated_at: <%= today %> updated_at: <%= today %>
baz: baz:
id: 3 id: 3
name: baz name: baz
user_id: 1
created_at: <%= today %> created_at: <%= today %>
updated_at: <%= today %> updated_at: <%= today %>