aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/string/replace_spec.rb
blob: 0f59a9a1ab7ab34ee1e1ad4995b23bc705bfd89c (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/replace', __FILE__)

describe "String#replace" do
  it_behaves_like :string_replace, :replace
end