From faab6427380d1d3924ad5fb06e7c63ba04ecf67f Mon Sep 17 00:00:00 2001 From: Diego Araújo + Daniel Alves + Rafael Manzo Date: Tue, 26 Feb 2013 16:00:43 -0300 Subject: [PATCH] [Mezuro] Fixed outdated metric fixture --- plugins/mezuro/test/fixtures/metric_fixtures.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mezuro/test/fixtures/metric_fixtures.rb b/plugins/mezuro/test/fixtures/metric_fixtures.rb index 05a3d49..f036072 100644 --- a/plugins/mezuro/test/fixtures/metric_fixtures.rb +++ b/plugins/mezuro/test/fixtures/metric_fixtures.rb @@ -13,7 +13,7 @@ class MetricFixtures end def self.total_cof_hash - {:name => 'Total Coupling Factor', :compound => "false", :scope => 'APPLICATION', :language => ['JAVA']} + {:name => 'Total Coupling Factor', :compound => "false", :scope => 'SOFTWARE', :language => ['JAVA']} end def self.amloc -- libgit2 0.21.2