Sha256: 646dd09ef74713cb1b19da4d3954f1991ae57145a66330ae265356d046801a82

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 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"))
  FileUtils.rm_rf   @tmp_root
  FileUtils.mkdir_p @home_path
  ENV['HOME'] = @home_path
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newgem-1.5.0 rubygems_generators/install_cucumber/templates/features/support/env.rb.erb
newgem-1.5.1 rubygems_generators/install_cucumber/templates/features/support/env.rb.erb
newgem-1.5.2 rubygems_generators/install_cucumber/templates/features/support/env.rb.erb