aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/tempfile/length_spec.rb
blob: b4f0a3b1d4902fad83041fb1d8ba3df6d64fbc97 (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#length" do
  it_behaves_like :tempfile_length, :length
end