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 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
... ...