Sha256: b64dd683a56b20b1f7b5ab141ac0921714766fc540fb4f38585d70c43cc6cd30
Contents?: true
Size: 655 Bytes
Versions: 3
Compression:
Stored size: 655 Bytes
Contents
# fake the rails root RAILS_ROOT = File.dirname(__FILE__) # require support libraries require 'test/unit' require 'rubygems' gem 'rails', '2.3.2' require 'active_support' require 'action_controller' require 'action_controller/test_process' # for the assertions require 'action_view' require 'active_record' require 'logger' require 'mocha' RAILS_DEFAULT_LOGGER = Logger.new(File.dirname(__FILE__) + '/debug.log') %w(../lib app/controllers).each do |load_path| ActiveSupport::Dependencies.load_paths << File.dirname(__FILE__) + "/" + load_path end require File.dirname(__FILE__) + '/../rails/init' ActionController::Base.cache_store = :memory_store
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
langalex-components-0.0.3 | test/test_helper.rb |
langalex-components-0.0.4 | test/test_helper.rb |
components-0.0.5 | test/test_helper.rb |