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

Version Path
metric_fu-4.6.0 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.5.2 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.5.1 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.4.4 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.4.3 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.4.2 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.4.1 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.4.0 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.3.1 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.3.0 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.2.1 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.2.0 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.1.3 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.1.2 spec/metric_fu/metrics/hotspots/hotspot_spec.rb
metric_fu-4.1.1 spec/metric_fu/metrics/hotspots/hotspot_spec.rb