Sha256: 2ca41f7da1fb3f3d1dff46cbe9918a67a9023fb7624512682e67c31efdc17596

Contents?: true

Size: 423 Bytes

Versions: 7

Compression:

Stored size: 423 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rubygems'
require 'bundler/setup'

require 'gdshowsdb'

include Gdshowsdb
Gdshowsdb.init({ adapter: 'sqlite3', database: ':memory:' })
Gdshowsdb.load(8) #Magic Number warning. This will migrate the DB all the way until loading the shows 

RSpec.configure do |config|
  # some (optional) config here
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gdshowsdb-4.0.2 spec/spec_helper.rb
gdshowsdb-4.0.1 spec/spec_helper.rb
gdshowsdb-4.0.0 spec/spec_helper.rb
gdshowsdb-3.0.0 spec/spec_helper.rb
gdshowsdb-2.1.0 spec/spec_helper.rb
gdshowsdb-0.9.1 spec/spec_helper.rb
gdshowsdb-0.9.0 spec/spec_helper.rb