File: encoding_spec.rb

package info (click to toggle)
ruby-dataobjects-mysql 0.10.8-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 320 kB
  • sloc: ansic: 1,385; ruby: 544; sh: 25; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# encoding: utf-8

require File.expand_path(File.join(File.dirname(__FILE__), 'spec_helper'))
require 'data_objects/spec/shared/encoding_spec'

describe DataObjects::Mysql::Connection do
  it_should_behave_like 'a driver supporting different encodings'
  it_should_behave_like 'returning correctly encoded strings for the default database encoding'
  it_should_behave_like 'returning correctly encoded strings for the default internal encoding'
end