Sha256: 62d6b61bd72bd7f5701bd63bb407e157a98039160e8ac91ab1e3c43f7665830b
Contents?: true
Size: 373 Bytes
Versions: 10
Compression:
Stored size: 373 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "Endpoint generation" do it "should generate endpoints for metrics" do RestfulMetrics::Endpoint.metrics.should =~ /metrics.json/ end it "should generate endpoints for compound metrics" do RestfulMetrics::Endpoint.compound_metrics.should =~ /compound_metrics.json/ end end
Version data entries
10 entries across 10 versions & 1 rubygems