Updated gems to use test_construct, removing warning message.

This commit is contained in:
Jeremy Cook
2014-01-05 10:44:46 -05:00
parent 5c5d204d15
commit 76bee65475
2 changed files with 3 additions and 3 deletions

View File

@@ -3,11 +3,11 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'homesick'
require 'rspec'
require 'rspec/autorun'
require 'construct'
require 'test_construct'
require 'tempfile'
RSpec.configure do |config|
config.include Construct::Helpers
config.include TestConstruct::Helpers
config.before { ENV['HOME'] = home.to_s }