Sha256: 3fc0dc91eed1aa42a36ffabf0656bb8016c8317d12b470fb9469d59d3050261e

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

require File.expand_path('../../../test_helper', __FILE__)

class RestApiInfoTest < ActiveSupport::TestCase
  test "retrieve api info" do
    assert info = RestApi::Info.find(:one)
    assert info.version.to_f >= 1.0
    assert info.supported_api_versions.length.present?
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openshift-origin-console-1.3.4 test/integration/rest_api/info_test.rb
openshift-origin-console-1.3.3 test/integration/rest_api/info_test.rb
openshift-origin-console-1.3.2 test/integration/rest_api/info_test.rb