3 # Copyright (C) The Arvados Authors. All rights reserved.
5 # SPDX-License-Identifier: Apache-2.0
7 # frozen_string_literal: true
10 # This file was generated by Bundler.
12 # The application 'kitchen' is installed as part of a gem, and
13 # this file is here to facilitate running it.
17 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
18 Pathname.new(__FILE__).realpath)
20 bundle_binstub = File.expand_path('bundle', __dir__)
22 if File.file?(bundle_binstub)
23 if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
27 'Your `bin/bundle` was not generated by Bundler, '\
28 'so this binstub cannot run. Replace `bin/bundle` by running '\
29 '`bundle binstubs bundler --force`, then run this command again.'
35 require 'bundler/setup'
37 load Gem.bin_path('test-kitchen', 'kitchen')