Sha256: c61d9a7021b5dfa4bd852816c1822ddf65437019c82c7a373edbd2cf63f707ba

Contents?: true

Size: 641 Bytes

Versions: 4

Compression:

Stored size: 641 Bytes

Contents

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

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

require 'rubigen'
require 'rubigen/helpers/generator_test_helper'
include RubiGen::GeneratorTestHelper

SOURCES = Dir[File.dirname(__FILE__) + "/../../generators"].map do |f|
  RubiGen::PathSource.new(:test, File.expand_path(f))
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
culerity-0.2.15 features/support/env.rb
culerity-0.2.14 features/support/env.rb
culerity-0.2.13 features/support/env.rb
culerity-0.2.12 features/support/env.rb