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

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