Skip to content

Commit

Permalink
Removed test suite exclusive only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
milsosa committed Dec 3, 2015
1 parent 609d820 commit 71ec0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/promises.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var request = require('../');
var t = require('chai').assert;
var nock = require('nock');

describe.only('Promises support', function () {
describe('Promises support', function () {

it('should by default resolve with the full response on success', function (done) {
request({
Expand Down

0 comments on commit 71ec0d2

Please sign in to comment.