fix specs

This commit is contained in:
Bilal
2020-07-27 15:25:38 +02:00
parent 4ee83e29d9
commit bd8e9e421d
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ RSpec.feature 'User manages contract templates', type: :feature do
expect(content_disposition).to include('inline')
expect(pdf_body).to have_content('PREVIEW ONLY')
expect(pdf_body).to have_content('Material Release')
expect(pdf_body).not_to have_content('Guardian')
expect(pdf_body).to have_content('Guardian')
end
context 'preventing creation of release template with wrong fee value' do