Skip to content

Commit

Permalink
fixed test suite after updating underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaus Graf committed Apr 21, 2011
1 parent 5c8b331 commit 56eee73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test/collectDependencies.coffee
Expand Up @@ -8,7 +8,7 @@ module.exports = testCase(
@orderedDependencies = [
'ConsoleDummy.js',
'jquery-1.5.2.js',
'underscore-1.1.5.js',
'underscore-1.1.6.js',
'backbone-master.js'
]
callback()
Expand All @@ -22,7 +22,7 @@ module.exports = testCase(
test.deepEqual dependencyPaths, [
'test/fixtures/base/src/vendor/ConsoleDummy.js',
'test/fixtures/base/src/vendor/jquery-1.5.2.js',
'test/fixtures/base/src/vendor/underscore-1.1.5.js',
'test/fixtures/base/src/vendor/underscore-1.1.6.js',
'test/fixtures/base/src/vendor/backbone-master.js'
]
test.done()
Expand All @@ -33,7 +33,7 @@ module.exports = testCase(
test.deepEqual dependencyPaths, [
'test/fixtures/alternate_vendor/ConsoleDummy.js',
'test/fixtures/alternate_vendor/jquery-1.5.2.js',
'test/fixtures/alternate_vendor/underscore-1.1.5.js',
'test/fixtures/alternate_vendor/underscore-1.1.6.js',
'test/fixtures/alternate_vendor/backbone-master.js',
'test/fixtures/alternate_vendor/backbone-localstorage.js'
]
Expand Down
2 changes: 1 addition & 1 deletion test/initialize_package.coffee
Expand Up @@ -11,7 +11,7 @@ module.exports = testCase(
brunch.options.dependencies = [
'ConsoleDummy.js',
'jquery-1.5.2.js',
'underscore-1.1.5.js',
'underscore-1.1.6.js',
'backbone-master.js'
]

Expand Down
2 changes: 1 addition & 1 deletion test/watch_project.coffee
Expand Up @@ -24,7 +24,7 @@ module.exports = testCase(
options.dependencies = [
'ConsoleDummy.js',
'jquery-1.5.2.js',
'underscore-1.1.5.js',
'underscore-1.1.6.js',
'backbone-master.js'
]
options.expressPort = '8080'
Expand Down

0 comments on commit 56eee73

Please sign in to comment.