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

describe "String#*" do
  it_behaves_like :string_times, :*, -> str, times { str * times }
end