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