@@ -32,7 +32,7 class AttachmentsControllerTest < ActionController::TestCase | |||
|
32 | 32 | @controller = AttachmentsController.new |
|
33 | 33 | @request = ActionController::TestRequest.new |
|
34 | 34 | @response = ActionController::TestResponse.new |
|
35 |
Attachment.storage_path = "#{R |
|
|
35 | Attachment.storage_path = "#{Rails.root}/test/fixtures/files" | |
|
36 | 36 | User.current = nil |
|
37 | 37 | end |
|
38 | 38 |
General Comments 0
You need to be logged in to leave comments.
Login now