Sha256: e7537556c53c8fb27da9ddca4854b612bdc702b035c699502382258ceb11ea56

Contents?: true

Size: 420 Bytes

Versions: 1

Compression:

Stored size: 420 Bytes

Contents

require 'koala/http_services'
  
class NetHTTPServiceTests < Test::Unit::TestCase
  module Bear
    include Koala::NetHTTPService
  end
  
  it "should define a make_request static module method" do
    Bear.respond_to?(:make_request).should be_true
  end
  
  it "should return a string for location header"

  it "should use POST if verb is not GET"
  
  it "should return a Koala::Response object"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
koala-0.7.2 spec/koala/net_http_service_tests.rb