remove puts in test
This commit is contained in:
parent
e4b54999f4
commit
a8960784f8
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ describe 'users/dossiers/new.html.haml', type: :view do
|
||||||
let(:logo) { File.new(File.join(::Rails.root.to_s, "/spec/support/files", "logo_test_procedure.png")) }
|
let(:logo) { File.new(File.join(::Rails.root.to_s, "/spec/support/files", "logo_test_procedure.png")) }
|
||||||
|
|
||||||
it 'Procedure logo is present' do
|
it 'Procedure logo is present' do
|
||||||
p subject
|
|
||||||
|
|
||||||
is_expected.to have_css("img[src='#{procedure.logo}']")
|
is_expected.to have_css("img[src='#{procedure.logo}']")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue