Add unit tests for issue_watch
This commit is contained in:
parent
a90ffffb1a
commit
e6781d5488
2 changed files with 57 additions and 0 deletions
15
models/fixtures/issue_watch.yml
Normal file
15
models/fixtures/issue_watch.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
-
|
||||
id: 1
|
||||
user_id: 1
|
||||
issue_id: 1
|
||||
is_watching: true
|
||||
created_unix: 946684800
|
||||
updated_unix: 946684800
|
||||
|
||||
-
|
||||
id: 2
|
||||
user_id: 2
|
||||
issue_id: 2
|
||||
is_watching: false
|
||||
created_unix: 946684800
|
||||
updated_unix: 946684800
|
Loading…
Add table
Add a link
Reference in a new issue