aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/string/size_spec.rb
blob: 7e1afd9c5459edb0ec12d3ec811d7568de2405b6 (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