Fix broken JS specs

This commit is contained in:
Rohan Mitchell
2014-09-12 11:12:35 +10:00
parent 033fe88513
commit a6556f3a4f
2 changed files with 5 additions and 2 deletions

View File

@@ -8,18 +8,21 @@ describe "Hubs service", ->
active: false
orders_close_at: new Date()
is_distributor: true
has_shopfront: true
}
{
id: 3
active: false
orders_close_at: new Date()
is_distributor: true
has_shopfront: true
}
{
id: 1
active: true
orders_close_at: new Date()
is_distributor: true
has_shopfront: true
}
]