summaryrefslogtreecommitdiff
path: root/spec/support/helpers/tracking_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/tracking_helpers.rb')
-rw-r--r--spec/support/helpers/tracking_helpers.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/support/helpers/tracking_helpers.rb b/spec/support/helpers/tracking_helpers.rb
new file mode 100644
index 00000000000..c0374578531
--- /dev/null
+++ b/spec/support/helpers/tracking_helpers.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+module TrackingHelpers
+ def stub_do_not_track(value)
+ request.headers['DNT'] = value
+ end
+end