Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-10 03:04:04 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-10 21:30:41 +0300
commit0e4aaa06d3a83f66a90a6f084efc8742a4221d5f (patch)
tree4f70b1c4755c491f5aa1806eb2af926404dcc8ce /bin
parentee6de1d34f27fa4e60ab8a493d1b2d6ca997e91e (diff)
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')