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