Bump development gems
- brakeman - rubocop - scss_lint
This commit is contained in:
parent
1030a4ae7d
commit
d6ad3fc3fd
42 changed files with 99 additions and 94 deletions
|
@ -6,7 +6,7 @@ describe 'new_gestionnaire/dossiers/identite_entreprise.html.haml', type: :view
|
|||
let(:entreprise) { rna_information.entreprise }
|
||||
|
||||
context "date_publication is missing on rna" do
|
||||
before { rna_information.update_attributes(date_publication: nil) }
|
||||
before { rna_information.update(date_publication: nil) }
|
||||
|
||||
it "can render without error" do
|
||||
expect(rendered).to include("Date de publication :")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue