Sha256: ee912b54fa976359cf03f5e0ab9921c94a9dc3ce43a84ef0771dcf63986ea403

Contents?: true

Size: 640 Bytes

Versions: 5

Compression:

Stored size: 640 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

5 entries across 5 versions & 2 rubygems

Version Path
culerity-0.2.10 features/support/env.rb
fletcherm-culerity-0.2.9 features/support/env.rb
culerity-0.2.9 features/support/env.rb
fletcherm-culerity-0.2.8 features/support/env.rb
culerity-0.2.8 features/support/env.rb