summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-19 18:41:52 +0100
committerPhil Hughes <me@iamphill.com>2017-10-23 10:46:53 +0100
commit4c186f99f2ce72dfe3cd3e64b84b5ea5761f1657 (patch)
treec77151dbb2d5e98d604aa02f89214c2265683b8e /spec
parent60ce5155c8e0804b71c55d1492d7812133673fa2 (diff)
downloadgitlab-ce-4c186f99f2ce72dfe3cd3e64b84b5ea5761f1657.tar.gz
fixed failing title test
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/repo/components/repo_file_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/repo/components/repo_file_spec.js b/spec/javascripts/repo/components/repo_file_spec.js
index 107f6797f8a..8403df9be64 100644
--- a/spec/javascripts/repo/components/repo_file_spec.js
+++ b/spec/javascripts/repo/components/repo_file_spec.js
@@ -7,6 +7,7 @@ import { file } from '../mock_data';
describe('RepoFile', () => {
const updated = 'updated';
const otherFile = {
+ id: 'test',
html: '<p class="file-content">html</p>',
pageTitle: 'otherpageTitle',
};