Sha256: 0405462e606de9c4437c9b47a400d4f6f71d6c5c46f9fe6d26ae8aa488a23f75

Contents?: true

Size: 498 Bytes

Versions: 4

Compression:

Stored size: 498 Bytes

Contents

$:.unshift(File.expand_path(File.dirname(File.dirname(__FILE__) + "/../../lib/hudson.rb")))
require File.dirname(__FILE__) + "/../../lib/hudson.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"))
  @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

4 entries across 4 versions & 1 rubygems

Version Path
hudson-0.2.7 features/support/env.rb
hudson-0.2.6 features/support/env.rb
hudson-0.2.5.pre3 features/support/env.rb
hudson-0.2.5.pre2 features/support/env.rb