Sha256: 56098630f2dea897a23e1b0c59a8865777ec234fbd6b1db1d1f65f199bf34618

Contents?: true

Size: 311 Bytes

Versions: 9

Compression:

Stored size: 311 Bytes

Contents

require "spec_helper"
MetricFu.metrics_require { "hotspots/hotspot_analyzer" }

describe MetricFu::HotspotAnalyzer do
  it "should have its own tests regarding how it orchestrates the analysis of results, rankings, tables, and analyzed_problems"

  it "#hotspots aka worst_items"

  it "#analyzed_problems"
end

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
metric_fu-4.13.0 spec/metric_fu/metrics/hotspots/hotspot_analyzer_spec.rb
fastruby-metric_fu-5.0.0 spec/metric_fu/metrics/hotspots/hotspot_analyzer_spec.rb
code_metric_fu-4.14.4 spec/metric_fu/metrics/hotspots/hotspot_analyzer_spec.rb
code_metric_fu-4.14.3 spec/metric_fu/metrics/hotspots/hotspot_analyzer_spec.rb
code_metric_fu-4.14.2 spec/metric_fu/metrics/hotspots/hotspot_analyzer_spec.rb
code_metric_fu-4.14.1 spec/metric_fu/metrics/hotspots/hotspot_analyzer_spec.rb
code_metric_fu-4.14.0 spec/metric_fu/metrics/hotspots/hotspot_analyzer_spec.rb
metric_fu-4.12.0 spec/metric_fu/metrics/hotspots/hotspot_analyzer_spec.rb
metric_fu-4.11.4 spec/metric_fu/metrics/hotspots/hotspot_analyzer_spec.rb