summaryrefslogtreecommitdiff
path: root/spec/ruby/core/symbol/start_with_spec.rb
blob: f54b3e499e4f37f3e7bb4fae072668a0bcd45a93 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- encoding: utf-8 -*-
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative '../../shared/string/start_with'

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