Sha256: 5ba5962f73e0597f16d2e91033ed45a5cfaaab48878f7d05781b61e62f64492d
Contents?: true
Size: 625 Bytes
Versions: 1
Compression:
Stored size: 625 Bytes
Contents
# -*- 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) }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
packr-rails-0.0.1 | spec/spec_helper.rb |