# -*- encoding: utf-8 -*- require 'minitest/autorun' require 'minitest/unit' require 'minitest/spec' require 'minitest/pride' require 'minitest/mock' ENV['RAILS_ENV'] = 'test' require 'rails' require 'rails/test_help' require 'packr-rails' Rails.backtrace_cleaner.remove_silencers! # Set locations of local gems in this hash. # They will be added/replaced in the generated Gemfiles. # You should also set them in the local Gemfile. $gem_locations = { "packr-rails" => File.expand_path("../../", __FILE__) } # Load support files. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require File.expand_path(f) }