Sha256: 24b93fddd876cc99d22dfe04dce8c874023fad9f2115b298958547b280824d86

Contents?: true

Size: 501 Bytes

Versions: 19

Compression:

Stored size: 501 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 }

class ActionController::TestCase
  include Devise::TestHelpers
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
push_type_auth-0.9.0 test/test_helper.rb
push_type_auth-0.9.0.beta.4 test/test_helper.rb
push_type_auth-0.9.0.beta.3 test/test_helper.rb
push_type_auth-0.9.0.beta.2 test/test_helper.rb
push_type_auth-0.8.2 test/test_helper.rb
push_type_auth-0.8.1 test/test_helper.rb
push_type_auth-0.8.0 test/test_helper.rb
push_type_auth-0.8.0.beta.3 test/test_helper.rb
push_type_auth-0.8.0.beta.2 test/test_helper.rb
push_type_auth-0.8.0.beta.1 test/test_helper.rb
push_type_auth-0.7.0 test/test_helper.rb
push_type_auth-0.7.0.beta.1 test/test_helper.rb
push_type_auth-0.6.0 test/test_helper.rb
push_type_auth-0.6.0.beta.4 test/test_helper.rb
push_type_auth-0.6.0.beta.3 test/test_helper.rb
push_type_auth-0.6.0.beta.2 test/test_helper.rb
push_type_auth-0.6.0.beta.1 test/test_helper.rb
push_type_auth-0.5.3 test/test_helper.rb
push_type_auth-0.5.2 test/test_helper.rb