Sha256: e1549adce9d6185faabcb90bf99a328a39a2aad99d6f21c2742697c5b204e029
Contents?: true
Size: 361 Bytes
Versions: 4
Compression:
Stored size: 361 Bytes
Contents
require 'ferry' ActiveRecord::Base.establish_connection(:adapter => "sqlite3", :database => File.dirname(__FILE__) + "/ferry.sqlite3") load File.dirname(__FILE__) + '/support/schema.rb' load File.dirname(__FILE__) + '/support/models.rb' load File.dirname(__FILE__) + '/support/data.rb' RSpec.configure do |config| end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ferry-0.1.3 | spec/spec_helper.rb |
ferry-0.1.2 | spec/spec_helper.rb |
ferry-0.1.0 | spec/spec_helper.rb |
ferry-0.0.8 | spec/spec_helper.rb |