Fix markdown specs.

This commit is contained in:
Douwe Maan 2015-08-20 15:37:43 -07:00
parent f26c2905d1
commit 99ef8c8159
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -9,6 +9,7 @@
# reference to the factory-created objects.
class MarkdownFeature
include FactoryGirl::Syntax::Methods
include FixtureHelpers
def user
@user ||= create(:user)