about summary refs log tree commit diff
path: root/spec/fabricators/media_attachment_fabricator.rb
AgeCommit message (Collapse)Author
2017-04-07Add specs for media attachment validationsChad Pytel
There are currently not specs for the two media validations that are performed by `PostStatusService`. This adds specs for the validations that ensure that you cannot attach more than four files, and that a status cannot have both image and video attachments.
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2016-10-09Adding domain blocksEugen Rochko
2016-09-05Add API to upload media attachmentsEugen Rochko