Sha256: 9686ebcebf0a61dc11581bcd86ca624fd632bf376370be1e5ea810f11a233f23
Contents?: true
Size: 585 Bytes
Versions: 11
Compression:
Stored size: 585 Bytes
Contents
require_relative 'spec_helper' describe 'Integration tests' do before(:each) do docker_needed! end describe 'compose:deploy' do describe 'hello world image (old config)' do let :path do 'integration/compose_hello_world_old_config' end it 'runs successfully' do bundle_exec 'compose:deploy' end end describe 'hello world image (new config)' do let :path do 'integration/compose_hello_world_new_config' end it 'runs successfully' do bundle_exec 'compose:deploy' end end end end
Version data entries
11 entries across 11 versions & 1 rubygems