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

Fix markdown specs.

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