Project

General

Profile

Feature #29914 » 0006-Fix-DEPRECATION-WARNING-Passing-a-path-to-relative-t.patch

Marius BĂLTEANU, 2021-03-30 18:41

View differences:

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)
(6-6/21)