summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-22 20:34:36 -0500
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 17:08:18 +0200
commit77f8deec2ccbde0e502ecf35e1484f2c2e4e8a54 (patch)
treebdd4f9c94e403a639cf199f5c84f88d20e7fb11b /Rakefile
parent8d8d2759efaba594ec010a030bed94785016e274 (diff)
downloadgitlab-ce-77f8deec2ccbde0e502ecf35e1484f2c2e4e8a54.tar.gz
Use own version of knapsack which supports spinach tests
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 16261bf8ae2..bcfcba634d2 100755
--- a/Rakefile
+++ b/Rakefile
@@ -3,7 +3,7 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
-require 'knapsack'
+require 'knapsack-gitlab'
relative_url_conf = File.expand_path('../config/initializers/relative_url', __FILE__)
require relative_url_conf if File.exist?("#{relative_url_conf}.rb")