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

Version Path
spree-enriquez-0.9.4 vendor/plugins/state_machine/test/test_helper.rb
spree-0.9.4 vendor/plugins/state_machine/test/test_helper.rb
spree-0.9.3 vendor/plugins/state_machine/test/test_helper.rb
spree-0.9.2 vendor/plugins/state_machine/test/test_helper.rb
spree-0.9.1 vendor/plugins/state_machine/test/test_helper.rb
spree-0.9.0 vendor/plugins/state_machine/test/test_helper.rb
spree-0.8.4 vendor/plugins/state_machine/test/test_helper.rb
spree-0.8.5 vendor/plugins/state_machine/test/test_helper.rb
encrypted_attributes-0.1.2 test/test_helper.rb
encrypted_attributes-0.1.1 test/test_helper.rb
has_emails-0.1.1 test/test_helper.rb
has_emails-0.1.3 test/test_helper.rb
has_emails-0.1.2 test/test_helper.rb
has_messages-0.1.1 test/test_helper.rb
has_phone_numbers-0.0.4 test/test_helper.rb
has_messages-0.1.2 test/test_helper.rb
has_messages-0.1.3 test/test_helper.rb
polymorphic_identity-0.0.5 test/test_helper.rb
preferences-0.1.2 test/test_helper.rb
preferences-0.1.0 test/test_helper.rb