Sha256: c8b06ea28bbf5092c20affa4980031a65d04ef3190832d3339864e3d3d9c5699

Contents?: true

Size: 850 Bytes

Versions: 14

Compression:

Stored size: 850 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__)]
#ActiveRecord::Migrator.migrations_paths << File.expand_path('../../db/migrate', __FILE__)
require "rails/test_help"
require "minitest/rails"

# To add Capybara feature tests add `gem "minitest-rails-capybara"`
# to the test group in the Gemfile and uncomment the following:
# require "minitest/rails/capybara"

# Uncomment for awesome colorful output
require 'minitest/pride'

# 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

14 entries across 14 versions & 1 rubygems

Version Path
push_type_auth-0.5.1 test/test_helper.rb
push_type_auth-0.5.0 test/test_helper.rb
push_type_auth-0.5.0.alpha.5 test/test_helper.rb
push_type_auth-0.5.0.alpha.4 test/test_helper.rb
push_type_auth-0.5.0.alpha.3 test/test_helper.rb
push_type_auth-0.5.0.alpha.2 test/test_helper.rb
push_type_auth-0.5.0.alpha.1 test/test_helper.rb
push_type_auth-0.4.0 test/test_helper.rb
push_type_auth-0.4.0.beta.3 test/test_helper.rb
push_type_auth-0.3.3 test/test_helper.rb
push_type_auth-0.3.1 test/test_helper.rb
push_type_auth-0.2.1 test/test_helper.rb
push_type_auth-0.2.0 test/test_helper.rb
push_type_auth-0.2.0.beta2 test/test_helper.rb