summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/start_with_spec.rb
blob: aaed197ff372a385d870d5b0c94344fe9e895747 (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 "String#start_with?" do
  it_behaves_like :start_with, :to_s
end