Commit e1bdd757544fcbdd0e9aa5f4921d53aabf6626eb
1 parent
be2f423b
Exists in
colab
and in
4 other branches
Fixed repository_step for new factory name for range
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/step_definitions/repository_steps.rb
| ... | ... | @@ -7,7 +7,7 @@ Given(/^I have a sample configuration with native metrics$/) do |
| 7 | 7 | metric: FactoryGirl.build(:loc), |
| 8 | 8 | reading_group_id: reading_group.id, |
| 9 | 9 | configuration_id: @configuration.id}) |
| 10 | - range = FactoryGirl.build(:range, {id: nil, reading_id: reading.id, beginning: '-INF', :end => '+INF', metric_configuration_id: metric_configuration.id}) | |
| 10 | + range = FactoryGirl.build(:mezuro_range, {id: nil, reading_id: reading.id, beginning: '-INF', :end => '+INF', metric_configuration_id: metric_configuration.id}) | |
| 11 | 11 | range.save |
| 12 | 12 | end |
| 13 | 13 | ... | ... |