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 parent dab91cd commit 5af38b5Copy full SHA for 5af38b5
spec/spec_helper.rb
@@ -15,7 +15,7 @@
15
16
# Buildkite Test Analytics
17
WebMock.disable_net_connect!(allow: 'analytics-api.buildkite.com')
18
-Buildkite::TestCollector.configure(token: ENV.fetch('BUILDKITE_ANALYTICS_TOKEN', nil))
+Buildkite::TestCollector.configure(hook: :rspec)
19
20
# This module is only used to check the environment is currently a testing env
21
module SpecHelper
0 commit comments