summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDarby <darbsies@gmail.com>2015-07-09 13:38:33 -0700
committerDarby <darbsies@gmail.com>2015-07-09 13:38:33 -0700
commit360ee25ddbaff3d22fe2408e1573b0d3a29e3dbe (patch)
treecce04c8683a7d4a18bb16c390c8978abf23f9812 /spec
parentc611b6f6238ce6ce164f173df551552ffe83f596 (diff)
downloadgitlab-ce-360ee25ddbaff3d22fe2408e1573b0d3a29e3dbe.tar.gz
Fixed the issuescomment-box-changes
Diffstat (limited to 'spec')
-rw-r--r--spec/helpers/gitlab_markdown_helper_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/helpers/gitlab_markdown_helper_spec.rb b/spec/helpers/gitlab_markdown_helper_spec.rb
index 30a15b974bd..a42ccb9b501 100644
--- a/spec/helpers/gitlab_markdown_helper_spec.rb
+++ b/spec/helpers/gitlab_markdown_helper_spec.rb
@@ -137,6 +137,7 @@ describe GitlabMarkdownHelper do
describe 'random_markdown_tip' do
it 'returns a random Markdown tip' do
stub_const("#{described_class}::MARKDOWN_TIPS", ['Random tip'])
+ expect(random_markdown_tip).to eq 'Random tip'
end
end
end