Sha256: 0a9f298dbb684a79c354de4a5459d66bae880a4f4ede667c4753108bc0b6adbe
Contents?: true
Size: 258 Bytes
Versions: 13
Compression:
Stored size: 258 Bytes
Contents
describe Gitmine::Config do describe "#config" do it "should load the config from config.yml" do Gitmine::Config.redmine_host.should == "http://redmine-gitmine.heroku.com" Gitmine::Config.github.should == "pcreux/gitmine" end end end
Version data entries
13 entries across 13 versions & 1 rubygems