summaryrefslogtreecommitdiff
path: root/spec/ruby/core/symbol/end_with_spec.rb
blob: 77dc4caf71cc6503ac989569d685071c2d5b98fb (plain)
1
2
3
4
5
6
7
8
9
10
# -*- encoding: utf-8 -*-

require_relative '../../spec_helper'
require_relative '../../shared/string/end_with'

ruby_version_is "2.7" do
  describe "Symbol#end_with?" do
    it_behaves_like :end_with, :to_sym
  end
end