summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/size_spec.rb
blob: 9e1f40c5ae9a1d4eba3961044396da00611e6c48 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/length'

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