fix repo_edit_button_spec.js

This commit is contained in:
Mike Greiling 2017-08-07 22:30:40 -05:00
parent 24ac2ea80d
commit 1375db509a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ describe('RepoEditButton', () => {
it('renders an edit button that toggles the view state', (done) => { it('renders an edit button that toggles the view state', (done) => {
RepoStore.isCommitable = true; RepoStore.isCommitable = true;
RepoStore.changedFiles = [];
const vm = createComponent(); const vm = createComponent();