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:
authorDouwe Maan <douwe@gitlab.com>2015-08-21 01:37:43 +0300
committerDouwe Maan <douwe@gitlab.com>2015-08-21 01:37:43 +0300
commit99ef8c81598ad31922dfbe28c0c56130e01bd13a (patch)
tree61f315184a9fee7d88abdbd171431ecff9e167d1 /spec
parentf26c2905d198436ea4c4b7f26c6971edd4ff8049 (diff)
Fix markdown specs.
Diffstat (limited to 'spec')
-rw-r--r--spec/support/markdown_feature.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/markdown_feature.rb b/spec/support/markdown_feature.rb
index f8b2ce03e6c..cb47d290822 100644
--- a/spec/support/markdown_feature.rb
+++ b/spec/support/markdown_feature.rb
@@ -9,6 +9,7 @@
# reference to the factory-created objects.
class MarkdownFeature
include FactoryGirl::Syntax::Methods
+ include FixtureHelpers
def user
@user ||= create(:user)