Skip to content

Commit

Permalink
Fix directory for temp spec files.
Browse files Browse the repository at this point in the history
  • Loading branch information
chanks committed Jul 18, 2017
1 parent 394847d commit bb14405
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/command_line_interface.spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# files will result in spec failures. So instead just generate a new file name
# for each spec to write/delete.
def random_filename
"spec/tmp/file_#{Digest::MD5.hexdigest(rand.to_s)}"
"spec/temp/file_#{Digest::MD5.hexdigest(rand.to_s)}"
end

def VACUUM.puts(arg)
Expand Down
Empty file added spec/temp/.gitkeep
Empty file.

0 comments on commit bb14405

Please sign in to comment.