Sha256: f326ce042cb8d372cf8df1fa8f369c96190f4a0143d421a184b3bac0279fd6ba

Contents?: true

Size: 369 Bytes

Versions: 5

Compression:

Stored size: 369 Bytes

Contents

ENV['TEST'] = '1'

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

require "pp"

root = File.expand_path('../../', __FILE__)
require "#{root}/lib/lono-cfn"

module Helpers
  def execute(cmd)
    puts "Running: #{cmd}" if ENV['DEBUG']
    out = `#{cmd}`
    puts out if ENV['DEBUG']
    out
  end
end

RSpec.configure do |c|
  c.include Helpers
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lono-cfn-0.1.0 spec/spec_helper.rb
lono-cfn-0.0.9 spec/spec_helper.rb
lono-cfn-0.0.8 spec/spec_helper.rb
lono-cfn-0.0.7 spec/spec_helper.rb
lono-cfn-0.0.6 spec/spec_helper.rb