Feature #29914 » 0006-Fix-DEPRECATION-WARNING-Passing-a-path-to-relative-t.patch
test/test_helper.rb | ||
---|---|---|
59 | 59 |
self.use_instantiated_fixtures = false |
60 | 60 | |
61 | 61 |
def uploaded_test_file(name, mime) |
62 |
fixture_file_upload("files/#{name}", mime, true)
|
|
62 |
fixture_file_upload(name.to_s, mime, true)
|
|
63 | 63 |
end |
64 | 64 | |
65 | 65 |
def mock_file(options=nil) |