Sha256: 415399562ba4e61dadfbeeb922faf4d50695b4f504694db26a8042143dd5fdac

Contents?: true

Size: 247 Bytes

Versions: 94

Compression:

Stored size: 247 Bytes

Contents

require 'spec_helper'
require 'net/http'
require 'uri'

describe CcApiStub::Services do
  describe '.service_fixture_hash' do
    it 'returns the fake services' do
      CcApiStub::Services.service_fixture_hash.should be_a(Hash)
    end
  end
end

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
cfoundry-4.7.2.rc1 spec/cc_api_stub/services_spec.rb
cfoundry-4.7.1 spec/cc_api_stub/services_spec.rb
cfoundry-4.7.1.rc1 spec/cc_api_stub/services_spec.rb
cfoundry-4.7.0 spec/cc_api_stub/services_spec.rb
cfoundry-4.6.3.rc3 spec/cc_api_stub/services_spec.rb
cfoundry-4.6.3.rc2 spec/cc_api_stub/services_spec.rb
cfoundry-4.6.3.rc1 spec/cc_api_stub/services_spec.rb
cfoundry-4.6.2 spec/cc_api_stub/services_spec.rb
cfoundry-4.6.1 spec/cc_api_stub/services_spec.rb
cfoundry-4.6.0 spec/cc_api_stub/services_spec.rb
cfoundry-4.5.3 spec/cc_api_stub/services_spec.rb
cfoundry-4.5.2 spec/cc_api_stub/services_spec.rb
cfoundry-4.5.1 spec/cc_api_stub/services_spec.rb
cfoundry-4.5.0 spec/cc_api_stub/services_spec.rb
cfoundry-4.3.12 spec/cc_api_stub/services_spec.rb
cfoundry-4.3.11 spec/cc_api_stub/services_spec.rb
cfoundry-4.3.10 spec/cc_api_stub/services_spec.rb
cfoundry-4.3.9 spec/cc_api_stub/services_spec.rb
cfoundry-4.3.8 spec/cc_api_stub/services_spec.rb
cfoundry-4.3.7 spec/cc_api_stub/services_spec.rb