Minor test tweaks

This commit is contained in:
Will Marshall
2014-05-29 11:52:46 +10:00
parent 74211cbfc7
commit b757629bfa
2 changed files with 1 additions and 2 deletions

View File

@@ -77,7 +77,6 @@ describe 'Order service', ->
$httpBackend.flush()
expect(Order.errors).toEqual {error: "frogs"}
it "Munges the order attributes to add _attributes as Rails needs", ->
expect(Order.preprocess().bill_address_attributes).not.toBe(undefined)
expect(Order.preprocess().bill_address).toBe(undefined)