summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/to_path_spec.rb
blob: 6d168a065c96adeec59f30e57758d8022bc04fbc (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/path'

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