Skip to content

Commit 7bb9dcf

Browse files
committed
fix spec symlink
1 parent 470c9c6 commit 7bb9dcf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

spec/bashly/commands/generate_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
before do
206206
reset_tmp_dir
207207
cp 'spec/fixtures/workspaces/lib-custom-source/*'
208-
system "ln -fs #{Dir.pwd}/spec/fixtures/libraries /tmp/bashly-tmp-source"
208+
system "rm -rf /tmp/bashly-tmp-source ; ln -s #{Dir.pwd}/spec/fixtures/libraries /tmp/bashly-tmp-source"
209209
end
210210

211211
it 'upgrades the library' do

spec/fixtures/libraries/libraries

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)