Sha256: a02f081b4e0af65d1b65c33181b9ce832a30927b600172f15a15d33759e33cc2

Contents?: true

Size: 327 Bytes

Versions: 10

Compression:

Stored size: 327 Bytes

Contents

require 'amoeba'

ActiveRecord::Base.establish_connection(:adapter => "sqlite3",
                                       :database => File.dirname(__FILE__) + "/test.sqlite3")

load File.dirname(__FILE__) + '/support/schema.rb'
load File.dirname(__FILE__) + '/support/models.rb'
load File.dirname(__FILE__) + '/support/data.rb'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
amoeba-2.0.0 spec/spec_helper.rb
amoeba-1.2.1 spec/spec_helper.rb
amoeba-1.2.0 spec/spec_helper.rb
amoeba-1.1.0 spec/spec_helper.rb
amoeba-1.0.0 spec/spec_helper.rb
amoeba-0.1.2 spec/spec_helper.rb
amoeba-0.1.1 spec/spec_helper.rb
amoeba-0.1.0 spec/spec_helper.rb
amoeba-0.0.2 spec/spec_helper.rb
amoeba-0.0.1 spec/spec_helper.rb