Sha256: db3b95c58985cf69ead6a80e862967e18c35beb6241d96e723f36755ebd23020

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

require File.dirname(__FILE__) + "/../../lib/<%= project_name %>"

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

1 entries across 1 versions & 1 rubygems

Version Path
newgem-1.5.3 rubygems_generators/install_cucumber/templates/features/support/env.rb.erb