Sha256: 027aced844b539fea6320e43746abddebd09960b4c004553677ca85b15a6ef38
Contents?: true
Size: 420 Bytes
Versions: 11
Compression:
Stored size: 420 Bytes
Contents
require File.dirname(__FILE__) + "/../../lib/choctop" require "rubygems" require 'cucumber' require 'spec' require "activesupport" 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 @lib_path = File.expand_path(File.dirname(__FILE__) + '/../../lib') end
Version data entries
11 entries across 11 versions & 2 rubygems