Skip to content

Commit 2af743b

Browse files
remove connect from http
1 parent 56193f4 commit 2af743b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/code/object/http_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "spec_helper"
44

55
RSpec.describe Code::Object::Http do
6-
%w[get head post put delete connect options trace patch].each do |verb|
6+
%w[get head post put delete options trace patch].each do |verb|
77
describe ".#{verb}" do
88
{
99
continue: 100,

0 commit comments

Comments
 (0)