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

Version Path
pluginaweek-encrypted_attributes-0.4.0 test/test_helper.rb
pluginaweek-has_emails-0.3.0 test/test_helper.rb
pluginaweek-has_messages-0.4.0 test/test_helper.rb
pluginaweek-has_phone_numbers-0.2.0 test/test_helper.rb
pluginaweek-has_ratings-0.3.0 test/test_helper.rb
pluginaweek-polymorphic_identity-0.1.0 test/test_helper.rb
pluginaweek-preferences-0.3.1 test/test_helper.rb
pluginaweek-validates_as_email_address-0.2.3 test/test_helper.rb
has_messages_huacnlee-0.4.1 test/test_helper.rb
validates_as_email_address-0.2.4 test/test_helper.rb
polymorphic_identity-0.1.1 test/test_helper.rb
has_ratings-0.3.1 test/test_helper.rb
has_phone_numbers-0.2.1 test/test_helper.rb
has_emails-0.3.1 test/test_helper.rb
has_messages-0.4.1 test/test_helper.rb
encrypted_attributes-0.4.1 test/test_helper.rb
encrypted_attributes-0.3.0 test/test_helper.rb
encrypted_attributes-0.2.0 test/test_helper.rb
encrypted_attributes-0.1.3 test/test_helper.rb
encrypted_attributes-0.4.0 test/test_helper.rb