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/rspec
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rspec')
-rwxr-xr-xbin/rspec7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/rspec b/bin/rspec
deleted file mode 100755
index 20060ebd79c..00000000000
--- a/bin/rspec
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env ruby
-begin
- load File.expand_path("../spring", __FILE__)
-rescue LoadError
-end
-require 'bundler/setup'
-load Gem.bin_path('rspec-core', 'rspec')