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,7 +13,7 @@ class MetricFixtures | ||
13 | end | 13 | end |
14 | 14 | ||
15 | def self.total_cof_hash | 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 | end | 17 | end |
18 | 18 | ||
19 | def self.amloc | 19 | def self.amloc |