Sha256: f037174c00f77a79099a7f08d976663318991556c6cfd7cc500e35b214149fe9
Contents?: true
Size: 449 Bytes
Versions: 6
Compression:
Stored size: 449 Bytes
Contents
require 'spec_helper' require 'shared_examples/user_reset_password_shared_examples' describe User, 'with reset_password submodule', active_record: true do before(:all) do ActiveRecord::Migrator.migrate("#{Rails.root}/db/migrate/reset_password") User.reset_column_information 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
6 entries across 6 versions & 1 rubygems