12_generate_custom_csv_file #58

Open
philipp wants to merge 59 commits from 12_generate_custom_csv_file into develop
Showing only changes of commit 913136bb72 - Show all commits

View file

@ -48,10 +48,9 @@ describe 'User' do
end end
response '422', 'invalid parameter value' do response '422', 'invalid parameter value' do
xit 'TODO: fix controller to actually send a 422 for invalid params: https://github.com/foodcoops/foodsoft/issues/999' schema '$ref' => '#/components/schemas/Error422'
# schema '$ref' => '#/components/schemas/Error422' let(:financial_transaction) { { amount: "abc", financial_transaction_type_id: create(:financial_transaction_type).id, note: "foo bar" } }
# let(:financial_transaction) { { amount: -3, financial_transaction_type_id: create(:financial_transaction_type).id, note: -2 } } run_test!
# run_test!
end end
end end