Sha256: 6a36a53d3ebb6fb8d9b5731ec4532eb950870c37d516c550458bf8235ebd083c

Contents?: true

Size: 349 Bytes

Versions: 10

Compression:

Stored size: 349 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::Test
  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

10 entries across 10 versions & 1 rubygems

Version Path
eb_deployer-0.2.9 test/test_helper.rb
eb_deployer-0.2.8 test/test_helper.rb
eb_deployer-0.2.7 test/test_helper.rb
eb_deployer-0.2.6 test/test_helper.rb
eb_deployer-0.2.5 test/test_helper.rb
eb_deployer-0.2.4 test/test_helper.rb
eb_deployer-0.2.3 test/test_helper.rb
eb_deployer-0.2.2 test/test_helper.rb
eb_deployer-0.2.1 test/test_helper.rb
eb_deployer-0.2.0 test/test_helper.rb