fixed dashboard asset test

This commit is contained in:
Ritchie Martori
2012-04-11 19:23:30 -07:00
parent 0ebe964aa2
commit 4f4d1dcda3

View File

@@ -16,7 +16,7 @@ describe("Dashboard", function() {
});
it('should return a static asset from a folder', function(done) {
dashboard.use('/js/app.js').get(function(err, result) {
dashboard.use('/stylesheets/style.css').get(function(err, result) {
expect(result).to.exist;
done(err);
});