Sha256: 45a459dcc0a83bcfaafbb31d959fb0f97f6b91116ca250e612c6d67e16c7debf

Contents?: true

Size: 403 Bytes

Versions: 7

Compression:

Stored size: 403 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'homesick'
require 'spec'
require 'spec/autorun'
require 'construct'

Spec::Runner.configure do |config|
  config.include Construct::Helpers

  config.before do
    @user_dir = create_construct
    ENV['HOME'] = @user_dir.to_s
  end

  config.after do
    @user_dir.destroy!
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
homesick-0.6.0 spec/spec_helper.rb
homesick-0.5.4 spec/spec_helper.rb
homesick-0.5.3 spec/spec_helper.rb
homesick-0.5.2 spec/spec_helper.rb
homesick-0.5.1 spec/spec_helper.rb
homesick-0.4.1 spec/spec_helper.rb
homesick-0.4.0 spec/spec_helper.rb