Commit faab6427380d1d3924ad5fb06e7c63ba04ecf67f
Committed by
Paulo Meireles
1 parent
3b09ed0f
Exists in
master
and in
29 other branches
[Mezuro] Fixed outdated metric fixture
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/test/fixtures/metric_fixtures.rb
... | ... | @@ -13,7 +13,7 @@ class MetricFixtures |
13 | 13 | end |
14 | 14 | |
15 | 15 | def self.total_cof_hash |
16 | - {:name => 'Total Coupling Factor', :compound => "false", :scope => 'APPLICATION', :language => ['JAVA']} | |
16 | + {:name => 'Total Coupling Factor', :compound => "false", :scope => 'SOFTWARE', :language => ['JAVA']} | |
17 | 17 | end |
18 | 18 | |
19 | 19 | def self.amloc | ... | ... |