Sha256: ac299fe2caa7fc69ae6bc5db5cfc7619826f22dbe9f351e8ca0b5815dee2c827
Contents?: true
Size: 413 Bytes
Versions: 5
Compression:
Stored size: 413 Bytes
Contents
require 'spec_helper' require 'shared_examples/user_oauth_shared_examples' describe User, "with oauth submodule", :active_record => true do before(:all) do ActiveRecord::Migrator.migrate("#{Rails.root}/db/migrate/external") User.reset_column_information end after(:all) do ActiveRecord::Migrator.rollback("#{Rails.root}/db/migrate/external") end it_behaves_like "rails_3_oauth_model" end
Version data entries
5 entries across 5 versions & 3 rubygems