summaryrefslogtreecommitdiff
path: root/acceptance/bin/chef-acceptance
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/bin/chef-acceptance')
-rwxr-xr-xacceptance/bin/chef-acceptance16
1 files changed, 0 insertions, 16 deletions
diff --git a/acceptance/bin/chef-acceptance b/acceptance/bin/chef-acceptance
deleted file mode 100755
index 680aeaaa21..0000000000
--- a/acceptance/bin/chef-acceptance
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env ruby
-#
-# This file was generated by Bundler.
-#
-# The application 'chef-acceptance' is installed as part of a gem, and
-# this file is here to facilitate running it.
-#
-
-require "pathname"
-ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
- Pathname.new(__FILE__).realpath)
-
-require "rubygems"
-require "bundler/setup"
-
-load Gem.bin_path("chef-acceptance", "chef-acceptance")