summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/string/append_spec.rb
blob: 87b2dca725622cdeeee7d6eb6499cf43e5518969 (plain)
1
2
3
4
5
6
7
8
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/concat', __FILE__)

describe "String#<<" do
  it_behaves_like :string_concat, :<<
  it_behaves_like :string_concat_encoding, :<<
end