Skip to content

Commit

Permalink
Remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
hschne committed Dec 28, 2023
1 parent e2238db commit 6249817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/requests/uploads_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@

expect(response).to be_unprocessable
json = response.parsed_body
puts json
expect(json['data']).to eq(["can't be blank"])
end
end
Expand Down

0 comments on commit 6249817

Please sign in to comment.