Sha256: 4bccd38863908f88daaab97007601ae8ac01360c1f919f3feb74c456e7fdb22a

Contents?: true

Size: 295 Bytes

Versions: 4

Compression:

Stored size: 295 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/codepoints', __FILE__)

# See redmine #1667
describe "StringIO#each_codepoint" do
  ruby_version_is "1.9" do
    it_behaves_like(:stringio_codepoints, :codepoints)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubysl-stringio-2.3 spec/each_codepoint_spec.rb
rubysl-stringio-2.2 spec/each_codepoint_spec.rb
rubysl-stringio-2.1 spec/each_codepoint_spec.rb
rubysl-stringio-2.1.0 spec/each_codepoint_spec.rb