2020-07-27 05:09:42 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2020-08-21 02:10:27 -04:00
|
|
|
require 'spec_helper'
|
2020-07-27 05:09:42 -04:00
|
|
|
|
|
|
|
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
|