Begin spec for proxy-side broker interaction

This commit is contained in:
Serene Han 2016-02-08 19:26:58 -08:00
parent 547cb9690a
commit 548c100160
3 changed files with 41 additions and 0 deletions

View file

@ -14,6 +14,7 @@ FILES = [
FILES_SPEC = [
'spec/util.spec.coffee'
'spec/ui.spec.coffee'
'spec/broker.spec.coffee'
'spec/proxypair.spec.coffee'
'spec/snowflake.spec.coffee'
]