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