Sha256: 2a2e31180076ca5fbbfbf996f14f55d1f0dfd04b1c566e8a8005141c50518f63

Contents?: true

Size: 475 Bytes

Versions: 2

Compression:

Stored size: 475 Bytes

Contents

$:.unshift File.dirname(__FILE__) + "/../../lib/tailor"
require "tailor"

gem 'cucumber'
require 'cucumber'
gem 'rspec'
require 'rspec'

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")
  @features_path = File.dirname(__FILE__) + "/../"
  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
tailor-0.1.5 features/support/env.rb
tailor-0.1.4 features/support/env.rb