summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-09 18:04:04 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-10 12:30:41 -0600
commit0e4aaa06d3a83f66a90a6f084efc8742a4221d5f (patch)
tree4f70b1c4755c491f5aa1806eb2af926404dcc8ce /bin
parentee6de1d34f27fa4e60ab8a493d1b2d6ca997e91e (diff)
downloadgitlab-ce-0e4aaa06d3a83f66a90a6f084efc8742a4221d5f.tar.gz
remove remaining vestiges of teaspoon test runner
Diffstat (limited to 'bin')
-rwxr-xr-xbin/teaspoon8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/teaspoon b/bin/teaspoon
deleted file mode 100755
index 7c3b8dfc4ed..00000000000
--- a/bin/teaspoon
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env ruby
-begin
- load File.expand_path('../spring', __FILE__)
-rescue LoadError => e
- raise unless e.message.include?('spring')
-end
-require 'bundler/setup'
-load Gem.bin_path('teaspoon', 'teaspoon')