1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/spec_helpers/redis.rb
2017-02-10 22:39:28 +11:00

7 lines
227 B
Ruby

# encoding: utf-8
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