summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/append_spec.rb
blob: 1e1667f617e2e02c6eb4157e94e85a7aad37aca5 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/concat'

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