Sha256: ab46946f5b1579495f92d16a0f991d2f602a958cfdaaa069ae19686db6243136

Contents?: true

Size: 251 Bytes

Versions: 10

Compression:

Stored size: 251 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
      expect(CcApiStub::Services.service_fixture_hash).to be_a(Hash)
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
new_cfoundry-4.9.4 spec/cc_api_stub/services_spec.rb
new_cfoundry-4.9.3 spec/cc_api_stub/services_spec.rb
ncfoundry-4.9.4 spec/cc_api_stub/services_spec.rb
ncfoundry-4.9.3 spec/cc_api_stub/services_spec.rb
ncfoundry-4.9.2 spec/cc_api_stub/services_spec.rb
new_cfoundry-4.9.2 spec/cc_api_stub/services_spec.rb
new_cfoundry-4.9.1 spec/cc_api_stub/services_spec.rb
new_cfoundry-4.9.0 spec/cc_api_stub/services_spec.rb
new_cfoundry-4.8.3 spec/cc_api_stub/services_spec.rb
new_cfoundry-4.8.2 spec/cc_api_stub/services_spec.rb