Enable Style/UnneededInterpolation

This commit is contained in:
gregoirenovel 2018-10-01 14:03:05 +02:00
parent 82f0df089d
commit ed240cb4d3
7 changed files with 10 additions and 10 deletions

View file

@ -15,7 +15,7 @@ describe Champs::DossierLinkController, type: :controller do
{
dossier: {
champs_attributes: {
'1' => { value: "#{dossier_id}" }
'1' => { value: dossier_id.to_s }
}
},
position: '1'

View file

@ -10,7 +10,7 @@ describe Champs::SiretController, type: :controller do
{
dossier: {
champs_attributes: {
'1' => { value: "#{siret}" }
'1' => { value: siret.to_s }
}
},
position: '1'