Commit faab6427380d1d3924ad5fb06e7c63ba04ecf67f

Authored by Rafael Manzo
Committed by Paulo Meireles
1 parent 3b09ed0f

[Mezuro] Fixed outdated metric fixture

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