require_relative 'spec_helper' describe 'Integration tests' do before(:each) do docker_needed! end describe 'docker build' do describe 'play app hello world' do let :path do 'integration/play_hello_world' end it 'builds successfully' do bundle_exec 'docker:build' end end end end