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

Version Path
picsolve_docker_builder-0.5.5 integration/integration_compose_spec.rb
picsolve_docker_builder-0.5.4 integration/integration_compose_spec.rb
picsolve_docker_builder-0.5.3 integration/integration_compose_spec.rb
picsolve_docker_builder-0.5.2 integration/integration_compose_spec.rb
picsolve_docker_builder-0.5.1 integration/integration_compose_spec.rb
picsolve_docker_builder-0.5.0 integration/integration_compose_spec.rb
picsolve_docker_builder-0.4.0 integration/integration_compose_spec.rb
picsolve_docker_builder-0.3.2 integration/integration_compose_spec.rb
picsolve_docker_builder-0.3.1 integration/integration_compose_spec.rb
picsolve_docker_builder-0.3.0 integration/integration_compose_spec.rb
picsolve_docker_builder-0.2.0 integration/integration_compose_spec.rb