Sha256: 84bee7b813bbf8ea0df135afeefee760a11b611f4e867bafd2612e12df8a11f6

Contents?: true

Size: 314 Bytes

Versions: 12

Compression:

Stored size: 314 Bytes

Contents

require "spec_helper"

module CFoundry
  module V2
    describe AppUsageEvent do
      let(:app_usage_event) { build(:app_usage_event, state: 'STOPPED') }

      describe "#state" do
        it "returns the state" do
          expect(app_usage_event.state).to eq('STOPPED')
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 spec/cfoundry/v2/app_usage_event_spec.rb
new_cfoundry-4.9.3 spec/cfoundry/v2/app_usage_event_spec.rb
ncfoundry-4.9.4 spec/cfoundry/v2/app_usage_event_spec.rb
ncfoundry-4.9.3 spec/cfoundry/v2/app_usage_event_spec.rb
ncfoundry-4.9.2 spec/cfoundry/v2/app_usage_event_spec.rb
new_cfoundry-4.9.2 spec/cfoundry/v2/app_usage_event_spec.rb
new_cfoundry-4.9.1 spec/cfoundry/v2/app_usage_event_spec.rb
new_cfoundry-4.9.0 spec/cfoundry/v2/app_usage_event_spec.rb
new_cfoundry-4.8.3 spec/cfoundry/v2/app_usage_event_spec.rb
new_cfoundry-4.8.2 spec/cfoundry/v2/app_usage_event_spec.rb
cfoundry-4.7.2.rc1 spec/cfoundry/v2/app_usage_event_spec.rb
cfoundry-4.7.1 spec/cfoundry/v2/app_usage_event_spec.rb