test/integration/default/serverspec/default_spec.rb in kitchen-docker-2.9.0 vs test/integration/default/serverspec/default_spec.rb in kitchen-docker-2.10.0

- old
+ new

@@ -13,10 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. # require 'serverspec' -set :backend, :exec +require 'spec_helper' # Just make sure the image launched and is reachable. describe command('true') do its(:exit_status) { is_expected.to eq 0 } end