Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanman committed Oct 18, 2017
1 parent 8e0249e commit 535fcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/sanity-checks.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('The prototype kit', function () {
it('should generate assets into the /public folder', function () {
assert.doesNotThrow(function () {
fs.accessSync(path.resolve(__dirname, '../../public/javascripts/application.js'))
fs.accessSync(path.resolve(__dirname, '../../public/images/favicon.ico'))
fs.accessSync(path.resolve(__dirname, '../../public/images/unbranded.ico'))
fs.accessSync(path.resolve(__dirname, '../../public/stylesheets/application.css'))
})
})
Expand Down

0 comments on commit 535fcee

Please sign in to comment.