Remove unnecessary require from RepositoryCache spec

This commit is contained in:
Robert Speicher 2015-06-04 11:40:43 -04:00
parent 682d4b6a86
commit 65be969b78
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
require 'rspec'
require_relative '../../lib/repository_cache'
describe RepositoryCache do