Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpalek committed Jan 29, 2016
1 parent ebbf3e5 commit ec9e0c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/components/file-tree-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import hbs from 'htmlbars-inline-precompile';
moduleForComponent('file-tree', 'Integration | Component | file tree', {
integration: true,
beforeEach() {
this.openFileCalled = false;
this.hideFileTreeCalled = false;

this.file1 = Ember.Object.create({
filePath: "some-path.js"
});
Expand Down

0 comments on commit ec9e0c2

Please sign in to comment.