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

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