summaryrefslogtreecommitdiff
path: root/spec/features/markdown_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-28 16:19:52 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-07-06 22:39:55 -0400
commit4b4351a18c5cc31cc1365b24b8c00360730cd100 (patch)
tree998d23dd428655fd01916b3c6e24ab562af9e7f2 /spec/features/markdown_spec.rb
parentd00cb00d6b62c561da79b3fc0eab579364b3e91c (diff)
downloadgitlab-ce-4b4351a18c5cc31cc1365b24b8c00360730cd100.tar.gz
Add `feature` tag to feature specs
Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
Diffstat (limited to 'spec/features/markdown_spec.rb')
-rw-r--r--spec/features/markdown_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/markdown_spec.rb b/spec/features/markdown_spec.rb
index 902968cebcb..b8199aa5e61 100644
--- a/spec/features/markdown_spec.rb
+++ b/spec/features/markdown_spec.rb
@@ -32,7 +32,7 @@ require 'erb'
#
# See the MarkdownFeature class for setup details.
-describe 'GitLab Markdown' do
+describe 'GitLab Markdown', feature: true do
include ActionView::Helpers::TagHelper
include ActionView::Helpers::UrlHelper
include Capybara::Node::Matchers