Sha256: 0faf61b805a89d96f1b55e6441790421987e1eec93586b93c3c97f9e7fefc819

Contents?: true

Size: 604 Bytes

Versions: 3

Compression:

Stored size: 604 Bytes

Contents

# This file originally has been generated by 'rails generate rspec:install'.

ENV["RAILS_ENV"] ||= 'test'

# This is needed to have activerecord running.
require 'rails/all'

require 'rspec/rails'
require 'rspec/autorun'

require 'acts-as-dag'
require 'rails3_acts_as_paranoid'
require 'acts_as_paranoid_dag'


RSpec.configure do |config|
end


# The simulated database lives in the memory rather than in a file.
ActiveRecord::Base.establish_connection( :adapter => "sqlite3", :database => ":memory:" )


# This is the required database structure.
load File.dirname( __FILE__ ) + '/support/schema.rb'


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_paranoid_dag-0.0.3 spec/spec_helper.rb
acts_as_paranoid_dag-0.0.2 spec/spec_helper.rb
acts_as_paranoid_dag-0.0.1 spec/spec_helper.rb