require "rspec" require "recommendations" RSpec.configure do |config| config.before do Recommendations.redis.flushdb end end