Skip to content

Commit

Permalink
remove .only (#5664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaulagiri authored and runspired committed Oct 3, 2018
1 parent 8184519 commit 9112790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-tests/blueprints/adapter-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('Acceptance: generate and destroy adapter blueprints', function() {
});
});

describe.only('with ember-mocha v0.14+', function() {
describe('with ember-mocha v0.14+', function() {
beforeEach(function() {
modifyPackages([
{ name: 'ember-cli-qunit', delete: true },
Expand Down

0 comments on commit 9112790

Please sign in to comment.