Sha256: 1234e5579eb955551a3585a9e9e1f5e683b29eb4722bdacdf079b24f6145107f
Contents?: true
Size: 293 Bytes
Versions: 5
Compression:
Stored size: 293 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper.rb' describe String do describe "#to_latin" do it "should be accessible" do "".should respond_to(:to_latin) end end describe "#to_utf" do it "should be accessible" do "".should respond_to(:to_utf) end end end
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
Empact-roxml-2.5.1 | spec/string_spec.rb |
roxml-2.5.0 | spec/string_spec.rb |
roxml-2.5.1 | spec/string_spec.rb |
roxml-2.5.2 | spec/string_spec.rb |
roxml-2.5.3 | spec/string_spec.rb |