[Pkg-javascript-commits] [node-stylus] 03/04: update for latest should api
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jun 29 22:02:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-stylus.
commit a8f0773c3a4812a56ee4b6c205bdc23fa3743d58
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Sun Jun 29 21:56:40 2014 +0000
update for latest should api
---
test/middleware/index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/middleware/index.js b/test/middleware/index.js
index 72d7b3c..ab673fe 100644
--- a/test/middleware/index.js
+++ b/test/middleware/index.js
@@ -23,9 +23,9 @@ describe('middleware', function() {
src: __dirname,
dest: __dirname
})(req, res, function() {
- fs.readFileSync(__dirname + '/test.css').toString().should.include('color: #000')
+ fs.readFileSync(__dirname + '/test.css').toString().should.containEql('color: #000')
fs.unlinkSync(__dirname + '/test.css');
done()
});
});
-});
\ No newline at end of file
+});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stylus.git
More information about the Pkg-javascript-commits
mailing list