aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/tempfile/unlink_spec.rb
blob: d4ef343c8df6d98cce2b9757d347e3bd688e9289 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/unlink', __FILE__)
require 'tempfile'

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