Sha256: 091ca7f60c24f7ee6feb13058277c27b7890451d1524c3b697c13cb599bd1650

Contents?: true

Size: 406 Bytes

Versions: 48

Compression:

Stored size: 406 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 '../lib/convection/model/cloudfile'
require_relative './cf_client_context'
require_relative './collect_availability_zones_task_context'
require_relative './ec2_client_context'

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
convection-2.3.1 spec/spec_helper.rb
convection-2.3.0 spec/spec_helper.rb
convection-2.2.29 spec/spec_helper.rb
convection-2.2.28.pre.beta.2 spec/spec_helper.rb
convection-2.2.28.pre.beta.1 spec/spec_helper.rb
convection-2.2.27 spec/spec_helper.rb
convection-2.2.26 spec/spec_helper.rb
convection-2.2.25 spec/spec_helper.rb
convection-2.2.24 spec/spec_helper.rb
convection-2.2.23 spec/spec_helper.rb
convection-2.2.22 spec/spec_helper.rb
convection-2.2.21 spec/spec_helper.rb
convection-2.2.20 spec/spec_helper.rb
convection-2.2.19 spec/spec_helper.rb
convection-2.2.18 spec/spec_helper.rb
convection-2.2.17 spec/spec_helper.rb
convection-2.2.16 spec/spec_helper.rb
convection-2.2.15 spec/spec_helper.rb
convection-2.2.14 spec/spec_helper.rb
convection-2.2.13 spec/spec_helper.rb