summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/size_spec.rb
blob: b3172453eafc7485d1b5a7ff0577db1109c18899 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes.rb', __FILE__)
require File.expand_path('../shared/length', __FILE__)

describe "String#size" do
  it_behaves_like(:string_length, :size)
end