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

describe "String#end_with?" do
  it_behaves_like :end_with, :to_s
end