Sha256: 0fa86ad1285aab21503a768a918857110f1cfade3339668e000c463cc105c998
Contents?: true
Size: 381 Bytes
Versions: 43
Compression:
Stored size: 381 Bytes
Contents
# Load the plugin testing framework $:.unshift("#{File.dirname(__FILE__)}/../../plugin_test_helper/lib") require 'rubygems' require 'plugin_test_helper' # Run the migrations ActiveRecord::Migrator.migrate("#{Rails.root}/db/migrate") # Mixin the factory helper require File.expand_path("#{File.dirname(__FILE__)}/factory") Test::Unit::TestCase.class_eval do include Factory end
Version data entries
43 entries across 43 versions & 17 rubygems