mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
6 lines
190 B
Ruby
6 lines
190 B
Ruby
begin
|
|
require 'sequel'
|
|
puts "sequel gem found, running Sequel specs \e[32m#{'✔'}\e[0m"
|
|
rescue LoadError
|
|
puts "sequel gem not found, not running Sequel specs \e[31m#{'✖'}\e[0m"
|
|
end
|