summaryrefslogtreecommitdiff
path: root/spec/lib/product_analytics/tracker_spec.rb
blob: d5e85e6e1cdaa38ffd88eff59c60510175767650 (plain)
1
2
3
4
5
6
7
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