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

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