We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ab90f commit 1e32bd5Copy full SHA for 1e32bd5
test/fileutils/test_fileutils.rb
@@ -1237,6 +1237,14 @@ def test_install_pathname
1237
install Pathname.new('tmp/a'), 'tmp/b'
1238
rm_f 'tmp/a'; touch 'tmp/a'
1239
install Pathname.new('tmp/a'), Pathname.new('tmp/b')
1240
+ my_rm_rf 'tmp/new_dir_end_with_slash'
1241
+ install Pathname.new('tmp/a'), 'tmp/new_dir_end_with_slash/'
1242
1243
+ my_rm_rf 'tmp/new_dir'
1244
+ install Pathname.new('tmp/a'), 'tmp/new_dir/a'
1245
1246
+ install Pathname.new('tmp/a'), 'tmp/new_dir/new_dir_end_with_slash/'
1247
1248
rm_f 'tmp/a'
1249
touch 'tmp/a'
1250
touch 'tmp/b'
0 commit comments