summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/string/case_compare_spec.rb
blob: 930f5bea90e00a20189e412deade001e24f5ccb4 (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