Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge e76244c into 1730f3a
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Jan 16, 2019
2 parents 1730f3a + e76244c commit acd77c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/support/csv_factory/generic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def initialize(data)
end

def unlink
File.unlink(path)
FileUtils.rm_f(path)
end

private
Expand Down
2 changes: 1 addition & 1 deletion spec/support/csv_factory/update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def initialize(*works)
end

def unlink
File.unlink(path)
FileUtils.rm_f(path)
end

private
Expand Down

0 comments on commit acd77c3

Please sign in to comment.