Sha256: cd6ea46f7276638baed36d13d3607b6be5b76e6f245cfee4bf882effbe82fa69
Contents?: true
Size: 349 Bytes
Versions: 15
Compression:
Stored size: 349 Bytes
Contents
require 'spec_helper' describe "MetricFu::Hotspot" do it "returns an array of of the analyzers that subclass it" do expected_analyzers = [ReekHotspot, RoodiHotspot, FlogHotspot, ChurnHotspot, SaikuroHotspot, FlayHotspot, StatsHotspot, RcovHotspot] MetricFu::Hotspot.analyzers.size.should == expected_analyzers.size end end
Version data entries
15 entries across 15 versions & 1 rubygems