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/spec/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-04 20:54:33 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-04 20:54:33 +0300
commitbedc66eb0407aa36127367f53f76944ebb98f5a6 (patch)
tree0c2bae4b8a4d318c8c222f338d017163d87160da /spec/lib
parent32ba92a7e242f6cb41eea09175f3d1d8fa442a2d (diff)
parent44396e44a3c434eb260cfd928cc9fa544df288c3 (diff)
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/lib')
-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