Skip to content

Commit

Permalink
Add test tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez committed Feb 12, 2018
1 parent e6cb4c6 commit 56a2a84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added test/.tmp/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def source_dir(*subdirs)
end

def dest_dir(*subdirs)
test_dir('tmp', *subdirs)
test_dir('.tmp', *subdirs)
end

def default_configuration
Expand Down

0 comments on commit 56a2a84

Please sign in to comment.