Skip to content

Commit dab91cd

Browse files
Update references required by the 1.0.0 release: https://github.com/buildkite/test-collector-ruby/releases/tag/v1.0.0
1 parent 69b2491 commit dab91cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/spec_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'simplecov'
44
require 'codecov'
55
require 'webmock/rspec'
6-
require 'rspec/buildkite/analytics'
6+
require 'buildkite/test_collector'
77

88
# SimpleCov.minimum_coverage 95
99
SimpleCov.start
@@ -15,7 +15,7 @@
1515

1616
# Buildkite Test Analytics
1717
WebMock.disable_net_connect!(allow: 'analytics-api.buildkite.com')
18-
RSpec::Buildkite::Analytics.configure(token: ENV.fetch('BUILDKITE_ANALYTICS_TOKEN', nil))
18+
Buildkite::TestCollector.configure(token: ENV.fetch('BUILDKITE_ANALYTICS_TOKEN', nil))
1919

2020
# This module is only used to check the environment is currently a testing env
2121
module SpecHelper

0 commit comments

Comments
 (0)