fix(test): disable frozen string in siret concern because it's a literal string in spec
This commit is contained in:
parent
992c61b51a
commit
6d9a7648e2
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: false
|
||||||
|
|
||||||
|
# The 'siret' variables are literal here and mutated (normalized), so we cannot use frozen siret strings.
|
||||||
|
# For simplicity, frozen strings are disabled in this entire file.
|
||||||
|
|
||||||
RSpec.describe SiretChampEtablissementFetchableConcern do
|
RSpec.describe SiretChampEtablissementFetchableConcern do
|
||||||
describe '.fetch_etablissement!' do
|
describe '.fetch_etablissement!' do
|
||||||
|
|
Loading…
Add table
Reference in a new issue