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

describe "String#to_str" do
  it_behaves_like :string_to_s, :to_str
end