Fix js test errors - foundation not found, but not reqd for testing angular

This commit is contained in:
Rohan Mitchell
2014-01-09 11:44:03 +11:00
parent e35eccca93
commit 8f479868b4

View File

@@ -17,7 +17,11 @@ module.exports = function(config) {
'spec/javascripts/unit/**/*.js*'
],
exclude: ['**/.#*'],
exclude: [
'**/.#*',
'app/assets/javascripts/darkswarm/all.js.coffee',
'app/assets/javascripts/darkswarm/overrides.js.coffee'
],
coffeePreprocessor: {
options: {