Sha256: 8b4e10d8c16c30eccf4c4a5a65687668ec8d745ddb7377be0b3c2437d48b8e12
Contents?: true
Size: 398 Bytes
Versions: 2
Compression:
Stored size: 398 Bytes
Contents
require 'test/unit' require 'fileutils' require 'rubygems' require 'bundler/setup' require 'mocha' # Mock out the required environment variables. # Do this before requiring AAI. class Rails def self.root Pathname.new(Dir.pwd) end def self.env 'test' end end test_path = Pathname.new(File.expand_path('../', __FILE__)) require test_path.parent.join('lib', 'acts_as_indexed').to_s
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_indexed-0.8.3 | test/unit_test_helper.rb |
acts_as_indexed-0.8.2 | test/unit_test_helper.rb |