Sha256: 4245df34ca7a4e5b6c4bb79f00446efce2ce7c4e040de5163af29eea1e47d4b6

Contents?: true

Size: 419 Bytes

Versions: 1

Compression:

Stored size: 419 Bytes

Contents

require File.dirname(__FILE__) + "/../../lib/subprocess"

gem 'cucumber'
require 'cucumber'
gem 'rspec', '<= 1.3.0'
require 'spec'

Before do
  @tmp_root = File.dirname(__FILE__) + "/../../tmp"
  @home_path = File.expand_path(File.join(@tmp_root, "home"))
  @lib_path  = File.expand_path(File.dirname(__FILE__) + "/../../lib")
  FileUtils.rm_rf   @tmp_root
  FileUtils.mkdir_p @home_path
  ENV['HOME'] = @home_path
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
subprocess-0.1.6 features/support/env.rb