Skip to content

Set @rspec_path to the direct rspec script using Gem.bin_path.

Created by: postmodern

  • Ensures we run the same version of rspec as what is loaded.
  • Bypasses rubygems binstubs and executes the rspec script directly.
  • Still supports bundler binstubs.

Merge request reports