Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAndrey Kumanyaev <me@zzet.org>2014-01-29 17:48:59 +0400
committerAndrey Kumanyaev <me@zzet.org>2014-01-29 17:48:59 +0400
commit53bdcb53ae8891225de6c3b295a8c3f964725b81 (patch)
tree60172c983622eecd2aee241081d17d7ec2614226 /spec
parentb75777fd95ac7e432a6f576c018b8285efffbca4 (diff)
Fix relative links in markdown. Related to #6182
Diffstat (limited to 'spec')
-rw-r--r--spec/helpers/gitlab_markdown_helper_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/helpers/gitlab_markdown_helper_spec.rb b/spec/helpers/gitlab_markdown_helper_spec.rb
index 427ac0f8083..59abfb38ec0 100644
--- a/spec/helpers/gitlab_markdown_helper_spec.rb
+++ b/spec/helpers/gitlab_markdown_helper_spec.rb
@@ -16,6 +16,7 @@ describe GitlabMarkdownHelper do
before do
# Helper expects a @project instance variable
@project = project
+ @repository = project.repository
end
describe "#gfm" do