Sha256: 393209cb9540c532bec02a9d4d66dbb99d545531052a9622c19d7f83bf00c50e

Contents?: true

Size: 382 Bytes

Versions: 7

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

7 entries across 7 versions & 7 rubygems

Version Path
encrypted_attributes-0.1.0 test/test_helper.rb
has_emails-0.1.0 test/test_helper.rb
has_messages-0.1.0 test/test_helper.rb
has_phone_numbers-0.0.3 test/test_helper.rb
polymorphic_identity-0.0.4 test/test_helper.rb
preferences-0.0.1 test/test_helper.rb
state_machine-0.1.0 test/test_helper.rb