Skip to content
Snippets Groups Projects
Commit 99ef8c81 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix markdown specs.

parent f26c2905
No related branches found
No related tags found
1 merge request!1173Reply by email
Pipeline #
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -9,6 +9,7 @@
# reference to the factory-created objects.
class MarkdownFeature
include FactoryGirl::Syntax::Methods
include FixtureHelpers
 
def user
@user ||= create(:user)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment