Use non-breaking spaces in tests
This commit is contained in:
parent
9de5587183
commit
b3d0a113eb
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ describe 'new_gestionnaire/dossiers/show.html.haml', type: :view do
|
|||
subject! { render }
|
||||
|
||||
it 'renders the header' do
|
||||
expect(rendered).to have_text("Dossier nº #{dossier.id}")
|
||||
expect(rendered).to have_text("Dossier nº #{dossier.id}")
|
||||
end
|
||||
|
||||
it 'renders the dossier infos' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue