mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00

An attachment has write permissions on group so that managing attachments work from different users in same group, i.e. user apache and user mail.
7 lines
124 B
Ruby
7 lines
124 B
Ruby
require 'test_helper'
|
|
|
|
class AttachmentTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|