Commit f59fbe2240cd42f3ddbacf3aca7924d85eb207c1
1 parent
7e706658
Exists in
colab
and in
4 other branches
Removed unused code that was commented
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
spec/controllers/base_metric_configurations_controller_spec.rb
... | ... | @@ -48,7 +48,6 @@ describe InheritsFromBaseConfigurationsController do |
48 | 48 | resources :mezuro_configurations do |
49 | 49 | match '/metric_configurations/choose_metric' => 'metric_configurations#choose_metric', as: :choose_metric, :via => [:get] |
50 | 50 | resources :inherits_from_base_configurations do |
51 | - #match '/metric_configurations/choose_metric' => "inherits_from_base_configurations#show", :via => [:get] | |
52 | 51 | match '/metric_configurations/new' => 'metric_configurations#new', as: :new_metric_configuration, :via => [:post] |
53 | 52 | match '/metric_configurations/:id' => 'metric_configurations#update', as: :metric_configuration_update, :via => [:put] |
54 | 53 | end | ... | ... |