Sha256: 0031d89da2ff54d5df19e7c0c4e1b40db21a237cc967114721408c62303e16b8
Contents?: true
Size: 531 Bytes
Versions: 22
Compression:
Stored size: 531 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') require File.expand_path(File.dirname(__FILE__) + '/../../shared_examples/user_brute_force_protection_shared_examples') describe "User with brute_force_protection submodule" do before(:all) do ActiveRecord::Migrator.migrate("#{Rails.root}/db/migrate/brute_force_protection") end after(:all) do ActiveRecord::Migrator.rollback("#{Rails.root}/db/migrate/brute_force_protection") end it_behaves_like "rails_3_brute_force_protection_model" end
Version data entries
22 entries across 22 versions & 1 rubygems