Skip to content

Commit 5af38b5

Browse files
Add hook argument
1 parent dab91cd commit 5af38b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

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

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

0 commit comments

Comments
 (0)