We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c852422 commit 5568ea0Copy full SHA for 5568ea0
1 file changed
test/support/test_case.rb
@@ -11,8 +11,6 @@
11
12
require_relative 'assertions'
13
14
-# Load this library only in the debug CI to prevent LoadError
15
-# when these tests are executed in ruby/ruby.
16
if ENV['LAUNCHABLE_ORGANIZATION'] && ENV['LAUNCHABLE_WORKSPACE']
17
# "test/unit/runner/junitxml" is used for reporting test result in JUnit XML format.
18
require "test/unit/runner/junitxml"
0 commit comments