Sha256: 32901603410990739b9679f375c4b4ca27714c72c9bb2cf7ecd64a51cfd074ae

Contents?: true

Size: 263 Bytes

Versions: 62

Compression:

Stored size: 263 Bytes

Contents

require 'test_helper'

module Workarea
  module Storefront
    class HealthCheckIntegrationTest < Workarea::IntegrationTest
      def test_health_check
        get storefront.health_check_path

        assert_equal 'ok', response.body
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 test/integration/workarea/storefront/health_check_integration_test.rb
workarea-storefront-3.4.12 test/integration/workarea/storefront/health_check_integration_test.rb