summaryrefslogtreecommitdiff
path: root/spec/ruby/library/pathname/divide_spec.rb
blob: 8af79d0c8fee04aad13316e4cb10c444ef33a57c (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/plus'

describe "Pathname#/" do
  it_behaves_like :pathname_plus, :/
end