Sha256: 26df66d8957474eb1ecafe08816c79beb2d5e917c22d240e95fc84fe484681fd
Contents?: true
Size: 622 Bytes
Versions: 1
Compression:
Stored size: 622 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper.rb"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration require 'rubygems' require 'bundler/setup' require 'support/coverage_loader' require 'dependent_restrict' DB_FILE = 'tmp/test_db' FileUtils.mkdir_p File.dirname(DB_FILE) FileUtils.rm_f DB_FILE ActiveRecord::Base.establish_connection :adapter => 'sqlite3', :database => DB_FILE load 'spec/schema.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dependent_restrict-0.2.3 | spec/spec_helper.rb |