Sha256: 4cea6b068a75d985f24b839626852514c9b714dca87fde2cd17cad948a461969

Contents?: true

Size: 434 Bytes

Versions: 69

Compression:

Stored size: 434 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../test/dummy/config/environment.rb',  __FILE__)
ActiveRecord::Migrator.migrations_paths = [File.expand_path('../../test/dummy/db/migrate', __FILE__)]
require 'rails/test_help'

# Require PushType testing setup
require 'push_type/testing/setup'
require 'push_type/testing/factories'

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

Version data entries

69 entries across 69 versions & 3 rubygems

Version Path
push_type_core-0.12.1 test/test_helper.rb
push_type_core-0.12.0 test/test_helper.rb
push_type_core-0.12.0.beta.1 test/test_helper.rb
push_type_core-0.11.2 test/test_helper.rb
push_type_core-0.11.1 test/test_helper.rb
push_type_core-0.11.0.beta.2 test/test_helper.rb
push_type_core-0.11.0.beta.1 test/test_helper.rb
push_type_core-0.10.4 test/test_helper.rb
push_type_core-0.10.3 test/test_helper.rb
push_type_core-0.10.2 test/test_helper.rb
push_type_core-0.10.1 test/test_helper.rb
push_type_core-0.10.0 test/test_helper.rb
push_type_core-0.10.0.beta.5 test/test_helper.rb
push_type_core-0.10.0.beta.3 test/test_helper.rb
push_type_core-0.9.5 test/test_helper.rb
push_type_admin-0.9.5 test/test_helper.rb
push_type_core-0.9.3 test/test_helper.rb
push_type_admin-0.9.3 test/test_helper.rb
push_type_core-0.9.2 test/test_helper.rb
push_type_admin-0.9.2 test/test_helper.rb