Sha256: a14cf3b22c5fff4764b11e6d41aaebfcd1b9aa5d0709bc8e8d82ca00bbe0b962

Contents?: true

Size: 415 Bytes

Versions: 15

Compression:

Stored size: 415 Bytes

Contents

FactoryGirl.define do
  factory :cluster_status, class: Elasticity::ClusterStatus do
    cluster_id 'CLUSTER_ID'
    state 'TERMINATED'
    created_at Time.at(1436788464.415)
    ready_at Time.at(1436788842.195)
    ended_at Time.at(1436791032.097)
    last_state_change_reason 'ALL_STEPS_COMPLETED'
    master_public_dns_name 'ec2-54-81-173-103.compute-1.amazonaws.com'
    normalized_instance_hours 999
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
elasticity-6.0.14 spec/factories/cluster_status_factory.rb
elasticity-6.0.13 spec/factories/cluster_status_factory.rb
elasticity-6.0.12 spec/factories/cluster_status_factory.rb
elasticity-6.0.11 spec/factories/cluster_status_factory.rb
elasticity-6.0.10 spec/factories/cluster_status_factory.rb
elasticity-6.0.9 spec/factories/cluster_status_factory.rb
elasticity-6.0.8 spec/factories/cluster_status_factory.rb
elasticity-6.0.7 spec/factories/cluster_status_factory.rb
elasticity-6.0.6 spec/factories/cluster_status_factory.rb
elasticity-6.0.5 spec/factories/cluster_status_factory.rb
elasticity-6.0.4 spec/factories/cluster_status_factory.rb
elasticity-6.0.3 spec/factories/cluster_status_factory.rb
elasticity-6.0.2 spec/factories/cluster_status_factory.rb
elasticity-6.0.1 spec/factories/cluster_status_factory.rb
elasticity-6.0 spec/factories/cluster_status_factory.rb