diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prune-old-flaky-specs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/prune-old-flaky-specs b/scripts/prune-old-flaky-specs index ab03a0230cc..f7451fbd428 100755 --- a/scripts/prune-old-flaky-specs +++ b/scripts/prune-old-flaky-specs @@ -1,5 +1,10 @@ #!/usr/bin/env ruby +# lib/rspec_flaky/flaky_examples_collection.rb is requiring +# `active_support/hash_with_indifferent_access`, and we install the `activesupport` +# gem manually on the CI +require 'rubygems' + require_relative '../lib/rspec_flaky/report' report_file = ARGV.shift |