Enable the Layout/LeadingCommentSpace cop

This commit is contained in:
gregoirenovel 2018-01-15 19:14:09 +01:00
parent 19ee24d559
commit 345b892956
10 changed files with 17 additions and 17 deletions

View file

@ -171,7 +171,7 @@ Rails.application.routes.draw do
end
namespace :accompagnateurs do
get 'show' #delete after fixed tests admin/accompagnateurs/show_spec without this line
get 'show' # delete after fixed tests admin/accompagnateurs/show_spec without this line
end
resources :gestionnaires, only: [:index, :create, :destroy]