Expose fake home dir usage with a cucumber tag
This commit is contained in:
3
features/support/env_fake_home.rb
Normal file
3
features/support/env_fake_home.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
Before('@fake_home') do
|
||||
ENV['HOME'] = File.expand_path(current_dir)
|
||||
end
|
Reference in New Issue
Block a user