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 9d6dfd9 commit 68c1e73Copy full SHA for 68c1e73
rb/spec/integration/selenium/webdriver/spec_helper.rb
@@ -45,7 +45,7 @@ def example_finished(notification)
45
module TraceHelper
46
# @rbs () -> RBS::Trace
47
def self.trace
48
- @trace ||= if Gem::Specification.find_all_by_name('rbs-trace').any?
+ @trace ||= if GlobalTestEnv.send(:current_env)[:ci].nil?
49
require 'rbs-trace'
50
RBS::Trace.new
51
end
0 commit comments