Expose fake home dir usage with a cucumber tag

This commit is contained in:
Thibault Jouan
2014-04-23 22:44:35 +00:00
parent 9323391161
commit 947df56d6b
3 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
Before('@fake_home') do
ENV['HOME'] = File.expand_path(current_dir)
end