Add data from crafting-guide

This commit is contained in:
Andrew Miner
2015-04-27 14:37:18 -07:00
parent 52ac468498
commit 67d0199e2d
4981 changed files with 27122 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
###
# Crafting Guide - test.coffee
#
# Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved.
###
# Test Set-up ##########################################################################################################
chai = require 'chai'
chai.use require 'sinon-chai'
chai.config.includeStack = true
global._ = require 'underscore'
global.Backbone = require 'backbone'
global.assert = chai.assert
global.expect = chai.expect
global.should = chai.should()
global.util = require 'util'
global.w = require 'when'
global.window = {}
{Logger} = require 'crafting-guide-common'
global.logger = new Logger level:Logger.FATAL