Commit 99ef8c81 authored by Douwe Maan's avatar Douwe Maan

Fix markdown specs.

parent f26c2905
...@@ -7,7 +7,7 @@ module Gitlab ...@@ -7,7 +7,7 @@ module Gitlab
def address_formatted_correctly? def address_formatted_correctly?
config.address && config.address &&
config.address.include?("%{reply_key}") config.address.include?("%{reply_key}")
end end
def reply_key def reply_key
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
# reference to the factory-created objects. # reference to the factory-created objects.
class MarkdownFeature class MarkdownFeature
include FactoryGirl::Syntax::Methods include FactoryGirl::Syntax::Methods
include FixtureHelpers
def user def user
@user ||= create(:user) @user ||= create(:user)
......
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