Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Mar 17, 2024
1 parent d983fb6 commit 40a2fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/shared_contexts/aruba.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def random_string(options = {})

def create_test_files(files, data = "a")
Array(files).each do |s|
# TODO: Only allow absolute paths here
next if s.to_s[0] == "%"

local_path = @aruba.expand_path(s)
Expand Down

0 comments on commit 40a2fad

Please sign in to comment.