Tweak to spec setup so that rspec instead of our bin/rspec binstub still works

This commit is contained in:
David Rodríguez 2025-06-05 09:14:37 +02:00 committed by Hiroshi SHIBATA
parent 8abb87b9c7
commit 3a6844a692
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1,6 +1,6 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# frozen_string_literal: true # frozen_string_literal: true
require_relative "../bundler/support/setup" require_relative "../bundler/support/rubygems_ext"
Spec::Rubygems.gem_load("rspec-core", "rspec") Spec::Rubygems.gem_load("rspec-core", "rspec")