Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 8d57e1f

Browse files
committed
Bump version
1 parent a56a1d6 commit 8d57e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ var assert = require('assert');
3232

3333
describe('/products', function() {
3434
lt.beforeEach.withApp(app);
35-
lt.whenCalledRemotely('GET', '/products', function() {
36-
lt.itShouldBeAllowed();
35+
lt.describe.whenCalledRemotely('GET', '/products', function() {
36+
lt.it.shouldBeAllowed();
3737
it('should have statusCode 200', function() {
3838
assert.equal(this.res.statusCode, 200);
3939
});

0 commit comments

Comments
 (0)