In Rails, `ActionDispatch::Http::UploadedFile` has an accessor to access a `Tempfile` object. However, `Rack::Test::UploadedFile` does not provide that, but provinding the `#path` method instead. To be able to support both, we have to check for existance for `#tempfile` method, then fallback to `#path` method. Fixes #807
| Name | 
 Last commit 
 | 
Last Update | 
|---|---|---|
| .. | ||
| fixtures | Loading commit data... | |
| matchers | Loading commit data... | |
| storage | Loading commit data... | |
| support | Loading commit data... | |
| validators | Loading commit data... | |
| adapter_registry_test.rb | Loading commit data... | |
| attachment_adapter_test.rb | Loading commit data... | |
| attachment_options_test.rb | Loading commit data... | |
| attachment_test.rb | Loading commit data... | |
| database.yml | Loading commit data... | |
| file_adapter_test.rb | Loading commit data... | |
| geometry_test.rb | Loading commit data... | |
| helper.rb | Loading commit data... | |
| identity_adapter_test.rb | Loading commit data... | |
| integration_test.rb | Loading commit data... | |
| interpolations_test.rb | Loading commit data... | |
| nil_adapter_test.rb | Loading commit data... | |
| paperclip_missing_attachment_styles_test.rb | Loading commit data... | |
| paperclip_test.rb | Loading commit data... | |
| processor_test.rb | Loading commit data... | |
| schema_test.rb | Loading commit data... | |
| stringio_adapter_test.rb | Loading commit data... | |
| style_test.rb | Loading commit data... | |
| thumbnail_test.rb | Loading commit data... | |
| uploaded_file_adapter_test.rb | Loading commit data... | |
| url_generator_test.rb | Loading commit data... | |
| validators_test.rb | Loading commit data... |