Sha256: c602f4f373a4fc8007e8edaf0df8bc864147291bf58b503501e6cf61395462df

Contents?: true

Size: 135 Bytes

Versions: 5

Compression:

Stored size: 135 Bytes

Contents

module TelephoneAppointments
  class StubApi
    def post(*)
      Response.new(Net::HTTPSuccess.new(nil, nil, nil))
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telephone_appointments-0.3.0 lib/telephone_appointments/stub_api.rb
telephone_appointments-0.2.1 lib/telephone_appointments/stub_api.rb
telephone_appointments-0.2.0 lib/telephone_appointments/stub_api.rb
telephone_appointments-0.1.1 lib/telephone_appointments/stub_api.rb
telephone_appointments-0.1.0 lib/telephone_appointments/stub_api.rb