diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-20 15:37:43 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-20 15:37:43 -0700 |
commit | 99ef8c81598ad31922dfbe28c0c56130e01bd13a (patch) | |
tree | 61f315184a9fee7d88abdbd171431ecff9e167d1 /spec/support | |
parent | f26c2905d198436ea4c4b7f26c6971edd4ff8049 (diff) | |
download | gitlab-ce-99ef8c81598ad31922dfbe28c0c56130e01bd13a.tar.gz |
Fix markdown specs.
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/markdown_feature.rb | 1 |
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) |