Sha256: f3f2fc13e9cc4239dae69cba82a58975fda6edc5ac8658754456f06f27f85e0e

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

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

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

4 entries across 4 versions & 2 rubygems

Version Path
drcapulet-shorty-0.1.0 features/support/env.rb
drcapulet-shorty-0.1.1 features/support/env.rb
shorty-0.1.2 features/support/env.rb
shorty-0.1.1 features/support/env.rb