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

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