Sha256: 14435d0e6db72ca01722c10e8b6e6d1043a1b38760eb56cdba2ad19c8e0422e6
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/setup' require 'comicvine/mongo' # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile!) # require "pry" # Pry.start ENV['RACK_ENV'] = 'test' Mongoid.load!(File.join(File.expand_path('../../test', __FILE__), 'mongo.yml'), ENV['RACK_ENV']) require 'irb' IRB.start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comicvine-mongo-0.1.3 | bin/console |