Adding validations for the length of node tags, and the presence of the id (and version). More tests, including some boiler plate tests.
This commit is contained in:
parent
495bd7f1f0
commit
9a4ea6bfd0
10 changed files with 179 additions and 33 deletions
4
test/fixtures/friends.yml
vendored
Normal file
4
test/fixtures/friends.yml
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
normal_user_with_second_user:
|
||||
id: 1
|
||||
user_id: 1
|
||||
friend_user_id: 2
|
Loading…
Add table
Add a link
Reference in a new issue