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
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-08 19:18:49 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-08 19:18:49 +0300
commita0adafddd0ce40c4ce9f052d2ee5e8ea38a2fb58 (patch)
tree2543765a9341f985f27376e6478c1c369ee0d9e9 /spec/controllers/import/google_code_controller_spec.rb
parent9560639e817147064e3929243668e49336a4f3f5 (diff)
Remove require_relative 'import_spec_helper'
Diffstat (limited to 'spec/controllers/import/google_code_controller_spec.rb')
-rw-r--r--spec/controllers/import/google_code_controller_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/controllers/import/google_code_controller_spec.rb b/spec/controllers/import/google_code_controller_spec.rb
index 66088139a69..4241db6e771 100644
--- a/spec/controllers/import/google_code_controller_spec.rb
+++ b/spec/controllers/import/google_code_controller_spec.rb
@@ -1,5 +1,4 @@
require 'spec_helper'
-require_relative 'import_spec_helper'
describe Import::GoogleCodeController do
include ImportSpecHelper