We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b1c22a + 4160412 commit c79dda0Copy full SHA for c79dda0
1 file changed
lib/rdf/spec/http_adapter.rb
@@ -106,7 +106,7 @@ module RDF_HttpAdapter
106
it "sets arbitrary header" do
107
WebMock.stub_request(:get, uri).to_return(body: "foo", headers: {"Foo" => "Bar"})
108
RDF::Util::File.open_file(uri) do |f|
109
- expect(f.headers).to include(:foo => %(Bar))
+ expect(f.headers[:foo]).to eq "Bar"
110
opened.opened
111
end
112
0 commit comments