add currency spec file and update some class names

This commit is contained in:
Rafael Schouten
2014-09-10 18:22:33 +10:00
parent 991d0029dd
commit 44e9cf5ade
8 changed files with 73 additions and 32 deletions

View File

@@ -5,8 +5,8 @@ describe 'Variants service', ->
beforeEach ->
variant =
id: 1
base_price: 80.5
price: 100
price: 80.5
price_with_fees: 100
module 'Darkswarm'
inject ($injector)->
Variants = $injector.get("Variants")