Sha256: ad121b8b1daf19390f35fdc18bd7d9864aed72df85a722df5f296b8247653a7f
Contents?: true
Size: 479 Bytes
Versions: 9
Compression:
Stored size: 479 Bytes
Contents
require "spec_helper" MetricFu.metrics_require { "hotspots/hotspot" } describe MetricFu::Hotspot do before do enable_hotspots end it "returns an array of of the analyzers that subclass it" do expected_analyzers = [ReekHotspot, RoodiHotspot, FlogHotspot, ChurnHotspot, SaikuroHotspot, FlayHotspot, StatsHotspot, RcovHotspot] expect(MetricFu::Hotspot.analyzers.size).to eq(expected_analyzers.size) end end
Version data entries
9 entries across 9 versions & 3 rubygems