2017-02-10 06:39:28 -05:00
|
|
|
# encoding: utf-8
|
2017-02-10 06:34:45 -05:00
|
|
|
begin
|
|
|
|
require 'redis-objects'
|
|
|
|
puts "redis-objects gem found, running Redis specs \e[32m#{'✔'}\e[0m"
|
|
|
|
rescue LoadError
|
|
|
|
puts "redis-objects gem not found, not running Redis specs \e[31m#{'✖'}\e[0m"
|
|
|
|
end
|