Skip to content

Commit

Permalink
Merge pull request #25 from Turistforeningen/fix/test-only
Browse files Browse the repository at this point in the history
Remove describe.only property from test suite
  • Loading branch information
Starefossen authored Aug 29, 2016
2 parents 808a35b + 717c2ea commit 8625240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/acceptance/lists.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const users = require('../fixtures/dnt-users');

const getUserData = auth.getUserData;

describe('POST /lister/:liste/*', () => {
describe('lister', () => {
before(() => {
auth.getUserData = () => Promise.resolve(users[1]);
});
Expand Down Expand Up @@ -62,7 +62,7 @@ describe('POST /lister/:liste/*', () => {
});
});

describe.only('GET /lister/:liste/logg', () => {
describe('GET /lister/:liste/logg', () => {
before(() => mockery.enable({
useCleanCache: true,
warnOnReplace: false,
Expand Down

0 comments on commit 8625240

Please sign in to comment.