spec/node.js in faye-0.8.8 vs spec/node.js in faye-0.8.9

- old
+ new

@@ -27,13 +27,13 @@ assertYield: function(expected) { var testcase = this return function(actual) { testcase.assertEqual(expected, actual) } } }) - + JS.ENV.Engine = {} JS.ENV.Server = {} - + JS.require( 'FayeSpec', 'GrammarSpec', 'PublisherSpec', 'ChannelSpec', 'EngineSpec',