refactor(export): improuve specs
This commit is contained in:
parent
39364961ab
commit
244dcfcc23
13 changed files with 268 additions and 265 deletions
|
@ -1,5 +1,5 @@
|
|||
describe Champs::AddressChamp do
|
||||
let(:champ) { Champs::AddressChamp.new(value: value, data: data, type_de_champ: create(:type_de_champ_address)) }
|
||||
let(:champ) { build(:champ_address, value:, data:) }
|
||||
let(:value) { '' }
|
||||
let(:data) { nil }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue