Sha256: 9e28f4448c1934868bd98cc440e2356cfc6678e9afe37897e27bb7f44b6a57d4

Contents?: true

Size: 618 Bytes

Versions: 9

Compression:

Stored size: 618 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'lib')) # make requiring from test/lib easy

require 'fileutils'
require 'rubygems'
require 'thread'
require 'bundler/setup'
Bundler.require
require 'test/unit' # required by ActiveSupport::TestCase
require 'active_support/test_case'

require 'mock_rails'
require 'blueprint'
require 'add_query_counting_to_active_record'

WillPaginate.enable_activerecord
AridCache.init_rails
Blueprint.seeds

ActiveRecord::Base.logger.info("#{"="*25} RUNNING UNIT TESTS #{"="*25}\n\t\t\t#{Time.now.to_s}\n#{"="*70}")
Array.class_eval { alias count size } if RUBY_VERSION < '1.8.7'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
arid_cache-1.3.6 test/test_helper.rb
arid_cache-1.3.5 test/test_helper.rb
arid_cache-1.3.4 test/test_helper.rb
arid_cache-1.3.3 test/test_helper.rb
arid_cache-1.3.2 test/test_helper.rb
arid_cache-1.3.1 test/test_helper.rb
arid_cache-1.3.0 test/test_helper.rb
arid_cache-1.2.0 test/test_helper.rb
arid_cache-1.1.1 test/test_helper.rb