mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-06 22:36:07 +00:00
Starting to rework checkout Login links
This commit is contained in:
@@ -6,6 +6,9 @@ describe "CheckoutCtrl", ->
|
||||
beforeEach ->
|
||||
module("Darkswarm")
|
||||
order = {}
|
||||
inject ($controller) ->
|
||||
scope = {}
|
||||
inject ($controller, $rootScope) ->
|
||||
scope = $rootScope.$new()
|
||||
ctrl = $controller 'CheckoutCtrl', {$scope: scope, Order: order}
|
||||
|
||||
it "defaults the user accordion to visible", ->
|
||||
expect(scope.user).toEqual true
|
||||
|
||||
Reference in New Issue
Block a user