aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/to_path_spec.rb
blob: 006011089c52e5b70fe6a34632a071a542b9c973 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/path', __FILE__)

describe "File#to_path" do
  it_behaves_like :file_path, :to_path
end