Sha256: 358e1dca607f525078965e313210b98c15b87180836dc69da29afd855ac39aec

Contents?: true

Size: 353 Bytes

Versions: 20

Compression:

Stored size: 353 Bytes

Contents

require 'simplecov'
SimpleCov.start do
  add_group 'Control', 'lib/convection/control'
  add_group 'Model', 'lib/convection/model'
  add_group 'DSL', 'lib/convection/dsl'
end

require_relative '../lib/convection'
require_relative './cf_client_context'
require_relative './collect_availability_zones_task_context'
require_relative './ec2_client_context'

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
convection-1.0.3 spec/spec_helper.rb
convection-1.0.2 spec/spec_helper.rb
convection-1.0.1 spec/spec_helper.rb
convection-1.0.0.pre.beta.10 spec/spec_helper.rb
convection-1.0.0.pre.beta.9 spec/spec_helper.rb
convection-1.0.0.pre.beta.8 spec/spec_helper.rb
convection-1.0.0.pre.beta.7 spec/spec_helper.rb
convection-1.0.0.pre.beta.6 spec/spec_helper.rb
convection-1.0.0.pre.beta.4 spec/spec_helper.rb
convection-1.0.0.pre.beta.1 spec/spec_helper.rb
convection-0.4.3 spec/spec_helper.rb
convection-0.4.2 spec/spec_helper.rb
convection-0.4.1 spec/spec_helper.rb
convection-0.4.0 spec/spec_helper.rb
convection-0.3.3.pre.beta.1 spec/spec_helper.rb
convection-0.3.2 spec/spec_helper.rb
convection-0.3.1 spec/spec_helper.rb
convection-0.3.0 spec/spec_helper.rb
convection-0.2.34.pre.beta.1 spec/spec_helper.rb
convection-0.2.33 spec/spec_helper.rb