summaryrefslogtreecommitdiff
path: root/spec/ruby/library/tempfile/size_spec.rb
blob: ac66d359069e540a68b25158a35756ba336ea68e (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/length', __FILE__)
require 'tempfile'

describe "Tempfile#size" do
  it_behaves_like :tempfile_length, :size
end