summaryrefslogtreecommitdiff
path: root/spec/ruby/library/tempfile/unlink_spec.rb
blob: eac7df847207661570a018ba5aad0921a3e7db46 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'shared/unlink'
require 'tempfile'

describe "Tempfile#unlink" do
  it_behaves_like :tempfile_unlink, :unlink
end