mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
use proper encoding for ✔ and ✖
This commit is contained in:
parent
2a23d232e2
commit
573b84703e
5 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
begin
|
||||
require 'dynamoid'
|
||||
require 'aws-sdk-resources'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
begin
|
||||
require 'mongo_mapper'
|
||||
puts "mongo_mapper gem found, running MongoMapper specs \e[32m#{'✔'}\e[0m"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
begin
|
||||
require 'mongoid'
|
||||
puts "mongoid gem found, running mongoid specs \e[32m#{'✔'}\e[0m"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
begin
|
||||
require 'redis-objects'
|
||||
puts "redis-objects gem found, running Redis specs \e[32m#{'✔'}\e[0m"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
begin
|
||||
require 'sequel'
|
||||
puts "sequel gem found, running Sequel specs \e[32m#{'✔'}\e[0m"
|
||||
|
|
Loading…
Reference in a new issue