Sha256: af8ecb94a831ad248b5846e3faa13992f86975497f36a96408eab9dad1dfda59

Contents?: true

Size: 276 Bytes

Versions: 8

Compression:

Stored size: 276 Bytes

Contents

require File.join(File.dirname(__FILE__), 'spec_helper')

describe Slate do
  it "should be able to configure the graphite host" do
    Slate.configure do |c|
      c.endpoint = "http://graphite"
    end

    Slate.configuration.endpoint.should == "http://graphite"
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
slate-0.2.1 spec/slate_spec.rb
slate-0.2.0 spec/slate_spec.rb
slate-0.1.0 spec/slate_spec.rb
slate-0.0.5 spec/slate_spec.rb
slate-0.0.4 spec/slate_spec.rb
slate-0.0.3 spec/slate_spec.rb
slate-0.0.2 spec/slate_spec.rb
slate-0.0.1 spec/slate_spec.rb