Sha256: d10285daebeb3a92a9485ab0785859690f068caa5d21718f653f384b98f12472
Contents?: true
Size: 382 Bytes
Versions: 40
Compression:
Stored size: 382 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") class Test::Unit::TestCase #:nodoc: include Factory end
Version data entries
40 entries across 40 versions & 10 rubygems