Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/snowplow_helpers.rb')
-rw-r--r--spec/support/helpers/snowplow_helpers.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/helpers/snowplow_helpers.rb b/spec/support/helpers/snowplow_helpers.rb
index c8b194919ed..265e1c38b09 100644
--- a/spec/support/helpers/snowplow_helpers.rb
+++ b/spec/support/helpers/snowplow_helpers.rb
@@ -7,7 +7,7 @@ module SnowplowHelpers
#
# Examples:
#
- # describe '#show', :snowplow do
+ # describe '#show' do
# it 'tracks snowplow events' do
# get :show
#
@@ -15,7 +15,7 @@ module SnowplowHelpers
# end
# end
#
- # describe '#create', :snowplow do
+ # describe '#create' do
# it 'tracks snowplow events' do
# post :create
#