From 9d4e7b376aaeeea2676ca2691cdc52996bfb3e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 24 Sep 2024 12:44:17 +0200 Subject: [PATCH] Make spec file for env helpers more generic --- .../runtime/{with_unbundled_env_spec.rb => env_helpers_spec.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/bundler/runtime/{with_unbundled_env_spec.rb => env_helpers_spec.rb} (99%) diff --git a/spec/bundler/runtime/with_unbundled_env_spec.rb b/spec/bundler/runtime/env_helpers_spec.rb similarity index 99% rename from spec/bundler/runtime/with_unbundled_env_spec.rb rename to spec/bundler/runtime/env_helpers_spec.rb index 4662fdad5a..a1607cd057 100644 --- a/spec/bundler/runtime/with_unbundled_env_spec.rb +++ b/spec/bundler/runtime/env_helpers_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -RSpec.describe "Bundler.with_env helpers" do +RSpec.describe "env helpers" do def bundle_exec_ruby(args, options = {}) build_bundler_context options.dup bundle "exec '#{Gem.ruby}' #{args}", options