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

Version Path
gitmine-0.2.1 spec/lib/config_spec.rb
gitmine-0.2.0 spec/lib/config_spec.rb
gitmine-0.1.16 spec/lib/config_spec.rb
gitmine-0.1.15 spec/lib/config_spec.rb
gitmine-0.1.14 spec/lib/config_spec.rb
gitmine-0.1.13 spec/lib/config_spec.rb
gitmine-0.1.12 spec/lib/config_spec.rb
gitmine-0.1.11 spec/lib/config_spec.rb
gitmine-0.1.10 spec/lib/config_spec.rb
gitmine-0.1.9 spec/lib/config_spec.rb
gitmine-0.1.8 spec/lib/config_spec.rb
gitmine-0.1.7 spec/lib/config_spec.rb
gitmine-0.1.6 spec/lib/config_spec.rb