Put a failed example from appearance_spec in quarantine

This commit is contained in:
Igor 2019-07-03 17:56:17 +00:00 committed by Bob Van Landuyt
parent 4e456d32e0
commit 9af6dd3e8d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ describe Appearance do
end
end
context 'with uploads' do
context 'with uploads', :quarantine do
it_behaves_like 'model with uploads', false do
let(:model_object) { create(:appearance, :with_logo) }
let(:upload_attribute) { :logo }