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

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

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