aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/string/equal_value_spec.rb
blob: bf252d6d305b12299a4723e6422c1180d5615628 (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