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

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