Sha256: 7a95abea8fdf35ef09e9b66647019c957e57403e6e5c91561e0754d92f1c49e4

Contents?: true

Size: 354 Bytes

Versions: 25

Compression:

Stored size: 354 Bytes

Contents

require "spec_helper"

describe CFoundry::V2::Organization do
  let(:client) { fake_client }

  describe 'summarization' do
    let(:mymodel) { CFoundry::V2::Organization }
    let(:myobject) { fake(:organization) }
    let(:summary_attributes) { { :name => "fizzbuzz" } }

    subject { myobject }

    it_behaves_like 'a summarizeable model'
  end
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
cfoundry-0.5.1.rc5 spec/cfoundry/v2/organization_spec.rb
cfoundry-0.5.1.rc4 spec/cfoundry/v2/organization_spec.rb
cfoundry-0.5.1.rc3 spec/cfoundry/v2/organization_spec.rb
cfoundry-0.5.1.rc2 spec/cfoundry/v2/organization_spec.rb
cfoundry-0.5.1.rc1 spec/cfoundry/v2/organization_spec.rb