Sha256: 3fb1d04298383b9952d804fa2a45d518c8438204925a2c353e87e6dd1055e307

Contents?: true

Size: 359 Bytes

Versions: 4

Compression:

Stored size: 359 Bytes

Contents

$:.unshift(File.expand_path("../../lib", __FILE__))

require 'tempfile'
require 'eb_deployer'
require 'aws_driver_stubs'
require 'minitest/autorun'
require 'minitest/pride'


class MiniTest::Unit::TestCase
  def sample_file(file_name, content='s' * 100)
    path = File.join('/tmp', file_name)
    File.open(path, 'w') { |f| f << content }
    path
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
eb_deployer-0.3.9 test/test_helper.rb
eb_deployer-0.3.8 test/test_helper.rb
eb_deployer-0.3.1 test/test_helper.rb
eb_deployer-0.3.0 test/test_helper.rb