Skip to content

Commit

Permalink
rspec cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudrien committed Feb 3, 2025
1 parent ff50c89 commit 5071328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/gemirro/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ module Gemirro
get '/api/v1/dependencies.json'
expect(last_response.headers['Content-Type'])
.to eq('application/json')
puts last_response.body
expect(last_response.body).to eq('[]')
expect(last_response).to be_ok
end
Expand Down

0 comments on commit 5071328

Please sign in to comment.