Skip to content

Commit

Permalink
update to use github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Sep 24, 2023
1 parent abc0897 commit 7fd2d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
end

def download(url)
file = open(url)
file = URI.open(url)
file.is_a?(StringIO) ? to_tempfile(file) : file
end

Expand Down

0 comments on commit 7fd2d01

Please sign in to comment.