Skip to content

Commit

Permalink
fix: Remove errant only
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTomlin committed Aug 4, 2017
1 parent dacdde9 commit 571f7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/bin.js
Expand Up @@ -60,7 +60,7 @@ describe('Protractor Flake Executable', function () {
})
})

it.only('integration: requires and uses a custom parser module if a "path" is provided', (done) => {
it('integration: requires and uses a custom parser module if a "path" is provided', (done) => {
// this is a parser that returns 'passing-test.js'
// without it the tests will fail since we are using the 'always-fail' spec.
// not the most direct way of testing this functionality...
Expand Down

0 comments on commit 571f7a3

Please sign in to comment.