summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-04 17:54:33 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-04 17:54:33 +0000
commitbedc66eb0407aa36127367f53f76944ebb98f5a6 (patch)
tree0c2bae4b8a4d318c8c222f338d017163d87160da /spec
parent32ba92a7e242f6cb41eea09175f3d1d8fa442a2d (diff)
parent44396e44a3c434eb260cfd928cc9fa544df288c3 (diff)
downloadgitlab-ce-bedc66eb0407aa36127367f53f76944ebb98f5a6.tar.gz
Merge branch 'rs-remove-guard' into 'master'
Remove Guard None of the GitLab B.V. developers were using it. See internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2360 See merge request !764
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/repository_cache_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/repository_cache_spec.rb b/spec/lib/repository_cache_spec.rb
index af399f3a731..37240d51310 100644
--- a/spec/lib/repository_cache_spec.rb
+++ b/spec/lib/repository_cache_spec.rb
@@ -1,4 +1,3 @@
-require 'rspec'
require_relative '../../lib/repository_cache'
describe RepositoryCache do