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:
authorRobert Speicher <rspeicher@gmail.com>2015-06-04 18:40:43 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-04 18:40:43 +0300
commit65be969b785f610a66190f09af90b620cdd79d40 (patch)
tree8e8c96c3795ec9940ef3719192c437bceb6bddce /spec/lib/repository_cache_spec.rb
parent682d4b6a861836d5cfe3e594fbeee0cff1af15e0 (diff)
Remove unnecessary require from RepositoryCache spec
Diffstat (limited to 'spec/lib/repository_cache_spec.rb')
-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