Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #20 from cjihrig/lab4
Browse files Browse the repository at this point in the history
Upgrade to Lab 4.x.x
  • Loading branch information
cjihrig committed Aug 12, 2014
2 parents 0c84094 + ca8bb97 commit 4c4f9c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "poop",
"description": "Plugin for taking a process dump on uncaught exception",
"version": "1.2.1",
"version": "1.2.2",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",
"repository": "git://github.com/hapijs/poop",
"main": "index",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"hapi": "6.x.x",
"lab": "3.x.x"
"lab": "4.x.x"
},
"scripts": {
"test": "make test-cov"
Expand Down
9 changes: 5 additions & 4 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ var internals = {};

// Test shortcuts

var lab = exports.lab = Lab.script();
var expect = Lab.expect;
var before = Lab.before;
var after = Lab.after;
var describe = Lab.experiment;
var it = Lab.test;
var before = lab.before;
var after = lab.after;
var describe = lab.describe;
var it = lab.it;


describe('Poop', function () {
Expand Down

0 comments on commit 4c4f9c3

Please sign in to comment.