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 5566cc4 commit 3e30545Copy full SHA for 3e30545
bundler/bin/parallel_rspec
@@ -4,6 +4,8 @@
4
require_relative "../spec/support/rubygems_ext"
5
6
require_relative "../spec/support/switch_rubygems"
7
+
8
+require "ostruct" # Backfill missing require in turbo_tests. Remove when added upstream
9
require "turbo_tests"
10
11
if RUBY_PLATFORM.match?(/mingw|mswin/)
0 commit comments