Sha256: db98d71d5f557b6b9180e1c5a8d13ec8c5b9fbc60c9e437d2d313605ce8b2db3
Contents?: true
Size: 475 Bytes
Versions: 14
Compression:
Stored size: 475 Bytes
Contents
require './test/helper' class Paperclip::TempfileFactoryTest < Test::Unit::TestCase should "be able to generate a tempfile with the right name" do file = subject.generate("omg.png") end should "be able to generate a tempfile with the right name with a tilde at the beginning" do file = subject.generate("~omg.png") end should "be able to generate a tempfile with the right name with a tilde at the end" do file = subject.generate("omg.png~") end end
Version data entries
14 entries across 14 versions & 1 rubygems