snowflake/proxy/spec
David Fifield fce32bf292 Fix nested Jasmine tests.
You can nest a "describe" in a "describe":
  describe
    describe
      it

But you can't nest an "it" in an "it":
  describe
    it
      it

The nested "it"s were not getting run (or getting run, but their output
ignored, I'm not sure).

Before this change:
	41 specs, 0 failures
After:
	44 specs, 5 failures
2018-12-04 15:09:53 -07:00
..
broker.spec.coffee per-proxypair Snowflake ID generation instead of just one for the Broker (#11) 2016-03-14 22:12:52 -07:00
proxypair.spec.coffee Fix nested Jasmine tests. 2018-12-04 15:09:53 -07:00
snowflake.spec.coffee Feature detect with Modernizr 2016-04-05 10:30:45 -07:00
ui.spec.coffee more jasmine specs for proxypair, ui, and snowflake coffee files 2016-02-07 08:35:01 -08:00
util.spec.coffee Remove duplicate ProxyPair tests from util.spec.coffee. 2018-12-04 15:09:53 -07:00