let(:message){'Failed to save group {:avatar=>["file format is not supported. Please try one of the following supported formats: png, jpg, jpeg, gif, bmp, tiff, ico"]}'}
it_behaves_like'it returns 400 for bad upload request'
end
context'when file is too big'do
let(:file_path){'spec/fixtures/big-image.png'}
let(:message){'Failed to save group {:avatar=>["is too big (should be at most 200 KB)"]}'}
it_behaves_like'it returns 400 for bad upload request'