producer-core/features/support/env_fake_home.rb
2014-04-23 22:45:39 +00:00

4 lines
74 B
Ruby

Before('@fake_home') do
ENV['HOME'] = File.expand_path(current_dir)
end