end of train commit
This commit is contained in:
@@ -128,7 +128,6 @@ describe Suppliers::ListsController, type: :controller do
|
||||
context "invalid attributes", broken: true do
|
||||
it "returns an error response" do
|
||||
put :update, id: @list, format: :json, list: invalid_params
|
||||
binding.pry
|
||||
expect( JSON.parse( response.body )['errors']).to be_present
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user