abizvn-media 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. checksums.yaml +4 -4
  2. data/app/serializers/abizvn/media/album_serializer.rb +25 -0
  3. data/app/serializers/abizvn/media/image_serializer.rb +21 -0
  4. data/app/serializers/abizvn/media/video_serializer.rb +21 -0
  5. data/lib/abizvn/media/version.rb +5 -5
  6. data/spec/dummy/Rakefile +6 -0
  7. data/spec/dummy/app/assets/config/manifest.js +3 -0
  8. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  9. data/spec/dummy/app/channels/application_cable/channel.rb +4 -0
  10. data/spec/dummy/app/channels/application_cable/connection.rb +4 -0
  11. data/spec/dummy/app/controllers/application_controller.rb +4 -0
  12. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  13. data/spec/dummy/app/jobs/application_job.rb +7 -0
  14. data/spec/dummy/app/mailers/application_mailer.rb +4 -0
  15. data/spec/dummy/app/models/application_record.rb +3 -0
  16. data/spec/dummy/app/views/layouts/application.html.erb +22 -0
  17. data/spec/dummy/app/views/layouts/mailer.html.erb +13 -0
  18. data/spec/dummy/app/views/layouts/mailer.text.erb +1 -0
  19. data/spec/dummy/app/views/pwa/manifest.json.erb +22 -0
  20. data/spec/dummy/app/views/pwa/service-worker.js +26 -0
  21. data/spec/dummy/bin/rails +4 -0
  22. data/spec/dummy/bin/rake +4 -0
  23. data/spec/dummy/bin/rubocop +8 -0
  24. data/spec/dummy/bin/setup +37 -0
  25. data/spec/dummy/config/application.rb +42 -0
  26. data/spec/dummy/config/boot.rb +3 -0
  27. data/spec/dummy/config/cable.yml +10 -0
  28. data/spec/dummy/config/database.yml +32 -0
  29. data/spec/dummy/config/environment.rb +5 -0
  30. data/spec/dummy/config/environments/development.rb +81 -0
  31. data/spec/dummy/config/environments/production.rb +105 -0
  32. data/spec/dummy/config/environments/test.rb +67 -0
  33. data/spec/dummy/config/initializers/assets.rb +12 -0
  34. data/spec/dummy/config/initializers/content_security_policy.rb +25 -0
  35. data/spec/dummy/config/initializers/filter_parameter_logging.rb +8 -0
  36. data/spec/dummy/config/initializers/inflections.rb +16 -0
  37. data/spec/dummy/config/initializers/new_framework_defaults_7_2.rb +70 -0
  38. data/spec/dummy/config/initializers/permissions_policy.rb +13 -0
  39. data/spec/dummy/config/locales/en.yml +31 -0
  40. data/spec/dummy/config/puma.rb +34 -0
  41. data/spec/dummy/config/routes.rb +3 -0
  42. data/spec/dummy/config/storage.yml +34 -0
  43. data/spec/dummy/config.ru +6 -0
  44. data/spec/dummy/db/migrate/20250314031817_create_general_settings.abizvn_general.rb +12 -0
  45. data/spec/dummy/db/migrate/20250314031818_add_index_into_general_settings.abizvn_general.rb +6 -0
  46. data/spec/dummy/db/migrate/20250314031819_review_general_setting.abizvn_general.rb +7 -0
  47. data/spec/dummy/db/migrate/20250314031820_create_entity_status_collection.abizvn_general.rb +28 -0
  48. data/spec/dummy/db/migrate/20250314031821_add_mandatory_fields.abizvn_general.rb +8 -0
  49. data/spec/dummy/db/migrate/20250314032045_create_active_storage_tables.active_storage.rb +57 -0
  50. data/spec/dummy/db/migrate/20250314032115_add_service_name_to_active_storage_blobs.active_storage.rb +22 -0
  51. data/spec/dummy/db/migrate/20250314032116_create_active_storage_variant_records.active_storage.rb +27 -0
  52. data/spec/dummy/db/migrate/20250314032117_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb +8 -0
  53. data/spec/dummy/db/schema.rb +101 -0
  54. data/spec/dummy/files/sample-5s.mp4 +0 -0
  55. data/spec/dummy/files/sample.txt +1 -0
  56. data/spec/dummy/files/small.png +0 -0
  57. data/spec/dummy/log/development.log +456 -0
  58. data/spec/dummy/log/test.log +4121 -0
  59. data/spec/dummy/public/404.html +67 -0
  60. data/spec/dummy/public/406-unsupported-browser.html +66 -0
  61. data/spec/dummy/public/422.html +67 -0
  62. data/spec/dummy/public/500.html +66 -0
  63. data/spec/dummy/public/icon.png +0 -0
  64. data/spec/dummy/public/icon.svg +3 -0
  65. data/spec/dummy/public/robots.txt +1 -0
  66. data/spec/dummy/storage/development.sqlite3 +0 -0
  67. data/spec/dummy/storage/test.sqlite3 +0 -0
  68. data/spec/dummy/tmp/local_secret.txt +1 -0
  69. data/spec/dummy/tmp/storage/0m/wv/0mwvr3j9l29cw4p7m418uq9d62k2 +0 -0
  70. data/spec/dummy/tmp/storage/0p/ts/0ptsb0ri8tvl6vn5pve7xa1iuoht +0 -0
  71. data/spec/dummy/tmp/storage/0u/ct/0uctup2q5pdsfqcpq1ygt5zecvxu +0 -0
  72. data/spec/dummy/tmp/storage/0u/dr/0udrvy8w6qq1q1wyk3zmoh4fz01e +0 -0
  73. data/spec/dummy/tmp/storage/10/z8/10z8c5gqsghrv5rmxjot023ax09x +0 -0
  74. data/spec/dummy/tmp/storage/18/y9/18y9uamy1uld9xhlokeepsp9jmvc +0 -0
  75. data/spec/dummy/tmp/storage/1h/se/1hsezcfourfde1h4p5cbkvv5birp +0 -0
  76. data/spec/dummy/tmp/storage/1r/19/1r19gppb0x5cm7u9wx33oqk4opxl +0 -0
  77. data/spec/dummy/tmp/storage/29/zg/29zg0x46emqnj725yhh6ufg7z9px +0 -0
  78. data/spec/dummy/tmp/storage/2b/qj/2bqjr4v0qyg6y951wuos3qnftfw6 +0 -0
  79. data/spec/dummy/tmp/storage/2f/2k/2f2kbf9ia5f11kfatr97gjdjujh7 +0 -0
  80. data/spec/dummy/tmp/storage/2y/li/2yli8pqtu3uuzqe2vvwfywljwqsw +0 -0
  81. data/spec/dummy/tmp/storage/35/w4/35w4vfuebk1419dswgnmf5ri2smw +0 -0
  82. data/spec/dummy/tmp/storage/39/lr/39lr1lbfnjbmdlr78kkad3ix0r8x +0 -0
  83. data/spec/dummy/tmp/storage/3i/u2/3iu2w6b5at6asrpzvc47m7x0zyre +0 -0
  84. data/spec/dummy/tmp/storage/3j/a8/3ja82g7kf3xzfgvh7m54c0lvwjz7 +0 -0
  85. data/spec/dummy/tmp/storage/3p/l7/3pl730tq59vblbzxzhh1zpyctuk1 +0 -0
  86. data/spec/dummy/tmp/storage/3r/cp/3rcpn2tdlrix5u28u9zzdf80tmff +0 -0
  87. data/spec/dummy/tmp/storage/3v/n5/3vn5oqb03sblmkrnpcfberlfjief +0 -0
  88. data/spec/dummy/tmp/storage/45/fk/45fkekg9g6gttnddhvhbxccjo8ah +0 -0
  89. data/spec/dummy/tmp/storage/4b/71/4b71himq8ri2al7619qnrstqdi32 +0 -0
  90. data/spec/dummy/tmp/storage/4n/ls/4nls3n87i5jx1c3y1bia2cpwdqyn +0 -0
  91. data/spec/dummy/tmp/storage/5f/cm/5fcmj3v74nmwqmdj7jyog2w4efhr +0 -0
  92. data/spec/dummy/tmp/storage/5q/36/5q36vl8epg5t73u78ljzg4x1ib1o +0 -0
  93. data/spec/dummy/tmp/storage/5q/af/5qafqiphplmbusg3rlpk329cwclj +0 -0
  94. data/spec/dummy/tmp/storage/5w/r8/5wr8iu817l0i1xutyj4g7a6bwrj3 +0 -0
  95. data/spec/dummy/tmp/storage/6a/m9/6am9u4rq9l8wl5ppb5terh03m4hl +0 -0
  96. data/spec/dummy/tmp/storage/71/od/71odizjahavvxbj119xq7a5kdktk +0 -0
  97. data/spec/dummy/tmp/storage/80/ah/80ahzc9z7g1rlqlns4lo1jpbun73 +0 -0
  98. data/spec/dummy/tmp/storage/8g/qb/8gqb5wiqh1wk7o1ilsbe7nw8jkl6 +0 -0
  99. data/spec/dummy/tmp/storage/8o/5n/8o5nc1myeh3c5fafcxrdt0fybv8x +0 -0
  100. data/spec/dummy/tmp/storage/9e/t2/9et2wnpb06saq1qw9vkdknlul31t +0 -0
  101. data/spec/dummy/tmp/storage/a5/os/a5oslea9cgmfnqczx55g17xrz07d +0 -0
  102. data/spec/dummy/tmp/storage/b3/b5/b3b53qdh3e45etxaot17iyec14ca +0 -0
  103. data/spec/dummy/tmp/storage/b4/ek/b4ekvi6c9szhw8lqehv7u7kubsiz +0 -0
  104. data/spec/dummy/tmp/storage/bb/2f/bb2fvwhiu8i5qf2pyz7mtzqed49n +0 -0
  105. data/spec/dummy/tmp/storage/bk/hs/bkhs8l9n4d09f81weejb9a31jk7n +0 -0
  106. data/spec/dummy/tmp/storage/bx/sq/bxsqwu541rqbcnx85r0keylo8yjg +0 -0
  107. data/spec/dummy/tmp/storage/cc/rs/ccrsp7k0x7hlxw5ylyqesfycnsn0 +0 -0
  108. data/spec/dummy/tmp/storage/cn/rt/cnrt2re92df7ncrgsykeidjzxl34 +0 -0
  109. data/spec/dummy/tmp/storage/dk/oh/dkohvjmkw575f2fyuv9bdi1fqojh +0 -0
  110. data/spec/dummy/tmp/storage/du/bp/dubpmx8zzqkiof4a01xcze08vgob +0 -0
  111. data/spec/dummy/tmp/storage/eh/j7/ehj7ihockopsa5arfi9oldipwf3l +0 -0
  112. data/spec/dummy/tmp/storage/er/vz/ervzydqq909udjcjkjxr7ydkdx1c +0 -0
  113. data/spec/dummy/tmp/storage/ev/k2/evk288iduktjxochqcd4ocxpvnxa +0 -0
  114. data/spec/dummy/tmp/storage/f4/md/f4mdb9wn7yinnrcdr9iznwc7mpfk +0 -0
  115. data/spec/dummy/tmp/storage/fj/ld/fjldv9v7tuate6niwvednipftxt7 +0 -0
  116. data/spec/dummy/tmp/storage/fn/46/fn4643u1em8lrft0f7qme2hfnepo +0 -0
  117. data/spec/dummy/tmp/storage/fq/0s/fq0smpzifdnry4xgmyfae3la9mmt +0 -0
  118. data/spec/dummy/tmp/storage/g6/zl/g6zlj189sqtj9g4rv86tpfeyq6bu +0 -0
  119. data/spec/dummy/tmp/storage/ge/ih/geihjrxbvovjnfkgx3t5cp8f4osm +0 -0
  120. data/spec/dummy/tmp/storage/gi/pl/gipl41n57oxeu3usjj41z7o766k0 +0 -0
  121. data/spec/dummy/tmp/storage/h3/bz/h3bzvzpoqppi1te5v4xvp76e7ybo +0 -0
  122. data/spec/dummy/tmp/storage/h7/vh/h7vhyaqp1g1nau1mzr1afuit4o2a +0 -0
  123. data/spec/dummy/tmp/storage/hf/i6/hfi6fat6xxcxqzknna451khsg14j +0 -0
  124. data/spec/dummy/tmp/storage/hi/2p/hi2p1p2sinhnbi6g2hpfeewaptmd +0 -0
  125. data/spec/dummy/tmp/storage/hj/kr/hjkrdxojxekkyxv08bnlgnbwuy1v +0 -0
  126. data/spec/dummy/tmp/storage/hu/dw/hudwprs1ig3d437jxqargs6rwtwp +0 -0
  127. data/spec/dummy/tmp/storage/hz/8w/hz8w7stqgq83xlndjxxurzz9u76v +0 -0
  128. data/spec/dummy/tmp/storage/hz/kx/hzkxn0gfhalk0lw27f3x7gbk0b8v +0 -0
  129. data/spec/dummy/tmp/storage/ih/rc/ihrclsjt3qnw9ig7foy5lz6orqay +0 -0
  130. data/spec/dummy/tmp/storage/ih/xz/ihxzelkuehnqebshhb3ah4z1c1fk +0 -0
  131. data/spec/dummy/tmp/storage/j4/08/j408pnd9nuf88tbmb9cjj52qvgfh +0 -0
  132. data/spec/dummy/tmp/storage/jj/4o/jj4obafz48kk8o5yj6lh59143gn8 +0 -0
  133. data/spec/dummy/tmp/storage/jp/om/jpom7a8cedvu7gjtw8d9rgwrlqwt +0 -0
  134. data/spec/dummy/tmp/storage/jq/o9/jqo96rlq9wd9ne90y798smj95opn +0 -0
  135. data/spec/dummy/tmp/storage/jq/pd/jqpdh488lkoif5o2ibimj44oeykl +0 -0
  136. data/spec/dummy/tmp/storage/jv/0x/jv0xnfr9q6n40wctvybueshwsm5y +0 -0
  137. data/spec/dummy/tmp/storage/kn/u8/knu87cjyme0ntuds19kaqkdquj3o +0 -0
  138. data/spec/dummy/tmp/storage/kp/xi/kpxike9som55n7r0v31ij2wr0kda +0 -0
  139. data/spec/dummy/tmp/storage/kw/pz/kwpz3kfc96d2mltp45hf4jbss1c5 +0 -0
  140. data/spec/dummy/tmp/storage/l7/hp/l7hp8y22igxn1ai3oxiyaoov5u6x +0 -0
  141. data/spec/dummy/tmp/storage/l8/qm/l8qmangooniwtzu5m5fiashbauey +0 -0
  142. data/spec/dummy/tmp/storage/ma/0m/ma0m88bf7chmz13a6tji6hlwjnc9 +0 -0
  143. data/spec/dummy/tmp/storage/md/y3/mdy32tddxsijmn8dzhaxiavj63ml +0 -0
  144. data/spec/dummy/tmp/storage/mw/sk/mwskudeppm3i1yxkmmjdl9yjkag0 +0 -0
  145. data/spec/dummy/tmp/storage/n7/hi/n7hi26phltz0dg8ke1qt1u027puz +0 -0
  146. data/spec/dummy/tmp/storage/nc/98/nc98yg9a1li9vbwsxepbwyvd1lq5 +0 -0
  147. data/spec/dummy/tmp/storage/nl/14/nl149p53kg31lkyssqfub168zlv3 +0 -0
  148. data/spec/dummy/tmp/storage/np/6a/np6a0zpx5s9kiyfoy52n1399acfx +0 -0
  149. data/spec/dummy/tmp/storage/nw/xx/nwxxho9izqznkvp201in548ryyn5 +0 -0
  150. data/spec/dummy/tmp/storage/nw/yh/nwyhfx82lx42l9cw01x62faml69h +0 -0
  151. data/spec/dummy/tmp/storage/ny/sh/nyshk4vcjap9z1h719z31w3equsu +0 -0
  152. data/spec/dummy/tmp/storage/o5/bk/o5bkt43h6w72ra8ovveor8znzjx4 +0 -0
  153. data/spec/dummy/tmp/storage/om/uf/omufz8eo8ge1weuptt6rqoeyv9eg +0 -0
  154. data/spec/dummy/tmp/storage/p6/y7/p6y797a8hmia83td07jte009xwi8 +0 -0
  155. data/spec/dummy/tmp/storage/p7/xn/p7xn4yotfmav3iakeqd6d8pvxoy1 +0 -0
  156. data/spec/dummy/tmp/storage/p9/x3/p9x3dqgn2p16xqjkc825appnox1z +0 -0
  157. data/spec/dummy/tmp/storage/ph/t8/pht8stocj9jea0xzav7anp8wcpt5 +0 -0
  158. data/spec/dummy/tmp/storage/q2/l2/q2l29qiotvirswsiry9bqcl5fq02 +0 -0
  159. data/spec/dummy/tmp/storage/q7/r5/q7r5nkez9cdu5degph822duu5x9d +0 -0
  160. data/spec/dummy/tmp/storage/q9/r6/q9r64jnzfhezzqodwge88g942mv0 +0 -0
  161. data/spec/dummy/tmp/storage/qd/5b/qd5bpor1awhe36h3nc73jin0cjiw +0 -0
  162. data/spec/dummy/tmp/storage/qu/w2/quw2vekfqjusa3fzzni7qidq1lv5 +0 -0
  163. data/spec/dummy/tmp/storage/r5/vn/r5vnn41etkqr9tcj9bct5xxrw0is +0 -0
  164. data/spec/dummy/tmp/storage/rb/96/rb96stbba0bjuhq6chrjbid8vbwx +0 -0
  165. data/spec/dummy/tmp/storage/rp/z5/rpz5mpqg45j7qb508wm6pya8f4v6 +0 -0
  166. data/spec/dummy/tmp/storage/s6/oh/s6ohck2beb42wb4jtl627zyhcjfj +0 -0
  167. data/spec/dummy/tmp/storage/sh/49/sh49j0e04hvsmujei1x8gduaojcz +0 -0
  168. data/spec/dummy/tmp/storage/ti/ky/tikypd1wumyyagiscy376io0lfiq +0 -0
  169. data/spec/dummy/tmp/storage/tl/ov/tlov083h70q2569ljnnorrms3xzy +0 -0
  170. data/spec/dummy/tmp/storage/ty/hu/tyhud4vinp00cr6pmnbpafo8ejf2 +0 -0
  171. data/spec/dummy/tmp/storage/uc/w1/ucw1qyoxhilndsaqihtonzec0dyh +0 -0
  172. data/spec/dummy/tmp/storage/ue/tu/uetusdeo9wpvtxlnxdasgy4g571h +0 -0
  173. data/spec/dummy/tmp/storage/um/nl/umnlqwj9iv7krwfn3s6g5vvv7nfi +0 -0
  174. data/spec/dummy/tmp/storage/um/w9/umw93cizx7laocmj8wwmnf8mmgk4 +0 -0
  175. data/spec/dummy/tmp/storage/uv/2m/uv2mi0xh894cnozzb7cqu09gqdpd +0 -0
  176. data/spec/dummy/tmp/storage/vi/i4/vii4euezr9ff0xu5ap7yyd00j3m9 +0 -0
  177. data/spec/dummy/tmp/storage/vn/g2/vng2onfy77nzprmy1yks40c0ye7g +0 -0
  178. data/spec/dummy/tmp/storage/w4/f9/w4f9wjrbmlksnbsth36c5ghybfj2 +0 -0
  179. data/spec/dummy/tmp/storage/we/6i/we6i04d0sxtguite5sm9hj1e74p5 +0 -0
  180. data/spec/dummy/tmp/storage/we/ot/weot8dwpp4ghagb6yudcza5s4b7e +0 -0
  181. data/spec/dummy/tmp/storage/wu/or/wuory3h00sk3mjovjy00gjpj5yem +0 -0
  182. data/spec/dummy/tmp/storage/wy/4r/wy4rkcqcpfif8argydum4mwpobn1 +0 -0
  183. data/spec/dummy/tmp/storage/xc/8f/xc8fv92nr83tpv8m1f9b2rz3hayg +0 -0
  184. data/spec/dummy/tmp/storage/xn/ce/xncehxpgg48jx675w0lx3osvhsvj +0 -0
  185. data/spec/dummy/tmp/storage/xn/pb/xnpbuj5ns40ddefjrsdevdehzeko +0 -0
  186. data/spec/dummy/tmp/storage/y0/ln/y0ln0x3dfo4cfi3pepkesodpfko0 +0 -0
  187. data/spec/dummy/tmp/storage/y4/nf/y4nfgp8pb33kscy5vbqcl1an8eqe +0 -0
  188. data/spec/dummy/tmp/storage/ye/bl/yeblxiqcymv7z2bqpwf5jkhrh3ae +0 -0
  189. data/spec/dummy/tmp/storage/yg/49/yg49usle0eexi8grfhozlne6auw1 +0 -0
  190. data/spec/dummy/tmp/storage/yl/0a/yl0adttsitq4x2z1oniu9z5jw46y +0 -0
  191. data/spec/dummy/tmp/storage/yy/kf/yykfwro4gjqrtk3kvo03xgrmve4l +0 -0
  192. data/spec/dummy/tmp/storage/z8/y6/z8y6inrrgivm0niw39os5nhoihv6 +0 -0
  193. data/spec/dummy/tmp/storage/zb/j7/zbj7wmend3hkuy7l4nee84zc10fz +0 -0
  194. data/spec/dummy/tmp/storage/zh/vc/zhvciv6eu20eaivgldcah0q86hcc +0 -0
  195. data/spec/dummy/tmp/storage/zz/ei/zzeie82wsfok4of0e96y7v0zrzit +0 -0
  196. data/spec/factories/abizvn/general/general_settings.rb +9 -0
  197. data/spec/factories/abizvn/media/albums.rb +8 -0
  198. data/spec/factories/abizvn/media/images.rb +11 -0
  199. data/spec/factories/abizvn/media/videos.rb +11 -0
  200. data/spec/models/abizvn/media/album_spec.rb +38 -0
  201. data/spec/models/abizvn/media/image_spec.rb +79 -0
  202. data/spec/models/abizvn/media/video_spec.rb +67 -0
  203. data/spec/rails_helper.rb +85 -0
  204. data/spec/serializers/abizvn/media/album_serializer_spec.rb +19 -0
  205. data/spec/serializers/abizvn/media/image_serializer_spec.rb +13 -0
  206. data/spec/serializers/abizvn/media/video_serializer_spec.rb +13 -0
  207. data/spec/spec_helper.rb +94 -0
  208. data/spec/support/general_validation_helpers.rb +21 -0
  209. data/spec/support/media_validation_helpers.rb +77 -0
  210. metadata +241 -20
@@ -0,0 +1,8 @@
1
+ FactoryBot.define do
2
+ factory :album, class: 'Abizvn::Media::Album' do
3
+ sequence(:title) { |n| "Album #{n}" }
4
+ sequence(:description) { |n| "Description of album #{n}" }
5
+
6
+ association :status, factory: :general_setting
7
+ end
8
+ end
@@ -0,0 +1,11 @@
1
+ FactoryBot.define do
2
+ factory :image, class: 'Abizvn::Media::Image' do
3
+ image { Rack::Test::UploadedFile.new(Rails.root.join('files', 'small.png'), 'image/png') }
4
+ sequence(:description) { |n| "Description of image #{n}" }
5
+
6
+ trait :linked_image do
7
+ link { 'https://file-examples.com/wp-content/storage/2017/10/file_example_PNG_3MB.png' }
8
+ sequence(:description) { |n| "Description of large image #{n}" }
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ FactoryBot.define do
2
+ factory :video, class: 'Abizvn::Media::Video' do
3
+ video { Rack::Test::UploadedFile.new(Rails.root.join('files', 'sample-5s.mp4'), 'video/mp4') }
4
+ sequence(:description) { |n| "Description of Video #{n}" }
5
+
6
+ trait :linked_video do
7
+ link { 'https://file-examples.com/wp-content/storage/2017/04/file_example_MP4_480_1_5MG.mp4' }
8
+ sequence(:description) { |n| "Description linked video #{n}" }
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,38 @@
1
+ require 'rails_helper'
2
+
3
+ RSpec.describe Abizvn::Media::Album, type: :model do
4
+ describe 'table name' do
5
+ it 'sets the correct table name' do
6
+ expect(described_class.table_name).to eq('media_albums')
7
+ end
8
+ end
9
+
10
+ describe 'RansackSearchable' do
11
+ it 'includes Commonbase::RansackSearchable' do
12
+ expect(described_class.included_modules).to include(Commonbase::RansackSearchable)
13
+ end
14
+ end
15
+
16
+ describe 'attributes' do
17
+ it { should have_attribute(:title) }
18
+ it { should have_attribute(:description) }
19
+ end
20
+
21
+ describe 'validations' do
22
+ it { should validate_presence_of(:title) }
23
+ it { should validate_presence_of(:status) }
24
+ end
25
+
26
+ describe 'associations' do
27
+ it { should have_many(:album_images) }
28
+ it { should have_many(:images) }
29
+ it { should have_many(:album_videos) }
30
+ it { should have_many(:videos).through(:album_videos) }
31
+ it { should belong_to(:status).class_name('Abizvn::General::GeneralSetting') }
32
+ end
33
+
34
+ describe 'nested attributes' do
35
+ it { should accept_nested_attributes_for(:images).allow_destroy(true) }
36
+ it { should accept_nested_attributes_for(:videos).allow_destroy(true) }
37
+ end
38
+ end
@@ -0,0 +1,79 @@
1
+ require 'rails_helper'
2
+
3
+ RSpec.describe Abizvn::Media::Image, type: :model do
4
+ describe 'table name' do
5
+ it 'sets the correct table name' do
6
+ expect(described_class.table_name).to eq('media_images')
7
+ end
8
+ end
9
+
10
+ describe 'RansackSearchable' do
11
+ it 'includes Commonbase::RansackSearchable' do
12
+ expect(described_class.included_modules).to include(Commonbase::RansackSearchable)
13
+ end
14
+ end
15
+
16
+ describe 'attributes' do
17
+ it { should have_attribute(:link) }
18
+ it { should have_attribute(:description) }
19
+ end
20
+
21
+ describe "validations" do
22
+ context 'validates image' do
23
+ it 'validates content type' do
24
+ image = described_class.new
25
+
26
+ image.image.attach(
27
+ io: File.open(Rails.root.join('files', 'small.png')),
28
+ filename: 'small.png',
29
+ content_type: 'image/png'
30
+ )
31
+ expect(image).to be_valid
32
+
33
+ image.image.attach(
34
+ io: File.open(Rails.root.join('files', 'sample.txt')),
35
+ filename: 'sample.txt',
36
+ content_type: 'text/plain'
37
+ )
38
+ expect(image).not_to be_valid
39
+ expect(image.errors[:image].first).to include('has an invalid content type')
40
+ end
41
+
42
+ it 'validates size' do
43
+ large_file = Tempfile.new(['large_image', '.jpg'])
44
+ large_file.truncate(6.megabytes)
45
+
46
+ image = described_class.new
47
+ image.image.attach(
48
+ io: large_file,
49
+ filename: 'large_image.jpg',
50
+ content_type: 'image/jpeg'
51
+ )
52
+
53
+ expect(image).not_to be_valid
54
+ expect(image.errors[:image].first).to include('file size must be less than')
55
+
56
+ large_file.close
57
+ large_file.unlink
58
+ end
59
+
60
+ it 'validates link' do
61
+ image = FactoryBot.create(:image, :linked_image)
62
+ expect(image).to be_valid
63
+ end
64
+
65
+ it 'validates attached' do
66
+ image = described_class.new
67
+ expect(image).not_to be_valid
68
+ expect(image.errors[:image]).to include("can't be blank")
69
+
70
+ image.image.attach(
71
+ io: File.open(Rails.root.join('files', 'small.png')),
72
+ filename: 'small.png',
73
+ content_type: 'image/png'
74
+ )
75
+ expect(image).to be_valid
76
+ end
77
+ end
78
+ end
79
+ end
@@ -0,0 +1,67 @@
1
+ require 'rails_helper'
2
+
3
+ RSpec.describe Abizvn::Media::Video, type: :model do
4
+ describe 'table name' do
5
+ it 'sets the correct table name' do
6
+ expect(described_class.table_name).to eq('media_videos')
7
+ end
8
+ end
9
+
10
+ describe 'RansackSearchable' do
11
+ it 'includes Commonbase::RansackSearchable' do
12
+ expect(described_class.included_modules).to include(Commonbase::RansackSearchable)
13
+ end
14
+ end
15
+
16
+ describe 'attributes' do
17
+ it { should have_attribute(:link) }
18
+ it { should have_attribute(:description) }
19
+ end
20
+
21
+ describe "validations" do
22
+ context 'validates video' do
23
+ it 'validates content type' do
24
+ video = described_class.new
25
+
26
+ video.video.attach(
27
+ io: File.open(Rails.root.join('files', 'sample.txt')),
28
+ filename: 'sample.txt',
29
+ content_type: 'text/plain'
30
+ )
31
+ expect(video).not_to be_valid
32
+ expect(video.errors[:video].first).to include('has an invalid content type')
33
+ end
34
+
35
+ it 'validates size' do
36
+ large_file = Tempfile.new(['large_video', '.mp4'])
37
+ large_file.truncate(51.megabytes)
38
+
39
+ video = described_class.new
40
+ video.video.attach(
41
+ io: large_file,
42
+ filename: 'large_video.mp4',
43
+ content_type: 'video/mp4'
44
+ )
45
+
46
+ expect(video).not_to be_valid
47
+ expect(video.errors[:video].first).to include('file size must be less than')
48
+
49
+ large_file.close
50
+ large_file.unlink
51
+ end
52
+
53
+ it 'validates attached' do
54
+ video = described_class.new
55
+ expect(video).not_to be_valid
56
+ expect(video.errors[:video]).to include("can't be blank")
57
+
58
+ video.video.attach(
59
+ io: File.open(Rails.root.join('files', 'sample-5s.mp4')),
60
+ filename: 'sample-5s.mp4',
61
+ content_type: 'video/mp4'
62
+ )
63
+ expect(video).to be_valid
64
+ end
65
+ end
66
+ end
67
+ end
@@ -0,0 +1,85 @@
1
+ # This file is copied to spec/ when you run 'rails generate rspec:install'
2
+ require 'spec_helper'
3
+ ENV['RAILS_ENV'] ||= 'test'
4
+ require_relative '../spec/dummy/config/environment'
5
+ # Prevent database truncation if the environment is production
6
+ abort("The Rails environment is running in production mode!") if Rails.env.production?
7
+ # Uncomment the line below in case you have `--require rails_helper` in the `.rspec` file
8
+ # that will avoid rails generators crashing because migrations haven't been run yet
9
+ # return unless Rails.env.test?
10
+ require 'rspec/rails'
11
+ # Add additional requires below this line. Rails is not loaded until this point!
12
+
13
+ # Requires supporting ruby files with custom matchers and macros, etc, in
14
+ # spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are
15
+ # run as spec files by default. This means that files in spec/support that end
16
+ # in _spec.rb will both be required and run as specs, causing the specs to be
17
+ # run twice. It is recommended that you do not name files matching this glob to
18
+ # end with _spec.rb. You can configure this pattern with the --pattern
19
+ # option on the command line or in ~/.rspec, .rspec or `.rspec-local`.
20
+ #
21
+ # The following line is provided for convenience purposes. It has the downside
22
+ # of increasing the boot-up time by auto-requiring all files in the support
23
+ # directory. Alternatively, in the individual `*_spec.rb` files, manually
24
+ # require only the support files necessary.
25
+ #
26
+ # Rails.root.glob('spec/support/**/*.rb').sort_by(&:to_s).each { |f| require f }
27
+
28
+ # Checks for pending migrations and applies them before tests are run.
29
+ # If you are not using ActiveRecord, you can remove these lines.
30
+ begin
31
+ ActiveRecord::Migration.maintain_test_schema!
32
+ rescue ActiveRecord::PendingMigrationError => e
33
+ abort e.to_s.strip
34
+ end
35
+
36
+ # Requires factories for testing
37
+ Dir.glob(File.join(File.dirname(__FILE__), 'factories', '**', '*.rb')).each { |file| require file }
38
+ Dir.glob(File.join(File.dirname(__FILE__), 'support', '*.rb')).each { |file| require file }
39
+
40
+ RSpec.configure do |config|
41
+ Shoulda::Matchers.configure do |shoulda_config|
42
+ shoulda_config.integrate do |with|
43
+ with.test_framework :rspec
44
+ with.library :rails
45
+ end
46
+ end
47
+
48
+ config.include Abizvn::Media::MediaValidationHelpers
49
+ config.include Abizvn::General::GeneralValidationHelpers
50
+
51
+ # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
52
+ config.fixture_paths = [
53
+ Rails.root.join('spec/fixtures')
54
+ ]
55
+
56
+ # If you're not using ActiveRecord, or you'd prefer not to run each of your
57
+ # examples within a transaction, remove the following line or assign false
58
+ # instead of true.
59
+ config.use_transactional_fixtures = true
60
+
61
+ # You can uncomment this line to turn off ActiveRecord support entirely.
62
+ # config.use_active_record = false
63
+
64
+ # RSpec Rails uses metadata to mix in different behaviours to your tests,
65
+ # for example enabling you to call `get` and `post` in request specs. e.g.:
66
+ #
67
+ # RSpec.describe UsersController, type: :request do
68
+ # # ...
69
+ # end
70
+ #
71
+ # The different available types are documented in the features, such as in
72
+ # https://rspec.info/features/7-1/rspec-rails
73
+ #
74
+ # You can also this infer these behaviours automatically by location, e.g.
75
+ # /spec/models would pull in the same behaviour as `type: :model` but this
76
+ # behaviour is considered legacy and will be removed in a future version.
77
+ #
78
+ # To enable this behaviour uncomment the line below.
79
+ # config.infer_spec_type_from_file_location!
80
+
81
+ # Filter lines from Rails gems in backtraces.
82
+ config.filter_rails_from_backtrace!
83
+ # arbitrary gems may also be filtered via:
84
+ # config.filter_gems_from_backtrace("gem name")
85
+ end
@@ -0,0 +1,19 @@
1
+ require 'rails_helper'
2
+
3
+ RSpec.describe Abizvn::Media::AlbumSerializer, type: :serializer do
4
+ let(:image1) { FactoryBot.create(:image) }
5
+ let(:image2) { FactoryBot.create(:image) }
6
+
7
+ let(:video1) { FactoryBot.create(:video) }
8
+ let(:video2) { FactoryBot.create(:video) }
9
+
10
+ let(:album) { FactoryBot.create(:album, images: [image1, image2], videos: [video1, video2]) }
11
+ let(:serializer) { described_class.new(album) }
12
+
13
+ describe '#serializable_hash' do
14
+ it 'returns required attributes' do
15
+ data = serializer.serializable_hash[:data]
16
+ validate_album_hash(album, data)
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,13 @@
1
+ require 'rails_helper'
2
+
3
+ RSpec.describe Abizvn::Media::ImageSerializer, type: :serializer do
4
+ let(:image) { FactoryBot.create(:image) }
5
+ let(:serializer) { described_class.new(image) }
6
+
7
+ describe '#serializable_hash' do
8
+ it 'returns required attributes' do
9
+ data = serializer.serializable_hash[:data]
10
+ validate_image_hash(image, data)
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,13 @@
1
+ require 'rails_helper'
2
+
3
+ RSpec.describe Abizvn::Media::VideoSerializer, type: :serializer do
4
+ let(:video) { FactoryBot.create(:video) }
5
+ let(:serializer) { described_class.new(video) }
6
+
7
+ describe '#serializable_hash' do
8
+ it 'returns required attributes' do
9
+ data = serializer.serializable_hash[:data]
10
+ validate_video_hash(video, data)
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,94 @@
1
+ # This file was generated by the `rails generate rspec:install` command. Conventionally, all
2
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
3
+ # The generated `.rspec` file contains `--require spec_helper` which will cause
4
+ # this file to always be loaded, without a need to explicitly require it in any
5
+ # files.
6
+ #
7
+ # Given that it is always loaded, you are encouraged to keep this file as
8
+ # light-weight as possible. Requiring heavyweight dependencies from this file
9
+ # will add to the boot time of your test suite on EVERY test run, even for an
10
+ # individual file that may not need all of that loaded. Instead, consider making
11
+ # a separate helper file that requires the additional dependencies and performs
12
+ # the additional setup, and require it from the spec files that actually need
13
+ # it.
14
+ #
15
+ # See https://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
16
+ RSpec.configure do |config|
17
+ # rspec-expectations config goes here. You can use an alternate
18
+ # assertion/expectation library such as wrong or the stdlib/minitest
19
+ # assertions if you prefer.
20
+ config.expect_with :rspec do |expectations|
21
+ # This option will default to `true` in RSpec 4. It makes the `description`
22
+ # and `failure_message` of custom matchers include text for helper methods
23
+ # defined using `chain`, e.g.:
24
+ # be_bigger_than(2).and_smaller_than(4).description
25
+ # # => "be bigger than 2 and smaller than 4"
26
+ # ...rather than:
27
+ # # => "be bigger than 2"
28
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
29
+ end
30
+
31
+ # rspec-mocks config goes here. You can use an alternate test double
32
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
33
+ config.mock_with :rspec do |mocks|
34
+ # Prevents you from mocking or stubbing a method that does not exist on
35
+ # a real object. This is generally recommended, and will default to
36
+ # `true` in RSpec 4.
37
+ mocks.verify_partial_doubles = true
38
+ end
39
+
40
+ # This option will default to `:apply_to_host_groups` in RSpec 4 (and will
41
+ # have no way to turn it off -- the option exists only for backwards
42
+ # compatibility in RSpec 3). It causes shared context metadata to be
43
+ # inherited by the metadata hash of host groups and examples, rather than
44
+ # triggering implicit auto-inclusion in groups with matching metadata.
45
+ config.shared_context_metadata_behavior = :apply_to_host_groups
46
+
47
+ # The settings below are suggested to provide a good initial experience
48
+ # with RSpec, but feel free to customize to your heart's content.
49
+ =begin
50
+ # This allows you to limit a spec run to individual examples or groups
51
+ # you care about by tagging them with `:focus` metadata. When nothing
52
+ # is tagged with `:focus`, all examples get run. RSpec also provides
53
+ # aliases for `it`, `describe`, and `context` that include `:focus`
54
+ # metadata: `fit`, `fdescribe` and `fcontext`, respectively.
55
+ config.filter_run_when_matching :focus
56
+
57
+ # Allows RSpec to persist some state between runs in order to support
58
+ # the `--only-failures` and `--next-failure` CLI options. We recommend
59
+ # you configure your source control system to ignore this file.
60
+ config.example_status_persistence_file_path = "spec/examples.txt"
61
+
62
+ # Limits the available syntax to the non-monkey patched syntax that is
63
+ # recommended. For more details, see:
64
+ # https://rspec.info/features/3-12/rspec-core/configuration/zero-monkey-patching-mode/
65
+ config.disable_monkey_patching!
66
+
67
+ # Many RSpec users commonly either run the entire suite or an individual
68
+ # file, and it's useful to allow more verbose output when running an
69
+ # individual spec file.
70
+ if config.files_to_run.one?
71
+ # Use the documentation formatter for detailed output,
72
+ # unless a formatter has already been configured
73
+ # (e.g. via a command-line flag).
74
+ config.default_formatter = "doc"
75
+ end
76
+
77
+ # Print the 10 slowest examples and example groups at the
78
+ # end of the spec run, to help surface which specs are running
79
+ # particularly slow.
80
+ config.profile_examples = 10
81
+
82
+ # Run specs in random order to surface order dependencies. If you find an
83
+ # order dependency and want to debug it, you can fix the order by providing
84
+ # the seed, which is printed after each run.
85
+ # --seed 1234
86
+ config.order = :random
87
+
88
+ # Seed global randomization in this process using the `--seed` CLI option.
89
+ # Setting this allows you to use `--seed` to deterministically reproduce
90
+ # test failures related to randomization by passing the same `--seed` value
91
+ # as the one that triggered the failure.
92
+ Kernel.srand config.seed
93
+ =end
94
+ end
@@ -0,0 +1,21 @@
1
+ module Abizvn
2
+ module General
3
+ module GeneralValidationHelpers
4
+ def validate_general_setting_lite_hash(general_setting, serialized_data)
5
+ expect(serialized_data).to have_key(:id)
6
+ expect(serialized_data).to have_key(:type)
7
+ expect(serialized_data).to have_key(:attributes)
8
+
9
+ expect(serialized_data[:id]).to eq(general_setting.id.to_s)
10
+ expect(serialized_data[:type]).to eq(:general_setting_lite)
11
+
12
+ expect(serialized_data[:attributes]).to have_key(:id)
13
+ expect(serialized_data[:attributes]).to have_key(:code)
14
+ expect(serialized_data[:attributes]).to have_key(:value)
15
+ expect(serialized_data[:attributes][:id]).to eq(general_setting.id)
16
+ expect(serialized_data[:attributes][:code]).to eq(general_setting.code)
17
+ expect(serialized_data[:attributes][:value]).to eq(general_setting.value)
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,77 @@
1
+ module Abizvn
2
+ module Media
3
+ module MediaValidationHelpers
4
+ def validate_album_hash(album, serialized_data)
5
+ expect(serialized_data).to have_key(:id)
6
+ expect(serialized_data).to have_key(:type)
7
+ expect(serialized_data).to have_key(:attributes)
8
+ expect(serialized_data[:attributes]).to have_key(:id)
9
+ expect(serialized_data[:attributes]).to have_key(:title)
10
+ expect(serialized_data[:attributes]).to have_key(:description)
11
+ expect(serialized_data[:attributes]).to have_key(:updated_at)
12
+ expect(serialized_data[:attributes]).to have_key(:status)
13
+
14
+ expect(serialized_data[:id]).to eq(album.id.to_s)
15
+ expect(serialized_data[:type]).to eq(:album)
16
+ expect(serialized_data[:attributes][:id]).to eq(album.id)
17
+ expect(serialized_data[:attributes][:title]).to eq(album.title)
18
+ expect(serialized_data[:attributes][:description]).to eq(album.description)
19
+ expect(serialized_data[:attributes][:updated_at]).to eq(album.updated_at)
20
+
21
+ validate_general_setting_lite_hash(album.status, serialized_data[:attributes][:status])
22
+ validate_images_hash(album.images, serialized_data[:attributes][:images])
23
+ validate_videos_hash(album.videos, serialized_data[:attributes][:videos])
24
+ end
25
+
26
+ def validate_images_hash(images, serialized_data)
27
+ expect(serialized_data).to be_a(Array)
28
+ expect(serialized_data.length).to eq(images.length)
29
+
30
+ images.each_with_index do |image, index|
31
+ validate_image_hash(image, serialized_data[index])
32
+ end
33
+ end
34
+
35
+ def validate_image_hash(image, serialized_data)
36
+ expect(serialized_data).to have_key(:id)
37
+ expect(serialized_data).to have_key(:type)
38
+ expect(serialized_data).to have_key(:attributes)
39
+ expect(serialized_data[:attributes]).to have_key(:id)
40
+ expect(serialized_data[:attributes]).to have_key(:description)
41
+ expect(serialized_data[:attributes]).to have_key(:updated_at)
42
+ expect(serialized_data[:attributes]).to have_key(:image_url)
43
+
44
+ expect(serialized_data[:id]).to eq(image.id.to_s)
45
+ expect(serialized_data[:type]).to eq(:image)
46
+ expect(serialized_data[:attributes][:id]).to eq(image.id)
47
+ expect(serialized_data[:attributes][:description]).to eq(image.description)
48
+ expect(serialized_data[:attributes][:updated_at]).to eq(image.updated_at)
49
+ end
50
+
51
+ def validate_videos_hash(videos, serialized_data)
52
+ expect(serialized_data).to be_a(Array)
53
+ expect(serialized_data.length).to eq(videos.length)
54
+
55
+ videos.each_with_index do |video, index|
56
+ validate_video_hash(video, serialized_data[index])
57
+ end
58
+ end
59
+
60
+ def validate_video_hash(video, serialized_data)
61
+ expect(serialized_data).to have_key(:id)
62
+ expect(serialized_data).to have_key(:type)
63
+ expect(serialized_data).to have_key(:attributes)
64
+ expect(serialized_data[:attributes]).to have_key(:id)
65
+ expect(serialized_data[:attributes]).to have_key(:description)
66
+ expect(serialized_data[:attributes]).to have_key(:updated_at)
67
+ expect(serialized_data[:attributes]).to have_key(:video_url)
68
+
69
+ expect(serialized_data[:id]).to eq(video.id.to_s)
70
+ expect(serialized_data[:type]).to eq(:video)
71
+ expect(serialized_data[:attributes][:id]).to eq(video.id)
72
+ expect(serialized_data[:attributes][:description]).to eq(video.description)
73
+ expect(serialized_data[:attributes][:updated_at]).to eq(video.updated_at)
74
+ end
75
+ end
76
+ end
77
+ end