aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/argf/codepoints_spec.rb
blob: cd839cbb8c936096c49e269534681e3f5443ce6d (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/each_codepoint', __FILE__)

describe "ARGF.codepoints" do
  it_behaves_like :argf_each_codepoint, :codepoints
end