summaryrefslogtreecommitdiff
path: root/spec/lib/product_analytics/tracker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/product_analytics/tracker_spec.rb')
-rw-r--r--spec/lib/product_analytics/tracker_spec.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/lib/product_analytics/tracker_spec.rb b/spec/lib/product_analytics/tracker_spec.rb
new file mode 100644
index 00000000000..d5e85e6e1cd
--- /dev/null
+++ b/spec/lib/product_analytics/tracker_spec.rb
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+require "spec_helper"
+
+RSpec.describe ProductAnalytics::Tracker do
+ it { expect(described_class::URL).to eq('http://localhost/-/sp.js') }
+ it { expect(described_class::COLLECTOR_URL).to eq('localhost/-/collector') }
+end