Sha256: 4e91bdea83ff169697cc2953dce6ad474766fffda1fe7ae57cf80a7ac7aa8bd9
Contents?: true
Size: 452 Bytes
Versions: 3
Compression:
Stored size: 452 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 def t(env, app_name) EbDeployer::EbEnvironment.unique_ebenv_name(env, app_name) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
eb_deployer-0.4.2 | test/test_helper.rb |
eb_deployer-0.4.1 | test/test_helper.rb |
eb_deployer-0.4.0 | test/test_helper.rb |