use proper encoding for ✔ and ✖

This commit is contained in:
Thorsten Böttger 2017-02-10 22:39:28 +11:00
parent 2a23d232e2
commit 573b84703e
5 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# encoding: utf-8
begin
require 'dynamoid'
require 'aws-sdk-resources'

View File

@ -1,3 +1,4 @@
# encoding: utf-8
begin
require 'mongo_mapper'
puts "mongo_mapper gem found, running MongoMapper specs \e[32m#{'✔'}\e[0m"

View File

@ -1,3 +1,4 @@
# encoding: utf-8
begin
require 'mongoid'
puts "mongoid gem found, running mongoid specs \e[32m#{'✔'}\e[0m"

View File

@ -1,3 +1,4 @@
# encoding: utf-8
begin
require 'redis-objects'
puts "redis-objects gem found, running Redis specs \e[32m#{'✔'}\e[0m"

View File

@ -1,3 +1,4 @@
# encoding: utf-8
begin
require 'sequel'
puts "sequel gem found, running Sequel specs \e[32m#{'✔'}\e[0m"