Sha256: 4a902d337b6fee7e004952dc6d69bbd8e8b9c62a08de53a298c1901861b5a99d

Contents?: true

Size: 310 Bytes

Versions: 17

Compression:

Stored size: 310 Bytes

Contents

require "spec_helper"

module CFoundry
  module V2
    describe Event do
      let(:event) { build(:event, :app_update, changes: 'STOPPED') }

      describe "#metadata" do
        it "contains the request" do
          expect(event.metadata[:request]).to eq('STOPPED')
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 spec/cfoundry/v2/event_spec.rb
new_cfoundry-4.9.3 spec/cfoundry/v2/event_spec.rb
ncfoundry-4.9.4 spec/cfoundry/v2/event_spec.rb
ncfoundry-4.9.3 spec/cfoundry/v2/event_spec.rb
ncfoundry-4.9.2 spec/cfoundry/v2/event_spec.rb
new_cfoundry-4.9.2 spec/cfoundry/v2/event_spec.rb
new_cfoundry-4.9.1 spec/cfoundry/v2/event_spec.rb
new_cfoundry-4.9.0 spec/cfoundry/v2/event_spec.rb
new_cfoundry-4.8.3 spec/cfoundry/v2/event_spec.rb
new_cfoundry-4.8.2 spec/cfoundry/v2/event_spec.rb
cfoundry-4.7.2.rc1 spec/cfoundry/v2/event_spec.rb
cfoundry-4.7.1 spec/cfoundry/v2/event_spec.rb
cfoundry-4.7.1.rc1 spec/cfoundry/v2/event_spec.rb
cfoundry-4.7.0 spec/cfoundry/v2/event_spec.rb
cfoundry-4.6.3.rc3 spec/cfoundry/v2/event_spec.rb
cfoundry-4.6.3.rc2 spec/cfoundry/v2/event_spec.rb
cfoundry-4.6.3.rc1 spec/cfoundry/v2/event_spec.rb