aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/string/case_compare_spec.rb
blob: a4f2d7960e052afb66215030af8eaedc2bc7f37e (plain)
1
2
3
4
5
6
7
8
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/eql', __FILE__)
require File.expand_path('../shared/equal_value', __FILE__)

describe "String#===" do
  it_behaves_like :string_eql_value, :===
  it_behaves_like :string_equal_value, :===
end