Axe tests that belong in client_request_spec

bug/bundler_fix
James Lee 2013-02-26 13:28:44 -06:00
parent cae030ccd7
commit 7b3a11f2f9
1 changed files with 0 additions and 90 deletions

View File

@ -121,96 +121,6 @@ describe Rex::Proto::Http::Client do
this_cli.pipelining?.should be_true
end
it "should return an encoded URI", :pending => excuse_lazy(:set_encode_uri) do
end
it "should return an encoded query string", :pending => excuse_lazy(:set_encode_qa) do
end
# These set_ methods all exercise the evasion opts, looks like
it "should set and return the URI", :pending => excuse_lazy(:set_uri) do
end
it "should set and return the CGI", :pending => excuse_lazy(:set_cgi) do
end
it "should set and return the HTTP verb", :pending => excuse_lazy(:set_method) do
end
it "should set and return the version string", :pending => excuse_lazy(:set_version) do
end
it "should set and return the HTTP seperator and body string", :pending => excuse_lazy(:set_body) do
end
it "should set and return the path", :pending => excuse_lazy(:set_path_info) do
end
it "should set and return the whitespace between method and URI", :pending => excuse_lazy(:set_method_uri_spacer) do
end
it "should set and return the whitespace between the version and URI", :pending => excuse_lazy(:set_uri_version_spacer) do
end
it "should set and return padding before the URI", :pending => excuse_lazy(:set_uri_prepend) do
end
it "should set and return padding after the URI" do
@cli.set_uri_append.should be_empty
end
it "should set and return the host header", :pending => excuse_lazy(:set_host_header) do
end
it "should set and return the agent header", :pending => excuse_lazy(:set_agent_header) do
end
it "should set and return the cookie header", :pending => excuse_lazy(:set_cookie_header) do
end
it "should set and return the content-type header", :pending => excuse_lazy(:set_cookie_header) do
end
it "should set and return the content-length header", :pending => excuse_lazy(:set_content_len_header) do
end
it "should set and return the basic authentication header", :pending => excuse_lazy(:set_basic_auth_header) do
end
it "should set and return any extra headers", :pending => excuse_lazy(:set_extra_headers) do
end
it "should set the chunked encoding header", :pending => excuse_lazy(:set_chunked_header) do
end
it "should set and return raw_headers", :pending => "#set_raw_headers() doesn't seem to actually do anything" do
end
it "should set and return a formatted header", :pending => excuse_lazy(:set_formatted_header) do
end
it "should respond to its various accessors" do
@cli.should respond_to :config
@cli.should respond_to :config_types