Commit 1375db50 authored by Mike Greiling's avatar Mike Greiling

fix repo_edit_button_spec.js

parent 24ac2ea8
......@@ -11,6 +11,7 @@ describe('RepoEditButton', () => {
it('renders an edit button that toggles the view state', (done) => {
RepoStore.isCommitable = true;
RepoStore.changedFiles = [];
const vm = createComponent();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment