Sha256: daabc51a071ca849dd831d0be1302190fa9f27135f322055e4d46c7830729c16

Contents?: true

Size: 405 Bytes

Versions: 5

Compression:

Stored size: 405 Bytes

Contents

ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
require "bundler/setup"

require "minitest/autorun"

if defined?(Minitest::Test)
  begin
    require "minitest/utils"
  rescue LoadError
  end
else
  Minitest::Test = MiniTest::Unit::TestCase
end

require "ostruct"
require "active_model"
require "active_support/all"

I18n.enforce_available_locales = false
require "password_strength"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
password_strength-1.1.4 test/test_helper.rb
password_strength-1.1.3 test/test_helper.rb
password_strength-1.1.2 test/test_helper.rb
password_strength-1.1.1 test/test_helper.rb
password_strength-1.1.0 test/test_helper.rb