Sha256: fff006c0f9635625b469c21247151a9779503412de24caa222814b46991bd008
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
require 'rubygems' require 'active_record' require 'sqlite3' begin require 'simplecov' SimpleCov.start do add_filter "/spec/" end rescue LoadError # simplecov not installed end ActiveRecord::Base.establish_connection("adapter" => "sqlite3", "database" => ":memory:") require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'path_tree'))
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
path_tree-1.0.12 | spec/spec_helper.rb |
path_tree-1.0.11 | spec/spec_helper.rb |