Sha256: ba74ba0249485d6b36720b67cc148595af11171de55d342eaf7a677a987efc2d

Contents?: true

Size: 192 Bytes

Versions: 2

Compression:

Stored size: 192 Bytes

Contents

require_relative 'test_helper'

class ServiceStatusTest < IntegrationTest
  def test_gets_service_status
    @clients.each do |client|
      assert client.get_service_status
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mws-orders-0.0.2 test/integration/service_status_test.rb
mws-orders-0.0.1 test/integration/service_status_test.rb