mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-26 17:14:07 +01:00
Fixed failing tests
- Some fixtures added by Erik Ordway broke tests
- message:// links had an edge case I broke with 68701ada
- One test had a hard-coded id that changed
Closes #1019
This commit is contained in:
parent
68701adaca
commit
a022f449c1
7 changed files with 9 additions and 45 deletions
18
test/fixtures/contexts.yml
vendored
18
test/fixtures/contexts.yml
vendored
|
|
@ -131,21 +131,3 @@ anothercontext:
|
|||
user_id: 4
|
||||
created_at: <%= today %>
|
||||
updated_at: <%= today %>
|
||||
|
||||
inbox:
|
||||
id: 15
|
||||
name: Inbox
|
||||
position: 1
|
||||
hide: false
|
||||
user_id: 5
|
||||
created_at: <%= today %>
|
||||
updated_at: <%= today %>
|
||||
|
||||
anothercontext:
|
||||
id: 16
|
||||
name: anothercontext
|
||||
position: 2
|
||||
hide: false
|
||||
user_id: 5
|
||||
created_at: <%= today %>
|
||||
updated_at: <%= today %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue