Sha256: 51bd2040ba28fdef3588f8897d512a27c4b429c911bba0e645bfbba128a9782c
Contents?: true
Size: 539 Bytes
Versions: 4
Compression:
Stored size: 539 Bytes
Contents
ENV["RAILS_ENV"] = "test" DEVISE_ORM = (ENV["DEVISE_ORM"] || :active_record).to_sym puts "\n==> Devise.orm = #{DEVISE_ORM.inspect}" require "dummy/config/environment" require "orm/#{DEVISE_ORM}" require "rails/test_help" require "capybara/rails" require "minitest/reporters" Minitest::Reporters.use! # I18n.load_path << File.expand_path("../support/locale/en.yml", __FILE__) if DEVISE_ORM == :mongoid # ActiveSupport::Deprecation.silenced = true class ActionDispatch::IntegrationTest include Capybara::DSL end require "devise-otp"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
devise-otp-1.0.0 | test/test_helper.rb |
devise-otp-0.8.0 | test/test_helper.rb |
devise-otp-0.7.1 | test/test_helper.rb |
devise-otp-0.7.0 | test/test_helper.rb |