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

tracker_spec.rb « product_analytics « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52470c9c039372579df7839bc6c41d7723df2882 (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