2020-10-24 23:57:45 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2020-11-24 15:15:51 +05:30
|
|
|
require 'spec_helper'
|
2020-10-24 23:57:45 +05:30
|
|
|
|
|
|
|
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
|