Sha256: 23ffa480b5f6342a446558f3ba878aa00bc9906dee8f7d38ea4c86c27f7fa242
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
require 'active_tenant' Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} ActiveRecord::Base.logger = Logger.new($stdout) ActiveRecord::Migrator.migrations_path = "#{File.dirname(__FILE__)}/migrations" RSpec.configure do |config| end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_tenant-0.0.3 | spec/spec_helper.rb |