We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.0.0
1 parent 69b2491 commit dab91cdCopy full SHA for dab91cd
spec/spec_helper.rb
@@ -3,7 +3,7 @@
3
require 'simplecov'
4
require 'codecov'
5
require 'webmock/rspec'
6
-require 'rspec/buildkite/analytics'
+require 'buildkite/test_collector'
7
8
# SimpleCov.minimum_coverage 95
9
SimpleCov.start
@@ -15,7 +15,7 @@
15
16
# Buildkite Test Analytics
17
WebMock.disable_net_connect!(allow: 'analytics-api.buildkite.com')
18
-RSpec::Buildkite::Analytics.configure(token: ENV.fetch('BUILDKITE_ANALYTICS_TOKEN', nil))
+Buildkite::TestCollector.configure(token: ENV.fetch('BUILDKITE_ANALYTICS_TOKEN', nil))
19
20
# This module is only used to check the environment is currently a testing env
21
module SpecHelper
0 commit comments