Skip to content

Commit

Permalink
fix(test): remove describe only property
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Jul 21, 2016
1 parent 8416501 commit 0812664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/appSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beforeEach(done => {
}).catch(done);
});

describe.only('appSchema', () => {
describe('appSchema', () => {
describe('slugg', () => {
it('returns URL safe slug for simple name', () => {
const app = api.apps.create({ name: 'My App' });
Expand Down

0 comments on commit 0812664

Please sign in to comment.