Sha256: 5c875c4bc18455fbdb79e705f5d27b842f03e0e1ee56606eebcf0f133440457d

Contents?: true

Size: 443 Bytes

Versions: 5

Compression:

Stored size: 443 Bytes

Contents

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

require 'rubygems'
require 'bundler/setup'
require 'rspec/its'

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

5 entries across 5 versions & 1 rubygems

Version Path
gdshowsdb-2.0.0 spec/spec_helper.rb
gdshowsdb-1.0.3 spec/spec_helper.rb
gdshowsdb-1.0.2 spec/spec_helper.rb
gdshowsdb-1.0.1 spec/spec_helper.rb
gdshowsdb-1.0.0 spec/spec_helper.rb