Commit f3ce53695ed3ef06342bbf8d7d9f523a6bd6251a
Committed by
Rafael Manzo
1 parent
e39025d4
Exists in
colab
and in
4 other branches
Included missing Mock
signed-off-by: Diego Araujo <diegoamc90@gmail.com>
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
spec/controllers/compound_metric_configurations_controller_spec.rb
... | ... | @@ -59,7 +59,6 @@ describe CompoundMetricConfigurationsController do |
59 | 59 | before :each do |
60 | 60 | MetricConfiguration.any_instance.expects(:save).returns(false) |
61 | 61 | MetricConfiguration.expects(:metric_configurations_of).with(mezuro_configuration.id).returns([compound_metric_configuration]) |
62 | - | |
63 | 62 | post :create, mezuro_configuration_id: mezuro_configuration.id, metric_configuration: metric_configuration_params |
64 | 63 | end |
65 | 64 | ... | ... |