summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/clean_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2022-05-27 23:09:29 +0200
committergit <[email protected]>2022-05-30 17:42:38 +0900
commit0d7d8f3777b4521b2e83d81c0f830941bfba7b9c ()
treeefeffba25e51eef5ffd9da43740c01fed8dcbb23 /spec/bundler/commands/clean_spec.rb
parent7001e34323e37a4cb07ee077bf1efb30e438bed2 (diff)
[rubygems/rubygems] No need to use `FileUtils` to create symlinks
https://.com/rubygems/rubygems/commit/70ff7cee9f
-rw-r--r--spec/bundler/commands/clean_spec.rb2
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ RSpec.describe "bundle clean" do
G
FileUtils.mkdir_p(bundled_app("real-path"))
- FileUtils.ln_sf(bundled_app("real-path"), bundled_app("symlink-path"))
bundle "config set path #{bundled_app("symlink-path")}"
bundle "install"