Sha256: a51a944b42809e2dab74d24635e68ce7942b014a5a0d322761d9b0d43a1b7e27
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
require File.dirname(__FILE__) + "/../../lib/taxamatch_rb" gem 'cucumber' require 'cucumber' gem 'rspec' require 'spec' Before do @tmp_root = File.dirname(__FILE__) + "/../../tmp" @home_path = File.expand_path(File.join(@tmp_root, "home")) FileUtils.rm_rf @tmp_root FileUtils.mkdir_p @home_path ENV['HOME'] = @home_path end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dimus-taxamatch_rb-0.1.1 | features/support/env.rb |
dimus-taxamatch_rb-0.1.2 | features/support/env.rb |