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

describe "String#to_sym" do
  it_behaves_like :string_to_sym, :to_sym
end