diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-09-24 12:44:17 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-02 14:34:55 +0900 |
| commit | 9d4e7b376aaeeea2676ca2691cdc52996bfb3e43 (patch) | |
| tree | 202a8890b580a6e6d4e0e77cca1cf25a75e2101a | |
| parent | 50001380846c7a3a5648005b80ac8cae7fbec8f0 (diff) | |
Make spec file for env helpers more generic
| -rw-r--r-- | spec/bundler/runtime/env_helpers_spec.rb (renamed from spec/bundler/runtime/with_unbundled_env_spec.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/with_unbundled_env_spec.rb b/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 |
