Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 committed Oct 4, 2024
1 parent c9e8f5d commit 2afb061
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/lib/http/features/acceptable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
let(:connection) { double }
let(:headers) { {} }

describe "#accepted?" do
describe "#wrap_response" do
subject(:result) { feature.wrap_response(response) }

let(:request) do
HTTP::Request.new(
verb: :get,
uri: "https://example.com/",
headers: headers,
body: "Hello world"
)
end
let(:response) do
Expand Down

0 comments on commit 2afb061

Please sign in to comment.