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-1.1.3 spec/spec_helper.rb
convection-1.1.2 spec/spec_helper.rb
convection-1.1.1 spec/spec_helper.rb
convection-1.1.0 spec/spec_helper.rb
convection-1.0.7 spec/spec_helper.rb
convection-1.0.6 spec/spec_helper.rb
convection-1.0.5 spec/spec_helper.rb
convection-1.0.4 spec/spec_helper.rb