# encoding: utf-8 require File.expand_path(File.join(File.dirname(__FILE__), 'spec_helper')) require 'data_objects/spec/encoding_spec' describe DataObjects::Mysql::Connection do behaves_like 'a driver supporting different encodings' behaves_like 'returning correctly encoded strings for the default encoding' end