Since #9126, replacing Paperclip with ActiveStorage, some methods changed

This commit is contained in:
Jean-Baptiste Bellet
2022-09-16 10:51:04 +02:00
parent 4a8dc37b40
commit ba2ad4a0c4

View File

@@ -40,7 +40,7 @@ describe "
click_button "Update"
expect(page).to have_content "Your content has been successfully updated!"
expect(ContentConfig.logo.to_s).to include "logo-white"
expect(ContentConfig.url_for(:logo)).to include "logo-white"
end
it "sets the user guide link" do