diff --git a/features/repository/show/modules_tree.feature b/features/repository/show/modules_tree.feature index 85ea977..e7ddc5d 100644 --- a/features/repository/show/modules_tree.feature +++ b/features/repository/show/modules_tree.feature @@ -36,14 +36,12 @@ Feature: Repository modules tree And I should see "Granularity" And I should see "Grade" - # This test is broken under analizo 1.17.0: https://www.pivotaltracker.com/story/show/80377258 - @wip @kalibro_configuration_restart @kalibro_processor_restart @javascript + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Module navigation Given I am a regular user And I am signed in - And I have a sample project - And I have a sample configuration with native metrics - And I have a sample repository within the sample project + And I have a sample configuration with ruby native metrics + And I have a sample repository And I start to process that repository And I wait up for a ready processing And I ask for the last ready processing of the given repository diff --git a/spec/factories/metric_configurations.rb b/spec/factories/metric_configurations.rb index 6eb3008..5a987ca 100644 --- a/spec/factories/metric_configurations.rb +++ b/spec/factories/metric_configurations.rb @@ -2,7 +2,7 @@ FactoryGirl.define do factory :metric_configuration, class: MetricConfiguration do metric {FactoryGirl.build(:metric, code: 'total_abstract_classes')} weight 1 - aggregation_form "AVERAGE" + aggregation_form "MEAN" reading_group_id 1 kalibro_configuration_id 1 -- libgit2 0.21.2