Reworking the RABL templates for simplicity AND fixing up all the tests

This commit is contained in:
Will Marshall
2014-06-18 13:05:44 +10:00
parent b7e19ca290
commit c8384f1a71
15 changed files with 146 additions and 87 deletions

View File

@@ -1,9 +1,14 @@
describe "AccordionCtrl", ->
ctrl = null
scope = null
CurrentHubMock =
id: 1
beforeEach ->
module "Darkswarm"
module ($provide)->
$provide.value "CurrentHub", CurrentHubMock
null
localStorage.clear()
describe "loading incomplete form", ->