Sha256: b63cd3142fa04fadccf81ce03bc7b8d95a5c972204db8ae1fa31e53bafc15dbc
Contents?: true
Size: 226 Bytes
Versions: 22
Compression:
Stored size: 226 Bytes
Contents
require 'insulin' describe Insulin::Config do config = Insulin::Config.new it "should return the correct section" do config["mongo"].should == { "host"=>"localhost", "database"=>"insulin" } end end
Version data entries
22 entries across 22 versions & 1 rubygems