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 470c9c6 commit 7bb9dcfCopy full SHA for 7bb9dcf
spec/bashly/commands/generate_spec.rb
@@ -205,7 +205,7 @@
205
before do
206
reset_tmp_dir
207
cp 'spec/fixtures/workspaces/lib-custom-source/*'
208
- system "ln -fs #{Dir.pwd}/spec/fixtures/libraries /tmp/bashly-tmp-source"
+ system "rm -rf /tmp/bashly-tmp-source ; ln -s #{Dir.pwd}/spec/fixtures/libraries /tmp/bashly-tmp-source"
209
end
210
211
it 'upgrades the library' do
spec/fixtures/libraries/libraries
0 commit comments