scavenger 0.1.0

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 (218) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +82 -0
  4. data/Rakefile +28 -0
  5. data/lib/scavenger.rb +15 -0
  6. data/lib/scavenger/compressor.rb +70 -0
  7. data/lib/scavenger/config.rb +12 -0
  8. data/lib/scavenger/version.rb +3 -0
  9. data/lib/scavenger/view_helpers.rb +22 -0
  10. data/lib/tasks/scavenger_tasks.rake +4 -0
  11. data/test/dummy/README.rdoc +28 -0
  12. data/test/dummy/Rakefile +6 -0
  13. data/test/dummy/app/assets/javascripts/application.js +13 -0
  14. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  15. data/test/dummy/app/assets/svg/hejsna.svg +16 -0
  16. data/test/dummy/app/assets/svg/thing.svg +31 -0
  17. data/test/dummy/app/controllers/application_controller.rb +5 -0
  18. data/test/dummy/app/controllers/welcome_controller.rb +3 -0
  19. data/test/dummy/app/helpers/application_helper.rb +2 -0
  20. data/test/dummy/app/views/layouts/application.html.erb +16 -0
  21. data/test/dummy/app/views/welcome/index.html.erb +3 -0
  22. data/test/dummy/bin/bundle +3 -0
  23. data/test/dummy/bin/rails +4 -0
  24. data/test/dummy/bin/rake +4 -0
  25. data/test/dummy/bin/setup +29 -0
  26. data/test/dummy/config.ru +4 -0
  27. data/test/dummy/config/application.rb +34 -0
  28. data/test/dummy/config/boot.rb +5 -0
  29. data/test/dummy/config/environment.rb +5 -0
  30. data/test/dummy/config/environments/development.rb +41 -0
  31. data/test/dummy/config/environments/production.rb +79 -0
  32. data/test/dummy/config/environments/test.rb +42 -0
  33. data/test/dummy/config/initializers/assets.rb +11 -0
  34. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  35. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  36. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  37. data/test/dummy/config/initializers/inflections.rb +16 -0
  38. data/test/dummy/config/initializers/mime_types.rb +4 -0
  39. data/test/dummy/config/initializers/scavenger.rb +2 -0
  40. data/test/dummy/config/initializers/session_store.rb +3 -0
  41. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  42. data/test/dummy/config/locales/en.yml +23 -0
  43. data/test/dummy/config/routes.rb +3 -0
  44. data/test/dummy/config/secrets.yml +22 -0
  45. data/test/dummy/log/test.log +3171 -0
  46. data/test/dummy/public/404.html +67 -0
  47. data/test/dummy/public/422.html +67 -0
  48. data/test/dummy/public/500.html +66 -0
  49. data/test/dummy/public/favicon.ico +0 -0
  50. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-H/-HqbbfU0xcEJDTxWfLUwg4CHKddeND3q6UVFsh5Si_U.cache +1 -0
  51. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-U/-U_dM-L9LbHNJZIgTkRfkuKCZmM383uKGVLpowFlUWQ.cache +3 -0
  52. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-X/-XIkc5RT094TnZLk-Bx1VeBlhPNiDcbR8xKuvMWYg4g.cache +5 -0
  53. data/test/dummy/tmp/cache/assets/sprockets/v3.0/11/11izQccDDdFX41-0W9soseHqn6Gnsp5eXQUBekw0w00.cache +1 -0
  54. data/test/dummy/tmp/cache/assets/sprockets/v3.0/1o/1oh-D7lF9NVZVT3A4Ke5-TFajlRvURXe2OPPBPZqMUg.cache +3 -0
  55. data/test/dummy/tmp/cache/assets/sprockets/v3.0/25/25maOm_ns9nLIHyiI4f_tf4wYwBPoq8gAvpSX9V4ge8.cache +2 -0
  56. data/test/dummy/tmp/cache/assets/sprockets/v3.0/2G/2GKmKzQSIIALMgYslznKJEr-pXCza0znjBmmqTCVjgo.cache +5 -0
  57. data/test/dummy/tmp/cache/assets/sprockets/v3.0/2r/2rbhR-ZHCA26TK7wMgaQ-43T-wZLyA0owLShzIxEWuk.cache +4 -0
  58. data/test/dummy/tmp/cache/assets/sprockets/v3.0/34/348WFNzOMxpgDI8iNz2i5urtOQitXtYJIGuHsfr4014.cache +1 -0
  59. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5F/5F2E3R3qgH5T2ZoN1FWgFnQmM365fKQe0g9EbWyGnQM.cache +1 -0
  60. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  61. data/test/dummy/tmp/cache/assets/sprockets/v3.0/6N/6NY324sAsWts7o2vwWeN0aXOWuuyKM9zuzO0c2eKLZc.cache +6 -0
  62. data/test/dummy/tmp/cache/assets/sprockets/v3.0/7O/7OXjjKt0Z3xAjPdz99P7K2ILtSY-pj3ur0J1JvZuAHI.cache +3 -0
  63. data/test/dummy/tmp/cache/assets/sprockets/v3.0/7x/7xjcSFxgDSCrJMkPDLL-u6HY4hQbXc0Hzk0efhSnk64.cache +4 -0
  64. data/test/dummy/tmp/cache/assets/sprockets/v3.0/8O/8ObXUvh9D_nHhKqXK6ABwrG1kz2aRnb3rGzDZKwfyVI.cache +4 -0
  65. data/test/dummy/tmp/cache/assets/sprockets/v3.0/8n/8nsCSYjv5XHXLcA0afPuGbdseM7SuTmmWKV1nCrk4r4.cache +1 -0
  66. data/test/dummy/tmp/cache/assets/sprockets/v3.0/8x/8xhjdhp1eijzIzvWEtv1s5PePR_c8blbEE1sjKYMKPw.cache +2 -0
  67. data/test/dummy/tmp/cache/assets/sprockets/v3.0/98/98GuWujwu8Qf96txyyw5eTFnH5LVt-IcXaYV9hWq1aU.cache +2 -0
  68. data/test/dummy/tmp/cache/assets/sprockets/v3.0/99/99plte_Tg2iiF3VZZ_DzZwanFS6BvFUfkgWlqCdmleU.cache +4 -0
  69. data/test/dummy/tmp/cache/assets/sprockets/v3.0/9s/9s6SDFrpwRn_oY_Vi1oR6WZNU09ubMW73COpZY5Rtf0.cache +1 -0
  70. data/test/dummy/tmp/cache/assets/sprockets/v3.0/9u/9uZR0qxSChIwkuOttRtYVWRCBuahCACYcqaPhI4o-Ro.cache +1 -0
  71. data/test/dummy/tmp/cache/assets/sprockets/v3.0/AK/AKUIAk7bmGCulWb0gNeSKzDmh57iSAcDuD0--UJMAa8.cache +1 -0
  72. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ae/AeGKzMpQNBMxA6gXi_zJ3BOc7MqOIcOKP5-kh6lT4yw.cache +1 -0
  73. data/test/dummy/tmp/cache/assets/sprockets/v3.0/BC/BC_MecqW6bPoz0C9IUmS3GAcdZrXP_ug9YH7Kw1vN_w.cache +1 -0
  74. data/test/dummy/tmp/cache/assets/sprockets/v3.0/C4/C439mq43l7yTi_NG2JVgM5crLZGT2mH7BWYa0U1L8vA.cache +2 -0
  75. data/test/dummy/tmp/cache/assets/sprockets/v3.0/CD/CDQwlcBfGvlM1IzCLj_3WklFp44N6J-gTAlfdsyP6ws.cache +2 -0
  76. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Cz/CZMRfdmWKqMJU9RD0twbl62L4CHkaKvPcionwcTeaPY.cache +1 -0
  77. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Cz/CzBbMjpUVeDyH-t49_4iBLSjHsfoC5U5VfkLuURYHiA.cache +1 -0
  78. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Dq/DqF4msXGrg8D1zFiR5oCNIygUO9BVcnhKfWitu_QhUo.cache +3 -0
  79. data/test/dummy/tmp/cache/assets/sprockets/v3.0/El/ElXVJKVUyx7wZtChp6_PiHsJ_uoljEal6Ga5IR-iRkc.cache +1 -0
  80. data/test/dummy/tmp/cache/assets/sprockets/v3.0/FN/FNbIIgXbC_eTM5R6lUgQ4MAZeZz7a7iOsEI59tKi9Tc.cache +1 -0
  81. data/test/dummy/tmp/cache/assets/sprockets/v3.0/G-/G-pL8xR7OSZ9EfTgqN9eWzjPAUO5uGy1s5LPA79cTa0.cache +4 -0
  82. data/test/dummy/tmp/cache/assets/sprockets/v3.0/GY/GYTIgygclYPTMz-qWUtfjBLYsdfmD-f-d4s6biK_w7Q.cache +2 -0
  83. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Gd/GdUOtQlWxrcatwpnsG71FEhWUXBGSCeg_KFVhICX7WM.cache +1 -0
  84. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Gk/Gk4fpCDRXeS8W9uUc3BgMEDEjmJoZ-Nqg-SrPtAnqvI.cache +1 -0
  85. data/test/dummy/tmp/cache/assets/sprockets/v3.0/I0/I0o3NaDD4aODBXGZgYZ1R8gQYkBUbpagqoNPduxjs_8.cache +3 -0
  86. data/test/dummy/tmp/cache/assets/sprockets/v3.0/I3/I3w40ud22J2dvAZsikqd4y9etnWp5z3tFZ50bMLt9aA.cache +1 -0
  87. data/test/dummy/tmp/cache/assets/sprockets/v3.0/I7/I7WyZQ32i6kx0fg7Ce4dKJV64UT7ocQqiNVfBQaaCG4.cache +5 -0
  88. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Je/JewGvPxcszuYsSjQoKXxzJIRvvZv-uCLMZW3vMf1V8Y.cache +2 -0
  89. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Jq/JqOJW1VYktU0ktLRM3UiCrPV-VSOVRCoy_Jllcvg3cY.cache +3 -0
  90. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Jx/Jx4pqkuinO3CkdllQpCrdTowH3zl6HSLDffXnH39uOY.cache +3 -0
  91. data/test/dummy/tmp/cache/assets/sprockets/v3.0/KC/KCyuFn9GRT1T8Fb2QASGqSjQEKiwyI0Lz7_a3oI6oHc.cache +2 -0
  92. data/test/dummy/tmp/cache/assets/sprockets/v3.0/KZ/KZyxio0yOsOfb3ZhjZ0QwTn2I23pWNc4i6IDaObLS4Y.cache +1 -0
  93. data/test/dummy/tmp/cache/assets/sprockets/v3.0/LK/LKi-YtI10nTnwAZ9tGA0mycT_RK06P4Wbsup2mz_m-4.cache +1 -0
  94. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ly/LyC39AHA8MwZpDthVN0AlUdId0AI95jXHzZ1n5Gi7MY.cache +2 -0
  95. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Mb/Mbe8cv5zaE0f3oIz0YESxHx057YFVmowkRkY0t5x7F0.cache +5 -0
  96. data/test/dummy/tmp/cache/assets/sprockets/v3.0/NP/NPfOJLBKf3qawiTr5TsMx_6hQ47bmq-v6oMvAa1hDR8.cache +1 -0
  97. data/test/dummy/tmp/cache/assets/sprockets/v3.0/NP/npSJTXQnTsAcxpKg1GF0SvIJdHwr6dZhfeb_iE-T-qM.cache +1 -0
  98. data/test/dummy/tmp/cache/assets/sprockets/v3.0/NY/NY2ITQsQhlGmpv_XYpBzY0bkYsoX9EnX2y6A4IA9y9w.cache +1 -0
  99. data/test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +2 -0
  100. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ON/ONXM0yfYond9SL_ERL5_h2PYWRoxI7MB7dh8Wgux2kI.cache +2 -0
  101. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Of/Of3KRAbBZnkIAImLO3o_jYYgztAs8dP0tgW85lrJLJY.cache +2 -0
  102. data/test/dummy/tmp/cache/assets/sprockets/v3.0/PM/PMFPGGsBq5NLwHjlR5DDyVNsOTxyv3RNh4LJLTJsiUc.cache +3 -0
  103. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Pc/PcWIHtJvZlo6ITsS6eJhNsnQarnW4-vs9EIFm0XkdmY.cache +1 -0
  104. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Pi/Pi7h_0clH-Punlu8yw_srmwHyc5VRE72bPMQNDxGgbE.cache +2 -0
  105. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Pz/PzzfYC4OG_ObJ7byTmeaqyk9P_lgcdtqKWafD5LWXQY.cache +1 -0
  106. data/test/dummy/tmp/cache/assets/sprockets/v3.0/QD/QDSurvjtF1BrJX-aLTJlFtYhxoWPRfqqx0Mn1OrZsnw.cache +1 -0
  107. data/test/dummy/tmp/cache/assets/sprockets/v3.0/QP/QPznaEgVvMxnva5VmM_zC3cOGzjs4-eXRJn-QTitsMk.cache +1 -0
  108. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Qi/QiQRRt1rzEMBbDSoPEB86n_6vuK-exu5nvlvb93-8Ds.cache +1 -0
  109. data/test/dummy/tmp/cache/assets/sprockets/v3.0/RT/RT_IsNMQJK8QZtK46K7XcIykfX7iJcij4HyuXt2sElM.cache +2 -0
  110. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Rw/RwK5VPS0ZWb2FtPpBy6hpaa3RdhtbYJnW0Y9m777fq0.cache +3 -0
  111. data/test/dummy/tmp/cache/assets/sprockets/v3.0/SC/SCLYM9c1ukultsOsftGAbV2Vo7oWX1K5FGQDGWFbAjM.cache +0 -0
  112. data/test/dummy/tmp/cache/assets/sprockets/v3.0/SU/SUVVA6yRljhAxtRtbpyqKrAmLkX_coZf-bAhQMaz_is.cache +3 -0
  113. data/test/dummy/tmp/cache/assets/sprockets/v3.0/T9/T9FoDi_hol-MZ-P0QSqGiu4GkCmIIwERSGNOrL9Fjh8.cache +1 -0
  114. data/test/dummy/tmp/cache/assets/sprockets/v3.0/TA/TAXPWAOlG0yeyBDPEX6CbnmeFGobbw69rqy71da0-g0.cache +1 -0
  115. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ts/TsREWCSUnRzZFQgj2dEgXUBNmUAT2S48RVAedogYW3M.cache +3 -0
  116. data/test/dummy/tmp/cache/assets/sprockets/v3.0/UE/UE_MaxEM9CHQcUIJULCNMZFXY2gh_0ZYEO1x-nvo0Ws.cache +2 -0
  117. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Uq/UqNMiop_l1QyuKMZReAXM9PpKiSSyX0K_fdxQEUt9YM.cache +3 -0
  118. data/test/dummy/tmp/cache/assets/sprockets/v3.0/V-/V-DwZpVv3uJ5fYwK0OkcmlmIHzLRNReULGZHxd3Bm3o.cache +1 -0
  119. data/test/dummy/tmp/cache/assets/sprockets/v3.0/WA/WAzmKG5FTHG-fX5IgbQQjlQz71VskqHqWgPlu7LDRwg.cache +1 -0
  120. data/test/dummy/tmp/cache/assets/sprockets/v3.0/WK/WKpE8UdXlizp-Ww_7pv6b8vzT6VatGaJ1Vzm0nlyAOQ.cache +2 -0
  121. data/test/dummy/tmp/cache/assets/sprockets/v3.0/WR/WR2xUEZg8ZzbIiT1c5zn5_l1Ow8UQmFEnMgce23smzk.cache +1 -0
  122. data/test/dummy/tmp/cache/assets/sprockets/v3.0/WY/WYVUNGREkk20SrlLAxmiHYYwLyLUB-geRUK-GdeEL1w.cache +2 -0
  123. data/test/dummy/tmp/cache/assets/sprockets/v3.0/XC/XCAEpFovv21-TgsbmyI-NRSgt4i9htFPx-qIhLGSXso.cache +1 -0
  124. data/test/dummy/tmp/cache/assets/sprockets/v3.0/X_/X_XEor98WN1KgGsQLkMeimyXz1pwVkH40K6RgTPD11w.cache +1 -0
  125. data/test/dummy/tmp/cache/assets/sprockets/v3.0/YS/YSJFzCTZ7k4bznGUQBGhko471nErQpwVJJFp_HYBBdo.cache +1 -0
  126. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Yz/YzywD87qy07Nl8UDE_BrZAe7Rujp-hGRgchMefkh_f0.cache +2 -0
  127. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ZP/ZP3cKucRfI64siOZ3295sYHf8mkjxwPUv_jaAyu3ag8.cache +1 -0
  128. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_B/_BqN4N7Cd7GtOGg2F94sLSm4DzvL4GWoYEV6JzCjNUU.cache +1 -0
  129. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_B/_byuC_ZlOnBVAgzjgIzgXx-Swz53HDeOlIsH12sEYC8.cache +5 -0
  130. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_C/_COlnL_arkOWZnYmNLFGQrjgVWIZOIGnZrV5LYllOP4.cache +3 -0
  131. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_S/_S3FZ5DdeuW2XcdvnLYfjFZ-0MhP7sbRhvGIQjyy87M.cache +1 -0
  132. data/test/dummy/tmp/cache/assets/sprockets/v3.0/aG/aGrkF9dVFkubtXnIvZ_kEgJ-kaGCCOtZw2nZOF7BYQM.cache +2 -0
  133. data/test/dummy/tmp/cache/assets/sprockets/v3.0/b2/b2iWoLtu1YgSEmVfG8Py57dnWPc4028NgAUpYLVwP8M.cache +3 -0
  134. data/test/dummy/tmp/cache/assets/sprockets/v3.0/c8/c8NGPLJrGOwYYnfHCM6zIqpotl49juEf-pCrwibkIfA.cache +3 -0
  135. data/test/dummy/tmp/cache/assets/sprockets/v3.0/db/dbOQICwMxvVHo74WhUwaZ_krWuLAyC9FWYVFi3EYi64.cache +2 -0
  136. data/test/dummy/tmp/cache/assets/sprockets/v3.0/dz/dzrkjMJU2cv7vFsVM_kWlebaKvi0hVwX5MBh4JGaVZQ.cache +0 -0
  137. data/test/dummy/tmp/cache/assets/sprockets/v3.0/eZ/eZmtkxcD8zWwlTmMuNIQ8ohN1mNF65yxKpydpBb6EG0.cache +0 -0
  138. data/test/dummy/tmp/cache/assets/sprockets/v3.0/en/enZKX7_BXYbLay1iUItH0mID3HUiFGTPUHwDp8pvEW8.cache +1 -0
  139. data/test/dummy/tmp/cache/assets/sprockets/v3.0/fb/fb7KUXnAajxrbaHI04zh4tF2SH7sdZ657Bhiq3sXD3w.cache +3 -0
  140. data/test/dummy/tmp/cache/assets/sprockets/v3.0/fk/fkXthHN8eEXSenLGHVE5LbRNY_IDaymFUzzSkgPu4gc.cache +5 -0
  141. data/test/dummy/tmp/cache/assets/sprockets/v3.0/g2/g2YGG8q3Znp8HJDmvBNKvXzOSw0N7YLx0c8tmwWo41E.cache +1 -0
  142. data/test/dummy/tmp/cache/assets/sprockets/v3.0/g7/g7nzIpLeHaaI305Y_gDkIhdvrUB6L8OOGVyo_0qxCQ0.cache +3 -0
  143. data/test/dummy/tmp/cache/assets/sprockets/v3.0/gB/gBb2UrDwoTf660QLvf3cMRkIlyMqB_Dhv--dy7V9qqg.cache +4 -0
  144. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hS/hS2z78kNWKL742oRFA2iYCpkxbFm3DKU99rnNsfv8CY.cache +0 -0
  145. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +2 -0
  146. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hj/hjeSBmoKHSPJnoOy0B2FESHA5wyW4txeU5Q_3eZB0Cg.cache +1 -0
  147. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hu/huI6bPDA-mhQ2xQX0IAH8_39y_6xjDcdZPARPyFZw6M.cache +2 -0
  148. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ii/IiC7EB9IjQhNa39duWC22zpxw0e3BxghOteX3SolBEQ.cache +1 -0
  149. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ii/iigHc6vqt9K7psybIJL1KHRE7fgsLy2CIDuaGHbArOc.cache +1 -0
  150. data/test/dummy/tmp/cache/assets/sprockets/v3.0/iv/ivREQKqA9zJUX-Jhyfhk0O3UjpcrwIn9eQkJdoy7nXg.cache +2 -0
  151. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jO/jOjfs6GPegyizYTuhefR0hoqvJe4J-fEpcYh3YhrqJ4.cache +2 -0
  152. data/test/dummy/tmp/cache/assets/sprockets/v3.0/k2/k2-aBXrB3Ke8YR2jbXOK-KL1-gFnQZA8BMyUVq6vM28.cache +2 -0
  153. data/test/dummy/tmp/cache/assets/sprockets/v3.0/kR/kR7RCcZe1MhK3VhrHTdVtDuyc_gWtwP_prnN__H-fmo.cache +1 -0
  154. data/test/dummy/tmp/cache/assets/sprockets/v3.0/kx/kxSJEkFCpkpCr2l5rnTCONAK7O4ay4bebrMIrRZpWqA.cache +1 -0
  155. data/test/dummy/tmp/cache/assets/sprockets/v3.0/lS/lSe3pxGkphIMg-nK8SjzZ8OcqeSQS2a6yQ20RYc_0dk.cache +1 -0
  156. data/test/dummy/tmp/cache/assets/sprockets/v3.0/mI/mIwUHk88xv3gKGUw7SzpwTP3rOrMFYy75WPTed7408I.cache +3 -0
  157. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ml/mlPPQ_PuZqvyjkqOxsyxf9Z9h7EUM1nVB7S_8vdwOgs.cache +1 -0
  158. data/test/dummy/tmp/cache/assets/sprockets/v3.0/my/myACPpweGSS-gMqX0YA0w0C62H9NdKsB9jDPdQz4BIE.cache +4 -0
  159. data/test/dummy/tmp/cache/assets/sprockets/v3.0/n0/n07I1L-Uce4duFJ-hAiLY4Q8-3cVeVqyYhvmJiz1sek.cache +5 -0
  160. data/test/dummy/tmp/cache/assets/sprockets/v3.0/nl/nlOXMwVK0UmpZ97HuC_aYsIeVoMiQ1JjoHuJ32it_GI.cache +2 -0
  161. data/test/dummy/tmp/cache/assets/sprockets/v3.0/oK/oKy1wHj09ucP22ifneb5B76fbj7SWiM3No58wCl49M4.cache +2 -0
  162. data/test/dummy/tmp/cache/assets/sprockets/v3.0/or/orpEqlUEMffwmNrnvkPFFjHqBHcnMsztz2_rJVIrq08.cache +2 -0
  163. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
  164. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pF/pFew-CXURmC3dAcOhoao-57JVKOQZ0F274urmW3UUJs.cache +1 -0
  165. data/test/dummy/tmp/cache/assets/sprockets/v3.0/qL/qLGDMvb5cXCVumOaFR6t4-f0ilgjiaY0Ru4jajg-xKs.cache +1 -0
  166. data/test/dummy/tmp/cache/assets/sprockets/v3.0/r5/r55LHvC-eGrLFwLE2Bw-_pHdzc_9XLvs8KR0-HtrLEk.cache +1 -0
  167. data/test/dummy/tmp/cache/assets/sprockets/v3.0/rK/rKDjyToOy-58z-Eh8VKkPFeL_88p0z3yHHYczF1esx4.cache +1 -0
  168. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ro/roMrMIDKDgzpvUYc_8Pk6DmEIXPwfVerLyA7gjmxrwg.cache +1 -0
  169. data/test/dummy/tmp/cache/assets/sprockets/v3.0/s0/s0GtL5g52-kBCSVfyEUvdOW9w5wt4Z5sW_vQSR5zPAs.cache +1 -0
  170. data/test/dummy/tmp/cache/assets/sprockets/v3.0/sb/sbX9VPvHha5S29JXbdIjbD3KKgXSRpjrKI9SL166z8Q.cache +0 -0
  171. data/test/dummy/tmp/cache/assets/sprockets/v3.0/sd/sdagZgsImDr-xAlAfGYhjidRMllEzy_27c1bSUrDbnQ.cache +1 -0
  172. data/test/dummy/tmp/cache/assets/sprockets/v3.0/tT/tTOwod4C2Nbyv-3EvABxITj2R7JJvBARNwN_NlPE32k.cache +1 -0
  173. data/test/dummy/tmp/cache/assets/sprockets/v3.0/u_/u_dsIjUu-S9yen1qOkk8zEhxGAqiauCL1xu-qxlw47g.cache +1 -0
  174. data/test/dummy/tmp/cache/assets/sprockets/v3.0/uh/uh6Ed-bFb5Dy8KwHoRyMExaoyk1h2VuOvAawRKf5f6k.cache +1 -0
  175. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ut/utTarZyWOtD-F8RcUiTyXrS2uaYNlYtcAvxYUmecX00.cache +1 -0
  176. data/test/dummy/tmp/cache/assets/sprockets/v3.0/v_/v_F3lJ5kUDUp-DSzVPesW4SNq1jbWVZOH5Ih_rB3O1w.cache +1 -0
  177. data/test/dummy/tmp/cache/assets/sprockets/v3.0/vf/vfzPLinMXzNAV9xSXrpnepBKEASknUfSg-D1wvSNa58.cache +2 -0
  178. data/test/dummy/tmp/cache/assets/sprockets/v3.0/vu/vu3zBrNTODffz7MuVyx2zNiieVqB19BQbq14C-3ZxBg.cache +1 -0
  179. data/test/dummy/tmp/cache/assets/sprockets/v3.0/wB/wBk66I_z5OAYQx44c6RAhS62-qRx6w1iNSbTV3SnomU.cache +1 -0
  180. data/test/dummy/tmp/cache/assets/sprockets/v3.0/wE/wE8gMdwbbEsDgcXYGv3snKuG7vfYoMWthYSw_78ppGQ.cache +1 -0
  181. data/test/dummy/tmp/cache/assets/sprockets/v3.0/wz/wzyFAPlTzbm1ES5ryQvw5b7zeiC6tvqthmOQVKJXmRM.cache +1 -0
  182. data/test/dummy/tmp/cache/assets/sprockets/v3.0/xE/xE-cFLL16zfAjmMhOsTo5TR9iF8v1YTfY1RLOcWQaLo.cache +1 -0
  183. data/test/dummy/tmp/cache/assets/sprockets/v3.0/xF/xFwrnVJHHrH2is1PhpFtGKCIQU6LSQkWjv8NBMhz44s.cache +1 -0
  184. data/test/dummy/tmp/cache/assets/sprockets/v3.0/xg/xgO4MCgrxQqFOmo9IuZwbsKXtScKD7SthwwEkOCP0WI.cache +1 -0
  185. data/test/dummy/tmp/cache/assets/sprockets/v3.0/yl/yldjfgmPuMnxRkdEgAWpMwad9_XBl3cChXmwWH2wmvA.cache +1 -0
  186. data/test/dummy/tmp/cache/assets/sprockets/v3.0/z2/z210K89_gqm16e59Z2LTKG3dD-fZGXySmIJoKr7Of18.cache +2 -0
  187. data/test/dummy/tmp/cache/assets/sprockets/v3.0/zB/zByJ2MZFhhrJXoP0yxjtSZCBIn7H4q_F6Cg3s_dZn10.cache +5 -0
  188. data/test/dummy/tmp/cache/assets/sprockets/v3.0/zU/zUVLlkpK0OEVkxk0BCotALBfwznhOtcvqMY8r8swJlo.cache +4 -0
  189. data/test/dummy/tmp/cache/assets/sprockets/v3.0/zr/zrcX7wj8jDf-xZsAQ4Zdkv0Em_gr_6kO1Scvnj8DY0Q.cache +0 -0
  190. data/test/dummy/tmp/capybara/capybara-201610151235015736431907.html +19 -0
  191. data/test/dummy/tmp/capybara/capybara-201610151235481241682092.html +19 -0
  192. data/test/dummy/tmp/capybara/capybara-201610151236295081749283.html +19 -0
  193. data/test/dummy/tmp/capybara/capybara-201610151244534761297004.html +19 -0
  194. data/test/dummy/tmp/capybara/capybara-201610151247561020613886.html +19 -0
  195. data/test/dummy/tmp/capybara/capybara-201610151250216013032317.html +19 -0
  196. data/test/dummy/tmp/capybara/capybara-201610151253307213325474.html +32 -0
  197. data/test/dummy/tmp/capybara/capybara-201610151254071357816674.html +32 -0
  198. data/test/dummy/tmp/capybara/capybara-201610151254331207742056.html +19 -0
  199. data/test/dummy/tmp/capybara/capybara-201610151255247991085105.html +19 -0
  200. data/test/dummy/tmp/capybara/capybara-201610151259365054254918.html +19 -0
  201. data/test/dummy/tmp/capybara/capybara-201610151555033967150779.html +19 -0
  202. data/test/dummy/tmp/capybara/capybara-201610151600114731287846.html +19 -0
  203. data/test/dummy/tmp/capybara/capybara-201610151607304598904430.html +19 -0
  204. data/test/dummy/tmp/capybara/capybara-201610151608364573846650.html +19 -0
  205. data/test/dummy/tmp/capybara/capybara-201610151609309699514344.html +19 -0
  206. data/test/dummy/tmp/capybara/capybara-20161016123203375038998.html +19 -0
  207. data/test/dummy/tmp/capybara/capybara-201610161248574906626986.html +19 -0
  208. data/test/dummy/tmp/capybara/capybara-201610161252592076720975.html +19 -0
  209. data/test/dummy/tmp/capybara/capybara-201610161254117292204591.html +19 -0
  210. data/test/dummy/tmp/capybara/capybara-201610161255378850242089.html +19 -0
  211. data/test/dummy/tmp/capybara/capybara-201610211450328279801348.html +19 -0
  212. data/test/dummy/tmp/capybara/capybara-201610211457492054770742.html +19 -0
  213. data/test/dummy_integration_test.rb +28 -0
  214. data/test/scavenger_test.rb +32 -0
  215. data/test/svg/hejsna.svg +16 -0
  216. data/test/svg/thing.svg +31 -0
  217. data/test/test_helper.rb +34 -0
  218. metadata +525 -0
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
3
+ require_relative '../config/boot'
4
+ require 'rails/commands'
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ require_relative '../config/boot'
3
+ require 'rake'
4
+ Rake.application.run
@@ -0,0 +1,29 @@
1
+ #!/usr/bin/env ruby
2
+ require 'pathname'
3
+
4
+ # path to your application root.
5
+ APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
6
+
7
+ Dir.chdir APP_ROOT do
8
+ # This script is a starting point to setup your application.
9
+ # Add necessary setup steps to this file:
10
+
11
+ puts "== Installing dependencies =="
12
+ system "gem install bundler --conservative"
13
+ system "bundle check || bundle install"
14
+
15
+ # puts "\n== Copying sample files =="
16
+ # unless File.exist?("config/database.yml")
17
+ # system "cp config/database.yml.sample config/database.yml"
18
+ # end
19
+
20
+ puts "\n== Preparing database =="
21
+ system "bin/rake db:setup"
22
+
23
+ puts "\n== Removing old logs and tempfiles =="
24
+ system "rm -f log/*"
25
+ system "rm -rf tmp/cache"
26
+
27
+ puts "\n== Restarting application server =="
28
+ system "touch tmp/restart.txt"
29
+ end
@@ -0,0 +1,4 @@
1
+ # This file is used by Rack-based servers to start the application.
2
+
3
+ require ::File.expand_path('../config/environment', __FILE__)
4
+ run Rails.application
@@ -0,0 +1,34 @@
1
+ require File.expand_path("../boot", __FILE__)
2
+
3
+ # require "rails/all"
4
+ require "rails"
5
+ # Pick the frameworks you want:
6
+ require "active_model/railtie"
7
+ require "active_job/railtie"
8
+ # require "active_record/railtie"
9
+ require "action_controller/railtie"
10
+ require "action_mailer/railtie"
11
+ require "action_view/railtie"
12
+ require "sprockets/railtie"
13
+ require "rails/test_unit/railtie"
14
+
15
+ Bundler.require(*Rails.groups)
16
+ require "scavenger"
17
+
18
+ module Dummy
19
+ class Application < Rails::Application
20
+ # Settings in config/environments/* take precedence over those specified here.
21
+ # Application configuration should go into files in config/initializers
22
+ # -- all .rb files in that directory are automatically loaded.
23
+
24
+ # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
25
+ # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
26
+ # config.time_zone = "Central Time (US & Canada)"
27
+
28
+ # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
29
+ # config.i18n.load_path += Dir[Rails.root.join("my", "locales", "*.{rb,yml}").to_s]
30
+ # config.i18n.default_locale = :de
31
+
32
+ # Do not swallow errors in after_commit/after_rollback callbacks.
33
+ end
34
+ end
@@ -0,0 +1,5 @@
1
+ # Set up gems listed in the Gemfile.
2
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __FILE__)
3
+
4
+ require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
5
+ $LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)
@@ -0,0 +1,5 @@
1
+ # Load the Rails application.
2
+ require File.expand_path('../application', __FILE__)
3
+
4
+ # Initialize the Rails application.
5
+ Rails.application.initialize!
@@ -0,0 +1,41 @@
1
+ Rails.application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # In the development environment your application's code is reloaded on
5
+ # every request. This slows down response time but is perfect for development
6
+ # since you don't have to restart the web server when you make code changes.
7
+ config.cache_classes = false
8
+
9
+ # Do not eager load code on boot.
10
+ config.eager_load = false
11
+
12
+ # Show full error reports and disable caching.
13
+ config.consider_all_requests_local = true
14
+ config.action_controller.perform_caching = false
15
+
16
+ # Don't care if the mailer can't send.
17
+ config.action_mailer.raise_delivery_errors = false
18
+
19
+ # Print deprecation notices to the Rails logger.
20
+ config.active_support.deprecation = :log
21
+
22
+ # Raise an error on page load if there are pending migrations.
23
+ config.active_record.migration_error = :page_load
24
+
25
+ # Debug mode disables concatenation and preprocessing of assets.
26
+ # This option may cause significant delays in view rendering with a large
27
+ # number of complex assets.
28
+ config.assets.debug = true
29
+
30
+ # Asset digests allow you to set far-future HTTP expiration dates on all assets,
31
+ # yet still be able to expire them through the digest params.
32
+ config.assets.digest = true
33
+
34
+ # Adds additional error checking when serving assets at runtime.
35
+ # Checks for improperly declared sprockets dependencies.
36
+ # Raises helpful error messages.
37
+ config.assets.raise_runtime_errors = true
38
+
39
+ # Raises error for missing translations
40
+ # config.action_view.raise_on_missing_translations = true
41
+ end
@@ -0,0 +1,79 @@
1
+ Rails.application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # Code is not reloaded between requests.
5
+ config.cache_classes = true
6
+
7
+ # Eager load code on boot. This eager loads most of Rails and
8
+ # your application in memory, allowing both threaded web servers
9
+ # and those relying on copy on write to perform better.
10
+ # Rake tasks automatically ignore this option for performance.
11
+ config.eager_load = true
12
+
13
+ # Full error reports are disabled and caching is turned on.
14
+ config.consider_all_requests_local = false
15
+ config.action_controller.perform_caching = true
16
+
17
+ # Enable Rack::Cache to put a simple HTTP cache in front of your application
18
+ # Add `rack-cache` to your Gemfile before enabling this.
19
+ # For large-scale production use, consider using a caching reverse proxy like
20
+ # NGINX, varnish or squid.
21
+ # config.action_dispatch.rack_cache = true
22
+
23
+ # Disable serving static files from the `/public` folder by default since
24
+ # Apache or NGINX already handles this.
25
+ config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present?
26
+
27
+ # Compress JavaScripts and CSS.
28
+ config.assets.js_compressor = :uglifier
29
+ # config.assets.css_compressor = :sass
30
+
31
+ # Do not fallback to assets pipeline if a precompiled asset is missed.
32
+ config.assets.compile = false
33
+
34
+ # Asset digests allow you to set far-future HTTP expiration dates on all assets,
35
+ # yet still be able to expire them through the digest params.
36
+ config.assets.digest = true
37
+
38
+ # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
39
+
40
+ # Specifies the header that your server uses for sending files.
41
+ # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
42
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
43
+
44
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
45
+ # config.force_ssl = true
46
+
47
+ # Use the lowest log level to ensure availability of diagnostic information
48
+ # when problems arise.
49
+ config.log_level = :debug
50
+
51
+ # Prepend all log lines with the following tags.
52
+ # config.log_tags = [ :subdomain, :uuid ]
53
+
54
+ # Use a different logger for distributed setups.
55
+ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
56
+
57
+ # Use a different cache store in production.
58
+ # config.cache_store = :mem_cache_store
59
+
60
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server.
61
+ # config.action_controller.asset_host = 'http://assets.example.com'
62
+
63
+ # Ignore bad email addresses and do not raise email delivery errors.
64
+ # Set this to true and configure the email server for immediate delivery to raise delivery errors.
65
+ # config.action_mailer.raise_delivery_errors = false
66
+
67
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
68
+ # the I18n.default_locale when a translation cannot be found).
69
+ config.i18n.fallbacks = true
70
+
71
+ # Send deprecation notices to registered listeners.
72
+ config.active_support.deprecation = :notify
73
+
74
+ # Use default logging formatter so that PID and timestamp are not suppressed.
75
+ config.log_formatter = ::Logger::Formatter.new
76
+
77
+ # Do not dump schema after migrations.
78
+ config.active_record.dump_schema_after_migration = false
79
+ end
@@ -0,0 +1,42 @@
1
+ Rails.application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # The test environment is used exclusively to run your application's
5
+ # test suite. You never need to work with it otherwise. Remember that
6
+ # your test database is "scratch space" for the test suite and is wiped
7
+ # and recreated between test runs. Don't rely on the data there!
8
+ config.cache_classes = true
9
+
10
+ # Do not eager load code on boot. This avoids loading your whole application
11
+ # just for the purpose of running a single test. If you are using a tool that
12
+ # preloads Rails for running tests, you may have to set it to true.
13
+ config.eager_load = false
14
+
15
+ # Configure static file server for tests with Cache-Control for performance.
16
+ config.serve_static_files = true
17
+ config.static_cache_control = 'public, max-age=3600'
18
+
19
+ # Show full error reports and disable caching.
20
+ config.consider_all_requests_local = true
21
+ config.action_controller.perform_caching = false
22
+
23
+ # Raise exceptions instead of rendering exception templates.
24
+ config.action_dispatch.show_exceptions = false
25
+
26
+ # Disable request forgery protection in test environment.
27
+ config.action_controller.allow_forgery_protection = false
28
+
29
+ # Tell Action Mailer not to deliver emails to the real world.
30
+ # The :test delivery method accumulates sent emails in the
31
+ # ActionMailer::Base.deliveries array.
32
+ config.action_mailer.delivery_method = :test
33
+
34
+ # Randomize the order test cases are executed.
35
+ config.active_support.test_order = :random
36
+
37
+ # Print deprecation notices to the stderr.
38
+ config.active_support.deprecation = :stderr
39
+
40
+ # Raises error for missing translations
41
+ # config.action_view.raise_on_missing_translations = true
42
+ end
@@ -0,0 +1,11 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Version of your assets, change this if you want to expire all your assets.
4
+ Rails.application.config.assets.version = '1.0'
5
+
6
+ # Add additional assets to the asset load path
7
+ # Rails.application.config.assets.paths << Emoji.images_path
8
+
9
+ # Precompile additional assets.
10
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
11
+ # Rails.application.config.assets.precompile += %w( search.js )
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Configure sensitive parameters which will be filtered from the log file.
4
+ Rails.application.config.filter_parameters += [:password]
@@ -0,0 +1,16 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format. Inflections
4
+ # are locale specific, and you may define rules for as many different
5
+ # locales as you wish. All of these examples are active by default:
6
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
+ # inflect.plural /^(ox)$/i, '\1en'
8
+ # inflect.singular /^(ox)en/i, '\1'
9
+ # inflect.irregular 'person', 'people'
10
+ # inflect.uncountable %w( fish sheep )
11
+ # end
12
+
13
+ # These inflection rules are supported but not enabled by default:
14
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
+ # inflect.acronym 'RESTful'
16
+ # end
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,2 @@
1
+ Scavenger::Config.svg_directory = Rails.root.join("app", "assets", "svg")
2
+ Scavenger::Config.sprite_path = Rails.root.join("app", "assets", "images", "sprite.svg")
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ root "welcome#index"
3
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: 66b9becaae5792c605a81485c3d8ca31a88c2e3e1db3716daca6b7408450c22d26b2714754a45e26e9c0616ff0d0edda61fe70b4d5a58fb06d4641d4ce5920a4
15
+
16
+ test:
17
+ secret_key_base: fba80ffaa5b8644d4321fedca51441543f77452492b0a7b3ca30fecd0dba7272bfa4691f0dc32f9dbc01364d66b28f548eb9c60f2f20c1f85b7472045223c9b2
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -0,0 +1,3171 @@
1
+ --------------------------------------
2
+ ScavengerTest: test_has_version_number
3
+ --------------------------------------
4
+ -------------------------------------
5
+ ScavengerTest: test_can_compress_file
6
+ -------------------------------------
7
+ ------------------------------------------
8
+ ScavengerTest: test_can_compress_directory
9
+ ------------------------------------------
10
+ --------------------------------------
11
+ ScavengerTest: test_has_version_number
12
+ --------------------------------------
13
+ ------------------------------------------
14
+ ScavengerTest: test_can_compress_directory
15
+ ------------------------------------------
16
+ -------------------------------------
17
+ ScavengerTest: test_can_compress_file
18
+ -------------------------------------
19
+ -------------------------
20
+ ScavengerTest: test_thing
21
+ -------------------------
22
+ -------------------------------------
23
+ ScavengerTest: test_can_compress_file
24
+ -------------------------------------
25
+ -------------------------
26
+ ScavengerTest: test_thing
27
+ -------------------------
28
+ --------------------------------------
29
+ ScavengerTest: test_has_version_number
30
+ --------------------------------------
31
+ ------------------------------------------
32
+ ScavengerTest: test_can_compress_directory
33
+ ------------------------------------------
34
+ --------------------------------------
35
+ ScavengerTest: test_has_version_number
36
+ --------------------------------------
37
+ -------------------------------------
38
+ ScavengerTest: test_can_compress_file
39
+ -------------------------------------
40
+ -------------------------
41
+ ScavengerTest: test_thing
42
+ -------------------------
43
+ ------------------------------------------
44
+ ScavengerTest: test_can_compress_directory
45
+ ------------------------------------------
46
+ ------------------------------------------
47
+ ScavengerTest: test_can_compress_directory
48
+ ------------------------------------------
49
+ -------------------------------------
50
+ ScavengerTest: test_can_compress_file
51
+ -------------------------------------
52
+ --------------------------------------
53
+ ScavengerTest: test_has_version_number
54
+ --------------------------------------
55
+ -------------------------
56
+ ScavengerTest: test_thing
57
+ -------------------------
58
+ --------------------------------
59
+ DummyIntegrationTest: test_thing
60
+ --------------------------------
61
+ -------------------------------------
62
+ ScavengerTest: test_can_compress_file
63
+ -------------------------------------
64
+ ------------------------------------------
65
+ ScavengerTest: test_can_compress_directory
66
+ ------------------------------------------
67
+ --------------------------------------
68
+ ScavengerTest: test_has_version_number
69
+ --------------------------------------
70
+ -------------------------------------
71
+ ScavengerTest: test_can_compress_file
72
+ -------------------------------------
73
+ --------------------------------------
74
+ ScavengerTest: test_has_version_number
75
+ --------------------------------------
76
+ ------------------------------------------
77
+ ScavengerTest: test_can_compress_directory
78
+ ------------------------------------------
79
+ --------------------------------
80
+ DummyIntegrationTest: test_thing
81
+ --------------------------------
82
+ ------------------------------------------
83
+ ScavengerTest: test_can_compress_directory
84
+ ------------------------------------------
85
+ -------------------------------------
86
+ ScavengerTest: test_can_compress_file
87
+ -------------------------------------
88
+ --------------------------------------
89
+ ScavengerTest: test_has_version_number
90
+ --------------------------------------
91
+ --------------------------------
92
+ DummyIntegrationTest: test_thing
93
+ --------------------------------
94
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:22:26 -0500
95
+ Processing by WelcomeController#index as HTML
96
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
97
+ Completed 500 Internal Server Error in 152ms
98
+ ------------------------------------------
99
+ ScavengerTest: test_can_compress_directory
100
+ ------------------------------------------
101
+ --------------------------------------
102
+ ScavengerTest: test_has_version_number
103
+ --------------------------------------
104
+ -------------------------------------
105
+ ScavengerTest: test_can_compress_file
106
+ -------------------------------------
107
+ --------------------------------
108
+ DummyIntegrationTest: test_thing
109
+ --------------------------------
110
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:23:11 -0500
111
+ Processing by WelcomeController#index as HTML
112
+ Rendered welcome/index.html.erb within layouts/application (1.3ms)
113
+ Completed 500 Internal Server Error in 131ms
114
+ ------------------------------------------
115
+ ScavengerTest: test_can_compress_directory
116
+ ------------------------------------------
117
+ --------------------------------------
118
+ ScavengerTest: test_has_version_number
119
+ --------------------------------------
120
+ -------------------------------------
121
+ ScavengerTest: test_can_compress_file
122
+ -------------------------------------
123
+ --------------------------------
124
+ DummyIntegrationTest: test_thing
125
+ --------------------------------
126
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:26:18 -0500
127
+ Processing by WelcomeController#index as HTML
128
+ Rendered welcome/index.html.erb within layouts/application (1.4ms)
129
+ Completed 500 Internal Server Error in 158ms
130
+ ------------------------------------------
131
+ ScavengerTest: test_can_compress_directory
132
+ ------------------------------------------
133
+ -------------------------------------
134
+ ScavengerTest: test_can_compress_file
135
+ -------------------------------------
136
+ --------------------------------------
137
+ ScavengerTest: test_has_version_number
138
+ --------------------------------------
139
+ --------------------------------
140
+ DummyIntegrationTest: test_thing
141
+ --------------------------------
142
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:28:09 -0500
143
+ Processing by WelcomeController#index as HTML
144
+ Rendered welcome/index.html.erb within layouts/application (9.8ms)
145
+ Completed 500 Internal Server Error in 158ms
146
+ --------------------------------
147
+ DummyIntegrationTest: test_thing
148
+ --------------------------------
149
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:34:06 -0500
150
+ Processing by WelcomeController#index as HTML
151
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
152
+ Completed 500 Internal Server Error in 155ms
153
+ -------------------------------------
154
+ ScavengerTest: test_can_compress_file
155
+ -------------------------------------
156
+ ------------------------------------------
157
+ ScavengerTest: test_can_compress_directory
158
+ ------------------------------------------
159
+ --------------------------------------
160
+ ScavengerTest: test_has_version_number
161
+ --------------------------------------
162
+ --------------------------------
163
+ DummyIntegrationTest: test_thing
164
+ --------------------------------
165
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:36:04 -0500
166
+ Processing by WelcomeController#index as HTML
167
+ Rendered welcome/index.html.erb within layouts/application (1.6ms)
168
+ Completed 500 Internal Server Error in 154ms
169
+ ------------------------------------------
170
+ ScavengerTest: test_can_compress_directory
171
+ ------------------------------------------
172
+ -------------------------------------
173
+ ScavengerTest: test_can_compress_file
174
+ -------------------------------------
175
+ --------------------------------------
176
+ ScavengerTest: test_has_version_number
177
+ --------------------------------------
178
+ --------------------------------
179
+ DummyIntegrationTest: test_thing
180
+ --------------------------------
181
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:36:10 -0500
182
+ Processing by WelcomeController#index as HTML
183
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
184
+ Completed 500 Internal Server Error in 151ms
185
+ ------------------------------------------
186
+ ScavengerTest: test_can_compress_directory
187
+ ------------------------------------------
188
+ -------------------------------------
189
+ ScavengerTest: test_can_compress_file
190
+ -------------------------------------
191
+ --------------------------------------
192
+ ScavengerTest: test_has_version_number
193
+ --------------------------------------
194
+ ------------------------------------------
195
+ ScavengerTest: test_can_compress_directory
196
+ ------------------------------------------
197
+ --------------------------------------
198
+ ScavengerTest: test_has_version_number
199
+ --------------------------------------
200
+ -------------------------------------
201
+ ScavengerTest: test_can_compress_file
202
+ -------------------------------------
203
+ --------------------------------
204
+ DummyIntegrationTest: test_thing
205
+ --------------------------------
206
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:36:49 -0500
207
+ Processing by WelcomeController#index as HTML
208
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
209
+ Completed 500 Internal Server Error in 148ms
210
+ ------------------------------------------
211
+ ScavengerTest: test_can_compress_directory
212
+ ------------------------------------------
213
+ --------------------------------------
214
+ ScavengerTest: test_has_version_number
215
+ --------------------------------------
216
+ -------------------------------------
217
+ ScavengerTest: test_can_compress_file
218
+ -------------------------------------
219
+ --------------------------------
220
+ DummyIntegrationTest: test_thing
221
+ --------------------------------
222
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:37:33 -0500
223
+ Processing by WelcomeController#index as HTML
224
+ Rendered welcome/index.html.erb within layouts/application (3.6ms)
225
+ Completed 200 OK in 163ms (Views: 162.8ms)
226
+ ------------------------------------------
227
+ ScavengerTest: test_can_compress_directory
228
+ ------------------------------------------
229
+ --------------------------------------
230
+ ScavengerTest: test_has_version_number
231
+ --------------------------------------
232
+ -------------------------------------
233
+ ScavengerTest: test_can_compress_file
234
+ -------------------------------------
235
+ --------------------------------
236
+ DummyIntegrationTest: test_thing
237
+ --------------------------------
238
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:38:03 -0500
239
+ Processing by WelcomeController#index as HTML
240
+ Rendered welcome/index.html.erb within layouts/application (11.7ms)
241
+ Completed 200 OK in 165ms (Views: 165.1ms)
242
+ ------------------------------------------
243
+ ScavengerTest: test_can_compress_directory
244
+ ------------------------------------------
245
+ --------------------------------------
246
+ ScavengerTest: test_has_version_number
247
+ --------------------------------------
248
+ -------------------------------------
249
+ ScavengerTest: test_can_compress_file
250
+ -------------------------------------
251
+ --------------------------------
252
+ DummyIntegrationTest: test_thing
253
+ --------------------------------
254
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:39:09 -0500
255
+ Processing by WelcomeController#index as HTML
256
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
257
+ Completed 200 OK in 140ms (Views: 140.1ms)
258
+ --------------------------------
259
+ DummyIntegrationTest: test_thing
260
+ --------------------------------
261
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:40:53 -0500
262
+ Processing by WelcomeController#index as HTML
263
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
264
+ Completed 200 OK in 148ms (Views: 148.1ms)
265
+ ------------------------------------------
266
+ ScavengerTest: test_can_compress_directory
267
+ ------------------------------------------
268
+ --------------------------------------
269
+ ScavengerTest: test_has_version_number
270
+ --------------------------------------
271
+ -------------------------------------
272
+ ScavengerTest: test_can_compress_file
273
+ -------------------------------------
274
+ --------------------------------
275
+ DummyIntegrationTest: test_thing
276
+ --------------------------------
277
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:41:44 -0500
278
+ Processing by WelcomeController#index as HTML
279
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
280
+ Completed 200 OK in 143ms (Views: 142.6ms)
281
+ ------------------------------------------
282
+ ScavengerTest: test_can_compress_directory
283
+ ------------------------------------------
284
+ --------------------------------------
285
+ ScavengerTest: test_has_version_number
286
+ --------------------------------------
287
+ -------------------------------------
288
+ ScavengerTest: test_can_compress_file
289
+ -------------------------------------
290
+ --------------------------------------
291
+ ScavengerTest: test_has_version_number
292
+ --------------------------------------
293
+ -------------------------------------
294
+ ScavengerTest: test_can_compress_file
295
+ -------------------------------------
296
+ ------------------------------------------
297
+ ScavengerTest: test_can_compress_directory
298
+ ------------------------------------------
299
+ --------------------------------
300
+ DummyIntegrationTest: test_thing
301
+ --------------------------------
302
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:42:32 -0500
303
+ Processing by WelcomeController#index as HTML
304
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
305
+ Completed 200 OK in 150ms (Views: 149.5ms)
306
+ --------------------------------
307
+ DummyIntegrationTest: test_thing
308
+ --------------------------------
309
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:43:08 -0500
310
+ Processing by WelcomeController#index as HTML
311
+ Rendered welcome/index.html.erb within layouts/application (1.4ms)
312
+ Completed 200 OK in 151ms (Views: 150.7ms)
313
+ --------------------------------------
314
+ ScavengerTest: test_has_version_number
315
+ --------------------------------------
316
+ -------------------------------------
317
+ ScavengerTest: test_can_compress_file
318
+ -------------------------------------
319
+ ------------------------------------------
320
+ ScavengerTest: test_can_compress_directory
321
+ ------------------------------------------
322
+ --------------------------------------
323
+ DummyIntegrationTest: test_has_svg_tag
324
+ --------------------------------------
325
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:47:43 -0500
326
+ Processing by WelcomeController#index as HTML
327
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
328
+ Completed 200 OK in 142ms (Views: 141.8ms)
329
+ ---------------------------------
330
+ DummyIntegrationTest: test_prefix
331
+ ---------------------------------
332
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:47:43 -0500
333
+ Processing by WelcomeController#index as HTML
334
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
335
+ Completed 200 OK in 2ms (Views: 1.8ms)
336
+ ------------------------------------------
337
+ ScavengerTest: test_can_compress_directory
338
+ ------------------------------------------
339
+ --------------------------------------
340
+ ScavengerTest: test_has_version_number
341
+ --------------------------------------
342
+ -------------------------------------
343
+ ScavengerTest: test_can_compress_file
344
+ -------------------------------------
345
+ ------------------------------------------
346
+ ScavengerTest: test_can_compress_directory
347
+ ------------------------------------------
348
+ -------------------------------------
349
+ ScavengerTest: test_can_compress_file
350
+ -------------------------------------
351
+ --------------------------------------
352
+ ScavengerTest: test_has_version_number
353
+ --------------------------------------
354
+ --------------------------------------
355
+ DummyIntegrationTest: test_has_svg_tag
356
+ --------------------------------------
357
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:51:14 -0500
358
+ Processing by WelcomeController#index as HTML
359
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
360
+ Completed 200 OK in 139ms (Views: 138.4ms)
361
+ ---------------------------------
362
+ DummyIntegrationTest: test_prefix
363
+ ---------------------------------
364
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:51:14 -0500
365
+ Processing by WelcomeController#index as HTML
366
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
367
+ Completed 200 OK in 3ms (Views: 3.3ms)
368
+ -----------------------------------------------
369
+ DummyIntegrationTest: test_svg_helper_and_sheet
370
+ -----------------------------------------------
371
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:52:18 -0500
372
+ Processing by WelcomeController#index as HTML
373
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
374
+ Completed 200 OK in 142ms (Views: 142.3ms)
375
+ ---------------------------------
376
+ DummyIntegrationTest: test_prefix
377
+ ---------------------------------
378
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:52:18 -0500
379
+ Processing by WelcomeController#index as HTML
380
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
381
+ Completed 200 OK in 2ms (Views: 2.2ms)
382
+ --------------------------------------
383
+ ScavengerTest: test_has_version_number
384
+ --------------------------------------
385
+ -------------------------------------
386
+ ScavengerTest: test_can_compress_file
387
+ -------------------------------------
388
+ ------------------------------------------
389
+ ScavengerTest: test_can_compress_directory
390
+ ------------------------------------------
391
+ --------------------------------------
392
+ ScavengerTest: test_has_version_number
393
+ --------------------------------------
394
+ -------------------------------------
395
+ ScavengerTest: test_can_compress_file
396
+ -------------------------------------
397
+ ------------------------------------------
398
+ ScavengerTest: test_can_compress_directory
399
+ ------------------------------------------
400
+ ---------------------------------
401
+ DummyIntegrationTest: test_prefix
402
+ ---------------------------------
403
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:52:35 -0500
404
+ Processing by WelcomeController#index as HTML
405
+ Rendered welcome/index.html.erb within layouts/application (1.3ms)
406
+ Completed 200 OK in 158ms (Views: 158.2ms)
407
+ -----------------------------------------------
408
+ DummyIntegrationTest: test_svg_helper_and_sheet
409
+ -----------------------------------------------
410
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:52:35 -0500
411
+ Processing by WelcomeController#index as HTML
412
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
413
+ Completed 200 OK in 2ms (Views: 2.1ms)
414
+ ---------------------------------
415
+ DummyIntegrationTest: test_prefix
416
+ ---------------------------------
417
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:52:54 -0500
418
+ Processing by WelcomeController#index as HTML
419
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
420
+ Completed 200 OK in 149ms (Views: 149.2ms)
421
+ -----------------------------------------------
422
+ DummyIntegrationTest: test_svg_helper_and_sheet
423
+ -----------------------------------------------
424
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:52:54 -0500
425
+ Processing by WelcomeController#index as HTML
426
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
427
+ Completed 200 OK in 2ms (Views: 2.3ms)
428
+ ------------------------------------------
429
+ ScavengerTest: test_can_compress_directory
430
+ ------------------------------------------
431
+ --------------------------------------
432
+ ScavengerTest: test_has_version_number
433
+ --------------------------------------
434
+ -------------------------------------
435
+ ScavengerTest: test_can_compress_file
436
+ -------------------------------------
437
+ --------------------------------------
438
+ ScavengerTest: test_has_version_number
439
+ --------------------------------------
440
+ -------------------------------------
441
+ ScavengerTest: test_can_compress_file
442
+ -------------------------------------
443
+ ------------------------------------------
444
+ ScavengerTest: test_can_compress_directory
445
+ ------------------------------------------
446
+ ---------------------------------
447
+ DummyIntegrationTest: test_prefix
448
+ ---------------------------------
449
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:53:02 -0500
450
+ Processing by WelcomeController#index as HTML
451
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
452
+ Completed 200 OK in 152ms (Views: 151.6ms)
453
+ -----------------------------------------------
454
+ DummyIntegrationTest: test_svg_helper_and_sheet
455
+ -----------------------------------------------
456
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:53:02 -0500
457
+ Processing by WelcomeController#index as HTML
458
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
459
+ Completed 200 OK in 2ms (Views: 1.9ms)
460
+ -------------------------------------
461
+ ScavengerTest: test_can_compress_file
462
+ -------------------------------------
463
+ ------------------------------------------
464
+ ScavengerTest: test_can_compress_directory
465
+ ------------------------------------------
466
+ --------------------------------------
467
+ ScavengerTest: test_has_version_number
468
+ --------------------------------------
469
+ ---------------------------------
470
+ DummyIntegrationTest: test_prefix
471
+ ---------------------------------
472
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:53:12 -0500
473
+ Processing by WelcomeController#index as HTML
474
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
475
+ Completed 200 OK in 145ms (Views: 145.3ms)
476
+ -----------------------------------------------
477
+ DummyIntegrationTest: test_svg_helper_and_sheet
478
+ -----------------------------------------------
479
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:53:12 -0500
480
+ Processing by WelcomeController#index as HTML
481
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
482
+ Completed 200 OK in 3ms (Views: 3.1ms)
483
+ ---------------------------------
484
+ DummyIntegrationTest: test_prefix
485
+ ---------------------------------
486
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:00 -0500
487
+ Processing by WelcomeController#index as HTML
488
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
489
+ Completed 200 OK in 146ms (Views: 145.7ms)
490
+ -----------------------------------------------
491
+ DummyIntegrationTest: test_svg_helper_and_sheet
492
+ -----------------------------------------------
493
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:00 -0500
494
+ Processing by WelcomeController#index as HTML
495
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
496
+ Completed 200 OK in 2ms (Views: 1.8ms)
497
+ ------------------------------------------
498
+ ScavengerTest: test_can_compress_directory
499
+ ------------------------------------------
500
+ -------------------------------------
501
+ ScavengerTest: test_can_compress_file
502
+ -------------------------------------
503
+ --------------------------------------
504
+ ScavengerTest: test_has_version_number
505
+ --------------------------------------
506
+ --------------------------------------
507
+ ScavengerTest: test_has_version_number
508
+ --------------------------------------
509
+ -------------------------------------
510
+ ScavengerTest: test_can_compress_file
511
+ -------------------------------------
512
+ ------------------------------------------
513
+ ScavengerTest: test_can_compress_directory
514
+ ------------------------------------------
515
+ ---------------------------------
516
+ DummyIntegrationTest: test_prefix
517
+ ---------------------------------
518
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:10 -0500
519
+ Processing by WelcomeController#index as HTML
520
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
521
+ Completed 200 OK in 142ms (Views: 141.9ms)
522
+ -----------------------------------------------
523
+ DummyIntegrationTest: test_svg_helper_and_sheet
524
+ -----------------------------------------------
525
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:10 -0500
526
+ Processing by WelcomeController#index as HTML
527
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
528
+ Completed 200 OK in 3ms (Views: 2.7ms)
529
+ ---------------------------------
530
+ DummyIntegrationTest: test_prefix
531
+ ---------------------------------
532
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:27 -0500
533
+ Processing by WelcomeController#index as HTML
534
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
535
+ Completed 200 OK in 142ms (Views: 141.6ms)
536
+ -----------------------------------------------
537
+ DummyIntegrationTest: test_svg_helper_and_sheet
538
+ -----------------------------------------------
539
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:28 -0500
540
+ Processing by WelcomeController#index as HTML
541
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
542
+ Completed 200 OK in 3ms (Views: 2.5ms)
543
+ ------------------------------------------
544
+ ScavengerTest: test_can_compress_directory
545
+ ------------------------------------------
546
+ -------------------------------------
547
+ ScavengerTest: test_can_compress_file
548
+ -------------------------------------
549
+ --------------------------------------
550
+ ScavengerTest: test_has_version_number
551
+ --------------------------------------
552
+ ---------------------------------
553
+ DummyIntegrationTest: test_prefix
554
+ ---------------------------------
555
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:46 -0500
556
+ Processing by WelcomeController#index as HTML
557
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
558
+ Completed 200 OK in 141ms (Views: 141.1ms)
559
+ -----------------------------------------------
560
+ DummyIntegrationTest: test_svg_helper_and_sheet
561
+ -----------------------------------------------
562
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:46 -0500
563
+ Processing by WelcomeController#index as HTML
564
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
565
+ Completed 200 OK in 3ms (Views: 2.8ms)
566
+ --------------------------------------
567
+ ScavengerTest: test_has_version_number
568
+ --------------------------------------
569
+ -------------------------------------
570
+ ScavengerTest: test_can_compress_file
571
+ -------------------------------------
572
+ ------------------------------------------
573
+ ScavengerTest: test_can_compress_directory
574
+ ------------------------------------------
575
+ ---------------------------------
576
+ DummyIntegrationTest: test_prefix
577
+ ---------------------------------
578
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:52 -0500
579
+ Processing by WelcomeController#index as HTML
580
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
581
+ Completed 200 OK in 144ms (Views: 144.2ms)
582
+ -----------------------------------------------
583
+ DummyIntegrationTest: test_svg_helper_and_sheet
584
+ -----------------------------------------------
585
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:55:53 -0500
586
+ Processing by WelcomeController#index as HTML
587
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
588
+ Completed 200 OK in 2ms (Views: 2.0ms)
589
+ -------------------------------------
590
+ ScavengerTest: test_can_compress_file
591
+ -------------------------------------
592
+ ------------------------------------------
593
+ ScavengerTest: test_can_compress_directory
594
+ ------------------------------------------
595
+ --------------------------------------
596
+ ScavengerTest: test_has_version_number
597
+ --------------------------------------
598
+ -------------------------------------
599
+ ScavengerTest: test_can_compress_file
600
+ -------------------------------------
601
+ ------------------------------------------
602
+ ScavengerTest: test_can_compress_directory
603
+ ------------------------------------------
604
+ --------------------------------------
605
+ ScavengerTest: test_has_version_number
606
+ --------------------------------------
607
+ ---------------------------------
608
+ DummyIntegrationTest: test_prefix
609
+ ---------------------------------
610
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:56:04 -0500
611
+ Processing by WelcomeController#index as HTML
612
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
613
+ Completed 200 OK in 141ms (Views: 141.1ms)
614
+ -----------------------------------------------
615
+ DummyIntegrationTest: test_svg_helper_and_sheet
616
+ -----------------------------------------------
617
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:56:04 -0500
618
+ Processing by WelcomeController#index as HTML
619
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
620
+ Completed 200 OK in 2ms (Views: 2.2ms)
621
+ ---------------------------------
622
+ DummyIntegrationTest: test_prefix
623
+ ---------------------------------
624
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:56:10 -0500
625
+ Processing by WelcomeController#index as HTML
626
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
627
+ Completed 200 OK in 150ms (Views: 150.2ms)
628
+ -----------------------------------------------
629
+ DummyIntegrationTest: test_svg_helper_and_sheet
630
+ -----------------------------------------------
631
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:56:11 -0500
632
+ Processing by WelcomeController#index as HTML
633
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
634
+ Completed 200 OK in 2ms (Views: 1.9ms)
635
+ --------------------------------------
636
+ ScavengerTest: test_has_version_number
637
+ --------------------------------------
638
+ -------------------------------------
639
+ ScavengerTest: test_can_compress_file
640
+ -------------------------------------
641
+ ------------------------------------------
642
+ ScavengerTest: test_can_compress_directory
643
+ ------------------------------------------
644
+ ---------------------------------
645
+ DummyIntegrationTest: test_prefix
646
+ ---------------------------------
647
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:57:15 -0500
648
+ Processing by WelcomeController#index as HTML
649
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
650
+ Completed 200 OK in 145ms (Views: 145.3ms)
651
+ -----------------------------------------------
652
+ DummyIntegrationTest: test_svg_helper_and_sheet
653
+ -----------------------------------------------
654
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:57:15 -0500
655
+ Processing by WelcomeController#index as HTML
656
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
657
+ Completed 200 OK in 2ms (Views: 1.8ms)
658
+ ------------------------------------------
659
+ ScavengerTest: test_can_compress_directory
660
+ ------------------------------------------
661
+ -------------------------------------
662
+ ScavengerTest: test_can_compress_file
663
+ -------------------------------------
664
+ --------------------------------------
665
+ ScavengerTest: test_has_version_number
666
+ --------------------------------------
667
+ ------------------------------------------
668
+ ScavengerTest: test_can_compress_directory
669
+ ------------------------------------------
670
+ -------------------------------------
671
+ ScavengerTest: test_can_compress_file
672
+ -------------------------------------
673
+ --------------------------------------
674
+ ScavengerTest: test_has_version_number
675
+ --------------------------------------
676
+ ---------------------------------
677
+ DummyIntegrationTest: test_prefix
678
+ ---------------------------------
679
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:57:27 -0500
680
+ Processing by WelcomeController#index as HTML
681
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
682
+ Completed 200 OK in 141ms (Views: 140.9ms)
683
+ -----------------------------------------------
684
+ DummyIntegrationTest: test_svg_helper_and_sheet
685
+ -----------------------------------------------
686
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:57:27 -0500
687
+ Processing by WelcomeController#index as HTML
688
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
689
+ Completed 200 OK in 2ms (Views: 2.3ms)
690
+ ------------------------------------------
691
+ ScavengerTest: test_can_compress_directory
692
+ ------------------------------------------
693
+ -------------------------------------
694
+ ScavengerTest: test_can_compress_file
695
+ -------------------------------------
696
+ --------------------------------------
697
+ ScavengerTest: test_has_version_number
698
+ --------------------------------------
699
+ -----------------------------------------------
700
+ DummyIntegrationTest: test_svg_helper_and_sheet
701
+ -----------------------------------------------
702
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:58:22 -0500
703
+ Processing by WelcomeController#index as HTML
704
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
705
+ Completed 200 OK in 142ms (Views: 142.1ms)
706
+ ---------------------------------
707
+ DummyIntegrationTest: test_prefix
708
+ ---------------------------------
709
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:58:22 -0500
710
+ Processing by WelcomeController#index as HTML
711
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
712
+ Completed 200 OK in 4ms (Views: 3.3ms)
713
+ -----------------------------------------------
714
+ DummyIntegrationTest: test_svg_helper_and_sheet
715
+ -----------------------------------------------
716
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:58:34 -0500
717
+ Processing by WelcomeController#index as HTML
718
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
719
+ Completed 200 OK in 155ms (Views: 154.4ms)
720
+ ---------------------------------
721
+ DummyIntegrationTest: test_prefix
722
+ ---------------------------------
723
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:58:34 -0500
724
+ Processing by WelcomeController#index as HTML
725
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
726
+ Completed 200 OK in 2ms (Views: 1.9ms)
727
+ --------------------------------------
728
+ ScavengerTest: test_has_version_number
729
+ --------------------------------------
730
+ -------------------------------------
731
+ ScavengerTest: test_can_compress_file
732
+ -------------------------------------
733
+ ------------------------------------------
734
+ ScavengerTest: test_can_compress_directory
735
+ ------------------------------------------
736
+ ---------------------------------
737
+ DummyIntegrationTest: test_prefix
738
+ ---------------------------------
739
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:58:52 -0500
740
+ Processing by WelcomeController#index as HTML
741
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
742
+ Completed 200 OK in 155ms (Views: 155.0ms)
743
+ -----------------------------------------------
744
+ DummyIntegrationTest: test_svg_helper_and_sheet
745
+ -----------------------------------------------
746
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:58:52 -0500
747
+ Processing by WelcomeController#index as HTML
748
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
749
+ Completed 200 OK in 3ms (Views: 2.6ms)
750
+ ------------------------------------------
751
+ ScavengerTest: test_can_compress_directory
752
+ ------------------------------------------
753
+ --------------------------------------
754
+ ScavengerTest: test_has_version_number
755
+ --------------------------------------
756
+ -------------------------------------
757
+ ScavengerTest: test_can_compress_file
758
+ -------------------------------------
759
+ -----------------------------------------------
760
+ DummyIntegrationTest: test_svg_helper_and_sheet
761
+ -----------------------------------------------
762
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:59:42 -0500
763
+ Processing by WelcomeController#index as HTML
764
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
765
+ Completed 200 OK in 139ms (Views: 138.7ms)
766
+ ---------------------------------
767
+ DummyIntegrationTest: test_prefix
768
+ ---------------------------------
769
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:59:42 -0500
770
+ Processing by WelcomeController#index as HTML
771
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
772
+ Completed 200 OK in 2ms (Views: 2.1ms)
773
+ --------------------------------------
774
+ ScavengerTest: test_has_version_number
775
+ --------------------------------------
776
+ -------------------------------------
777
+ ScavengerTest: test_can_compress_file
778
+ -------------------------------------
779
+ ------------------------------------------
780
+ ScavengerTest: test_can_compress_directory
781
+ ------------------------------------------
782
+ ---------------------------------
783
+ DummyIntegrationTest: test_prefix
784
+ ---------------------------------
785
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:59:48 -0500
786
+ Processing by WelcomeController#index as HTML
787
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
788
+ Completed 200 OK in 153ms (Views: 152.5ms)
789
+ -----------------------------------------------
790
+ DummyIntegrationTest: test_svg_helper_and_sheet
791
+ -----------------------------------------------
792
+ Started GET "/" for 127.0.0.1 at 2016-10-15 11:59:48 -0500
793
+ Processing by WelcomeController#index as HTML
794
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
795
+ Completed 200 OK in 3ms (Views: 2.9ms)
796
+ --------------------------------------
797
+ ScavengerTest: test_has_version_number
798
+ --------------------------------------
799
+ ------------------------------------------
800
+ ScavengerTest: test_can_compress_directory
801
+ ------------------------------------------
802
+ -------------------------------------
803
+ ScavengerTest: test_can_compress_file
804
+ -------------------------------------
805
+ ---------------------------------
806
+ DummyIntegrationTest: test_prefix
807
+ ---------------------------------
808
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:01:15 -0500
809
+ Processing by WelcomeController#index as HTML
810
+ Rendered welcome/index.html.erb within layouts/application (1.3ms)
811
+ Completed 200 OK in 147ms (Views: 147.2ms)
812
+ -----------------------------------------------
813
+ DummyIntegrationTest: test_svg_helper_and_sheet
814
+ -----------------------------------------------
815
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:01:15 -0500
816
+ Processing by WelcomeController#index as HTML
817
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
818
+ Completed 200 OK in 2ms (Views: 2.3ms)
819
+ --------------------------------------
820
+ ScavengerTest: test_has_version_number
821
+ --------------------------------------
822
+ -------------------------------------
823
+ ScavengerTest: test_can_compress_file
824
+ -------------------------------------
825
+ ------------------------------------------
826
+ ScavengerTest: test_can_compress_directory
827
+ ------------------------------------------
828
+ --------------------------------------
829
+ ScavengerTest: test_has_version_number
830
+ --------------------------------------
831
+ -------------------------------------
832
+ ScavengerTest: test_can_compress_file
833
+ -------------------------------------
834
+ ------------------------------------------
835
+ ScavengerTest: test_can_compress_directory
836
+ ------------------------------------------
837
+ ---------------------------------
838
+ DummyIntegrationTest: test_prefix
839
+ ---------------------------------
840
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:01:35 -0500
841
+ Processing by WelcomeController#index as HTML
842
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
843
+ Completed 200 OK in 143ms (Views: 142.9ms)
844
+ -----------------------------------------------
845
+ DummyIntegrationTest: test_svg_helper_and_sheet
846
+ -----------------------------------------------
847
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:01:35 -0500
848
+ Processing by WelcomeController#index as HTML
849
+ Rendered welcome/index.html.erb within layouts/application (0.3ms)
850
+ Completed 200 OK in 3ms (Views: 3.2ms)
851
+ ------------------------------------------
852
+ ScavengerTest: test_can_compress_directory
853
+ ------------------------------------------
854
+ --------------------------------------
855
+ ScavengerTest: test_has_version_number
856
+ --------------------------------------
857
+ -------------------------------------
858
+ ScavengerTest: test_can_compress_file
859
+ -------------------------------------
860
+ ---------------------------------
861
+ DummyIntegrationTest: test_prefix
862
+ ---------------------------------
863
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:12:13 -0500
864
+ Processing by WelcomeController#index as HTML
865
+ Rendered welcome/index.html.erb within layouts/application (0.9ms)
866
+ Completed 200 OK in 140ms (Views: 139.6ms)
867
+ -----------------------------------------------
868
+ DummyIntegrationTest: test_svg_helper_and_sheet
869
+ -----------------------------------------------
870
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:12:13 -0500
871
+ Processing by WelcomeController#index as HTML
872
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
873
+ Completed 200 OK in 3ms (Views: 2.4ms)
874
+ -----------------------------------------------
875
+ DummyIntegrationTest: test_svg_helper_and_sheet
876
+ -----------------------------------------------
877
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:12:31 -0500
878
+ Processing by WelcomeController#index as HTML
879
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
880
+ Completed 200 OK in 150ms (Views: 149.8ms)
881
+ ---------------------------------
882
+ DummyIntegrationTest: test_prefix
883
+ ---------------------------------
884
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:12:31 -0500
885
+ Processing by WelcomeController#index as HTML
886
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
887
+ Completed 200 OK in 3ms (Views: 3.0ms)
888
+ ------------------------------------------
889
+ ScavengerTest: test_can_compress_directory
890
+ ------------------------------------------
891
+ -------------------------------------
892
+ ScavengerTest: test_can_compress_file
893
+ -------------------------------------
894
+ --------------------------------------
895
+ ScavengerTest: test_has_version_number
896
+ --------------------------------------
897
+ --------------------------------------
898
+ ScavengerTest: test_has_version_number
899
+ --------------------------------------
900
+ -------------------------------------
901
+ ScavengerTest: test_can_compress_file
902
+ -------------------------------------
903
+ ------------------------------------------
904
+ ScavengerTest: test_can_compress_directory
905
+ ------------------------------------------
906
+ ---------------------------------
907
+ DummyIntegrationTest: test_prefix
908
+ ---------------------------------
909
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:13:06 -0500
910
+ Processing by WelcomeController#index as HTML
911
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
912
+ Completed 200 OK in 147ms (Views: 146.9ms)
913
+ -----------------------------------------------
914
+ DummyIntegrationTest: test_svg_helper_and_sheet
915
+ -----------------------------------------------
916
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:13:06 -0500
917
+ Processing by WelcomeController#index as HTML
918
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
919
+ Completed 200 OK in 4ms (Views: 3.9ms)
920
+ ---------------------------------
921
+ DummyIntegrationTest: test_prefix
922
+ ---------------------------------
923
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:15:03 -0500
924
+ Processing by WelcomeController#index as HTML
925
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
926
+ Completed 200 OK in 150ms (Views: 150.3ms)
927
+ -----------------------------------------------
928
+ DummyIntegrationTest: test_svg_helper_and_sheet
929
+ -----------------------------------------------
930
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:15:03 -0500
931
+ Processing by WelcomeController#index as HTML
932
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
933
+ Completed 200 OK in 2ms (Views: 2.4ms)
934
+ -------------------------------------
935
+ ScavengerTest: test_can_compress_file
936
+ -------------------------------------
937
+ ------------------------------------------
938
+ ScavengerTest: test_can_compress_directory
939
+ ------------------------------------------
940
+ --------------------------------------
941
+ ScavengerTest: test_has_version_number
942
+ --------------------------------------
943
+ ------------------------------------------
944
+ ScavengerTest: test_can_compress_directory
945
+ ------------------------------------------
946
+ -------------------------------------
947
+ ScavengerTest: test_can_compress_file
948
+ -------------------------------------
949
+ --------------------------------------
950
+ ScavengerTest: test_has_version_number
951
+ --------------------------------------
952
+ ---------------------------------
953
+ DummyIntegrationTest: test_prefix
954
+ ---------------------------------
955
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:17:53 -0500
956
+ Processing by WelcomeController#index as HTML
957
+ Rendered welcome/index.html.erb within layouts/application (2.4ms)
958
+ Completed 200 OK in 161ms (Views: 160.7ms)
959
+ -----------------------------------------------
960
+ DummyIntegrationTest: test_svg_helper_and_sheet
961
+ -----------------------------------------------
962
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:17:53 -0500
963
+ Processing by WelcomeController#index as HTML
964
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
965
+ Completed 200 OK in 2ms (Views: 2.3ms)
966
+ ------------------------------------------
967
+ ScavengerTest: test_can_compress_directory
968
+ ------------------------------------------
969
+ -------------------------------------
970
+ ScavengerTest: test_can_compress_file
971
+ -------------------------------------
972
+ --------------------------------------
973
+ ScavengerTest: test_has_version_number
974
+ --------------------------------------
975
+ ---------------------------------
976
+ DummyIntegrationTest: test_prefix
977
+ ---------------------------------
978
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:25:21 -0500
979
+ Processing by WelcomeController#index as HTML
980
+ Rendered welcome/index.html.erb within layouts/application (1.6ms)
981
+ Completed 200 OK in 166ms (Views: 165.8ms)
982
+ -----------------------------------------------
983
+ DummyIntegrationTest: test_svg_helper_and_sheet
984
+ -----------------------------------------------
985
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:25:22 -0500
986
+ Processing by WelcomeController#index as HTML
987
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
988
+ Completed 200 OK in 3ms (Views: 2.5ms)
989
+ ---------------------------------
990
+ DummyIntegrationTest: test_prefix
991
+ ---------------------------------
992
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:26:10 -0500
993
+ Processing by WelcomeController#index as HTML
994
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
995
+ Completed 200 OK in 153ms (Views: 152.6ms)
996
+ -----------------------------------------------
997
+ DummyIntegrationTest: test_svg_helper_and_sheet
998
+ -----------------------------------------------
999
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:26:11 -0500
1000
+ Processing by WelcomeController#index as HTML
1001
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1002
+ Completed 200 OK in 3ms (Views: 3.1ms)
1003
+ -------------------------------------
1004
+ ScavengerTest: test_can_compress_file
1005
+ -------------------------------------
1006
+ --------------------------------------
1007
+ ScavengerTest: test_has_version_number
1008
+ --------------------------------------
1009
+ ------------------------------------------
1010
+ ScavengerTest: test_can_compress_directory
1011
+ ------------------------------------------
1012
+ -------------------------------------
1013
+ ScavengerTest: test_can_compress_file
1014
+ -------------------------------------
1015
+ ------------------------------------------
1016
+ ScavengerTest: test_can_compress_directory
1017
+ ------------------------------------------
1018
+ --------------------------------------
1019
+ ScavengerTest: test_has_version_number
1020
+ --------------------------------------
1021
+ ---------------------------------
1022
+ DummyIntegrationTest: test_prefix
1023
+ ---------------------------------
1024
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:27:13 -0500
1025
+ Processing by WelcomeController#index as HTML
1026
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
1027
+ Completed 200 OK in 174ms (Views: 174.2ms)
1028
+ -----------------------------------------------
1029
+ DummyIntegrationTest: test_svg_helper_and_sheet
1030
+ -----------------------------------------------
1031
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:27:13 -0500
1032
+ Processing by WelcomeController#index as HTML
1033
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1034
+ Completed 200 OK in 3ms (Views: 2.4ms)
1035
+ ------------------------------------------
1036
+ ScavengerTest: test_can_compress_directory
1037
+ ------------------------------------------
1038
+ -------------------------------------
1039
+ ScavengerTest: test_can_compress_file
1040
+ -------------------------------------
1041
+ --------------------------------------
1042
+ ScavengerTest: test_has_version_number
1043
+ --------------------------------------
1044
+ -----------------------------------------------
1045
+ DummyIntegrationTest: test_svg_helper_and_sheet
1046
+ -----------------------------------------------
1047
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:30:47 -0500
1048
+ Processing by WelcomeController#index as HTML
1049
+ Rendered welcome/index.html.erb within layouts/application (1.3ms)
1050
+ Completed 200 OK in 160ms (Views: 160.1ms)
1051
+ ---------------------------------
1052
+ DummyIntegrationTest: test_prefix
1053
+ ---------------------------------
1054
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:30:47 -0500
1055
+ Processing by WelcomeController#index as HTML
1056
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1057
+ Completed 200 OK in 3ms (Views: 3.3ms)
1058
+ ---------------------------------
1059
+ DummyIntegrationTest: test_prefix
1060
+ ---------------------------------
1061
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:31:44 -0500
1062
+ Processing by WelcomeController#index as HTML
1063
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
1064
+ Completed 200 OK in 144ms (Views: 144.3ms)
1065
+ -----------------------------------------------
1066
+ DummyIntegrationTest: test_svg_helper_and_sheet
1067
+ -----------------------------------------------
1068
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:31:44 -0500
1069
+ Processing by WelcomeController#index as HTML
1070
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1071
+ Completed 200 OK in 3ms (Views: 2.6ms)
1072
+ -------------------------------------
1073
+ ScavengerTest: test_can_compress_file
1074
+ -------------------------------------
1075
+ ------------------------------------------
1076
+ ScavengerTest: test_can_compress_directory
1077
+ ------------------------------------------
1078
+ --------------------------------------
1079
+ ScavengerTest: test_has_version_number
1080
+ --------------------------------------
1081
+ ------------------------------------------
1082
+ ScavengerTest: test_can_compress_directory
1083
+ ------------------------------------------
1084
+ -------------------------------------
1085
+ ScavengerTest: test_can_compress_file
1086
+ -------------------------------------
1087
+ --------------------------------------
1088
+ ScavengerTest: test_has_version_number
1089
+ --------------------------------------
1090
+ -----------------------------------------------
1091
+ DummyIntegrationTest: test_svg_helper_and_sheet
1092
+ -----------------------------------------------
1093
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:31:49 -0500
1094
+ Processing by WelcomeController#index as HTML
1095
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
1096
+ Completed 200 OK in 174ms (Views: 173.9ms)
1097
+ ---------------------------------
1098
+ DummyIntegrationTest: test_prefix
1099
+ ---------------------------------
1100
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:31:49 -0500
1101
+ Processing by WelcomeController#index as HTML
1102
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1103
+ Completed 200 OK in 3ms (Views: 2.5ms)
1104
+ --------------------------------------
1105
+ ScavengerTest: test_has_version_number
1106
+ --------------------------------------
1107
+ -------------------------------------
1108
+ ScavengerTest: test_can_compress_file
1109
+ -------------------------------------
1110
+ ------------------------------------------
1111
+ ScavengerTest: test_can_compress_directory
1112
+ ------------------------------------------
1113
+ ---------------------------------
1114
+ DummyIntegrationTest: test_prefix
1115
+ ---------------------------------
1116
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:34:21 -0500
1117
+ Processing by WelcomeController#index as HTML
1118
+ Rendered welcome/index.html.erb within layouts/application (1.4ms)
1119
+ Completed 200 OK in 155ms (Views: 155.2ms)
1120
+ -----------------------------------------------
1121
+ DummyIntegrationTest: test_svg_helper_and_sheet
1122
+ -----------------------------------------------
1123
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:34:21 -0500
1124
+ Processing by WelcomeController#index as HTML
1125
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1126
+ Completed 200 OK in 3ms (Views: 2.5ms)
1127
+ ---------------------------------
1128
+ DummyIntegrationTest: test_prefix
1129
+ ---------------------------------
1130
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:35:01 -0500
1131
+ Processing by WelcomeController#index as HTML
1132
+ Rendered welcome/index.html.erb within layouts/application (1.6ms)
1133
+ Completed 200 OK in 145ms (Views: 145.3ms)
1134
+ -----------------------------------------------
1135
+ DummyIntegrationTest: test_svg_helper_and_sheet
1136
+ -----------------------------------------------
1137
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:35:01 -0500
1138
+ Processing by WelcomeController#index as HTML
1139
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
1140
+ Completed 200 OK in 4ms (Views: 3.6ms)
1141
+ ------------------------------------------
1142
+ ScavengerTest: test_can_compress_directory
1143
+ ------------------------------------------
1144
+ -------------------------------------
1145
+ ScavengerTest: test_can_compress_file
1146
+ -------------------------------------
1147
+ --------------------------------------
1148
+ ScavengerTest: test_has_version_number
1149
+ --------------------------------------
1150
+ ---------------------------------
1151
+ DummyIntegrationTest: test_prefix
1152
+ ---------------------------------
1153
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:35:48 -0500
1154
+ Processing by WelcomeController#index as HTML
1155
+ Rendered welcome/index.html.erb within layouts/application (1.6ms)
1156
+ Completed 200 OK in 158ms (Views: 157.8ms)
1157
+ -----------------------------------------------
1158
+ DummyIntegrationTest: test_svg_helper_and_sheet
1159
+ -----------------------------------------------
1160
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:35:48 -0500
1161
+ Processing by WelcomeController#index as HTML
1162
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1163
+ Completed 200 OK in 3ms (Views: 2.6ms)
1164
+ -------------------------------------
1165
+ ScavengerTest: test_can_compress_file
1166
+ -------------------------------------
1167
+ ------------------------------------------
1168
+ ScavengerTest: test_can_compress_directory
1169
+ ------------------------------------------
1170
+ --------------------------------------
1171
+ ScavengerTest: test_has_version_number
1172
+ --------------------------------------
1173
+ ------------------------------------------
1174
+ ScavengerTest: test_can_compress_directory
1175
+ ------------------------------------------
1176
+ -------------------------------------
1177
+ ScavengerTest: test_can_compress_file
1178
+ -------------------------------------
1179
+ --------------------------------------
1180
+ ScavengerTest: test_has_version_number
1181
+ --------------------------------------
1182
+ ---------------------------------
1183
+ DummyIntegrationTest: test_prefix
1184
+ ---------------------------------
1185
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:36:28 -0500
1186
+ Processing by WelcomeController#index as HTML
1187
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
1188
+ Completed 200 OK in 166ms (Views: 165.5ms)
1189
+ -----------------------------------------------
1190
+ DummyIntegrationTest: test_svg_helper_and_sheet
1191
+ -----------------------------------------------
1192
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:36:29 -0500
1193
+ Processing by WelcomeController#index as HTML
1194
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1195
+ Completed 200 OK in 3ms (Views: 2.5ms)
1196
+ -------------------------------------
1197
+ ScavengerTest: test_can_compress_file
1198
+ -------------------------------------
1199
+ ------------------------------------------
1200
+ ScavengerTest: test_can_compress_directory
1201
+ ------------------------------------------
1202
+ --------------------------------------
1203
+ ScavengerTest: test_has_version_number
1204
+ --------------------------------------
1205
+ ---------------------------------
1206
+ DummyIntegrationTest: test_prefix
1207
+ ---------------------------------
1208
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:44:52 -0500
1209
+ Processing by WelcomeController#index as HTML
1210
+ Rendered welcome/index.html.erb within layouts/application (1.3ms)
1211
+ Completed 200 OK in 167ms (Views: 167.0ms)
1212
+ -----------------------------------------------
1213
+ DummyIntegrationTest: test_svg_helper_and_sheet
1214
+ -----------------------------------------------
1215
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:44:53 -0500
1216
+ Processing by WelcomeController#index as HTML
1217
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1218
+ Completed 200 OK in 3ms (Views: 2.8ms)
1219
+ ------------------------------------------
1220
+ ScavengerTest: test_can_compress_directory
1221
+ ------------------------------------------
1222
+ -------------------------------------
1223
+ ScavengerTest: test_can_compress_file
1224
+ -------------------------------------
1225
+ --------------------------------------
1226
+ ScavengerTest: test_has_version_number
1227
+ --------------------------------------
1228
+ -----------------------------------------------
1229
+ DummyIntegrationTest: test_svg_helper_and_sheet
1230
+ -----------------------------------------------
1231
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:47:55 -0500
1232
+ Processing by WelcomeController#index as HTML
1233
+ Rendered welcome/index.html.erb within layouts/application (1.4ms)
1234
+ Completed 200 OK in 181ms (Views: 180.6ms)
1235
+ ---------------------------------
1236
+ DummyIntegrationTest: test_prefix
1237
+ ---------------------------------
1238
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:47:56 -0500
1239
+ Processing by WelcomeController#index as HTML
1240
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1241
+ Completed 200 OK in 4ms (Views: 3.8ms)
1242
+ ---------------------------------
1243
+ DummyIntegrationTest: test_prefix
1244
+ ---------------------------------
1245
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:50:20 -0500
1246
+ Processing by WelcomeController#index as HTML
1247
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1248
+ Completed 200 OK in 149ms (Views: 148.7ms)
1249
+ -----------------------------------------------
1250
+ DummyIntegrationTest: test_svg_helper_and_sheet
1251
+ -----------------------------------------------
1252
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:50:21 -0500
1253
+ Processing by WelcomeController#index as HTML
1254
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1255
+ Completed 200 OK in 3ms (Views: 2.8ms)
1256
+ --------------------------------------
1257
+ ScavengerTest: test_has_version_number
1258
+ --------------------------------------
1259
+ -------------------------------------
1260
+ ScavengerTest: test_can_compress_file
1261
+ -------------------------------------
1262
+ ------------------------------------------
1263
+ ScavengerTest: test_can_compress_directory
1264
+ ------------------------------------------
1265
+ --------------------------------------
1266
+ ScavengerTest: test_has_version_number
1267
+ --------------------------------------
1268
+ -------------------------------------
1269
+ ScavengerTest: test_can_compress_file
1270
+ -------------------------------------
1271
+ ------------------------------------------
1272
+ ScavengerTest: test_can_compress_directory
1273
+ ------------------------------------------
1274
+ ---------------------------------
1275
+ DummyIntegrationTest: test_prefix
1276
+ ---------------------------------
1277
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:53:30 -0500
1278
+ Processing by WelcomeController#index as HTML
1279
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
1280
+ Completed 200 OK in 161ms (Views: 160.8ms)
1281
+ -----------------------------------------------
1282
+ DummyIntegrationTest: test_svg_helper_and_sheet
1283
+ -----------------------------------------------
1284
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:53:30 -0500
1285
+ Processing by WelcomeController#index as HTML
1286
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
1287
+ Completed 200 OK in 4ms (Views: 4.3ms)
1288
+ --------------------------------------
1289
+ ScavengerTest: test_has_version_number
1290
+ --------------------------------------
1291
+ -------------------------------------
1292
+ ScavengerTest: test_can_compress_file
1293
+ -------------------------------------
1294
+ ------------------------------------------
1295
+ ScavengerTest: test_can_compress_directory
1296
+ ------------------------------------------
1297
+ ---------------------------------
1298
+ DummyIntegrationTest: test_prefix
1299
+ ---------------------------------
1300
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:54:07 -0500
1301
+ Processing by WelcomeController#index as HTML
1302
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
1303
+ Completed 200 OK in 158ms (Views: 157.9ms)
1304
+ -----------------------------------------------
1305
+ DummyIntegrationTest: test_svg_helper_and_sheet
1306
+ -----------------------------------------------
1307
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:54:07 -0500
1308
+ Processing by WelcomeController#index as HTML
1309
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1310
+ Completed 200 OK in 4ms (Views: 3.5ms)
1311
+ ---------------------------------
1312
+ DummyIntegrationTest: test_prefix
1313
+ ---------------------------------
1314
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:54:33 -0500
1315
+ Processing by WelcomeController#index as HTML
1316
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
1317
+ Completed 200 OK in 146ms (Views: 146.3ms)
1318
+ -----------------------------------------------
1319
+ DummyIntegrationTest: test_svg_helper_and_sheet
1320
+ -----------------------------------------------
1321
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:54:33 -0500
1322
+ Processing by WelcomeController#index as HTML
1323
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1324
+ Completed 200 OK in 3ms (Views: 2.5ms)
1325
+ -------------------------------------
1326
+ ScavengerTest: test_can_compress_file
1327
+ -------------------------------------
1328
+ --------------------------------------
1329
+ ScavengerTest: test_has_version_number
1330
+ --------------------------------------
1331
+ ------------------------------------------
1332
+ ScavengerTest: test_can_compress_directory
1333
+ ------------------------------------------
1334
+ -----------------------------------------------
1335
+ DummyIntegrationTest: test_svg_helper_and_sheet
1336
+ -----------------------------------------------
1337
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:55:23 -0500
1338
+ Processing by WelcomeController#index as HTML
1339
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1340
+ Completed 200 OK in 151ms (Views: 150.4ms)
1341
+ ---------------------------------
1342
+ DummyIntegrationTest: test_prefix
1343
+ ---------------------------------
1344
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:55:24 -0500
1345
+ Processing by WelcomeController#index as HTML
1346
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1347
+ Completed 200 OK in 2ms (Views: 2.4ms)
1348
+ -------------------------------------
1349
+ ScavengerTest: test_can_compress_file
1350
+ -------------------------------------
1351
+ ------------------------------------------
1352
+ ScavengerTest: test_can_compress_directory
1353
+ ------------------------------------------
1354
+ --------------------------------------
1355
+ ScavengerTest: test_has_version_number
1356
+ --------------------------------------
1357
+ ---------------------------------
1358
+ DummyIntegrationTest: test_prefix
1359
+ ---------------------------------
1360
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:59:25 -0500
1361
+ Processing by WelcomeController#index as HTML
1362
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
1363
+ Completed 500 Internal Server Error in 155ms
1364
+ -----------------------------------------------
1365
+ DummyIntegrationTest: test_svg_helper_and_sheet
1366
+ -----------------------------------------------
1367
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:59:25 -0500
1368
+ Processing by WelcomeController#index as HTML
1369
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1370
+ Completed 500 Internal Server Error in 3ms
1371
+ ------------------------------------------
1372
+ ScavengerTest: test_can_compress_directory
1373
+ ------------------------------------------
1374
+ -------------------------------------
1375
+ ScavengerTest: test_can_compress_file
1376
+ -------------------------------------
1377
+ --------------------------------------
1378
+ ScavengerTest: test_has_version_number
1379
+ --------------------------------------
1380
+ ---------------------------------
1381
+ DummyIntegrationTest: test_prefix
1382
+ ---------------------------------
1383
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:59:36 -0500
1384
+ Processing by WelcomeController#index as HTML
1385
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1386
+ Completed 200 OK in 148ms (Views: 148.3ms)
1387
+ -----------------------------------------------
1388
+ DummyIntegrationTest: test_svg_helper_and_sheet
1389
+ -----------------------------------------------
1390
+ Started GET "/" for 127.0.0.1 at 2016-10-15 12:59:36 -0500
1391
+ Processing by WelcomeController#index as HTML
1392
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1393
+ Completed 200 OK in 3ms (Views: 3.1ms)
1394
+ --------------------------------------
1395
+ ScavengerTest: test_has_version_number
1396
+ --------------------------------------
1397
+ -------------------------------------
1398
+ ScavengerTest: test_can_compress_file
1399
+ -------------------------------------
1400
+ ------------------------------------------
1401
+ ScavengerTest: test_can_compress_directory
1402
+ ------------------------------------------
1403
+ --------------------------------------
1404
+ ScavengerTest: test_has_version_number
1405
+ --------------------------------------
1406
+ ------------------------------------------
1407
+ ScavengerTest: test_can_compress_directory
1408
+ ------------------------------------------
1409
+ -------------------------------------
1410
+ ScavengerTest: test_can_compress_file
1411
+ -------------------------------------
1412
+ ---------------------------------
1413
+ DummyIntegrationTest: test_prefix
1414
+ ---------------------------------
1415
+ Started GET "/" for 127.0.0.1 at 2016-10-15 15:55:03 -0500
1416
+ Processing by WelcomeController#index as HTML
1417
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
1418
+ Completed 200 OK in 169ms (Views: 168.3ms)
1419
+ -----------------------------------------------
1420
+ DummyIntegrationTest: test_svg_helper_and_sheet
1421
+ -----------------------------------------------
1422
+ Started GET "/" for 127.0.0.1 at 2016-10-15 15:55:03 -0500
1423
+ Processing by WelcomeController#index as HTML
1424
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1425
+ Completed 200 OK in 2ms (Views: 2.3ms)
1426
+ ---------------------------------
1427
+ DummyIntegrationTest: test_prefix
1428
+ ---------------------------------
1429
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:00:11 -0500
1430
+ Processing by WelcomeController#index as HTML
1431
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
1432
+ Completed 200 OK in 142ms (Views: 141.4ms)
1433
+ -----------------------------------------------
1434
+ DummyIntegrationTest: test_svg_helper_and_sheet
1435
+ -----------------------------------------------
1436
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:00:11 -0500
1437
+ Processing by WelcomeController#index as HTML
1438
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1439
+ Completed 200 OK in 3ms (Views: 2.8ms)
1440
+ ------------------------------------------
1441
+ ScavengerTest: test_can_compress_directory
1442
+ ------------------------------------------
1443
+ --------------------------------------
1444
+ ScavengerTest: test_has_version_number
1445
+ --------------------------------------
1446
+ -------------------------------------
1447
+ ScavengerTest: test_can_compress_file
1448
+ -------------------------------------
1449
+ ---------------------------------
1450
+ DummyIntegrationTest: test_prefix
1451
+ ---------------------------------
1452
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:07:06 -0500
1453
+ Processing by WelcomeController#index as HTML
1454
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
1455
+ Completed 500 Internal Server Error in 156ms
1456
+ -----------------------------------------------
1457
+ DummyIntegrationTest: test_svg_helper_and_sheet
1458
+ -----------------------------------------------
1459
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:07:06 -0500
1460
+ Processing by WelcomeController#index as HTML
1461
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1462
+ Completed 500 Internal Server Error in 3ms
1463
+ -------------------------------------
1464
+ ScavengerTest: test_can_compress_file
1465
+ -------------------------------------
1466
+ ------------------------------------------
1467
+ ScavengerTest: test_can_compress_directory
1468
+ ------------------------------------------
1469
+ --------------------------------------
1470
+ ScavengerTest: test_has_version_number
1471
+ --------------------------------------
1472
+ ---------------------------------
1473
+ DummyIntegrationTest: test_prefix
1474
+ ---------------------------------
1475
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:07:30 -0500
1476
+ Processing by WelcomeController#index as HTML
1477
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1478
+ Completed 200 OK in 145ms (Views: 144.7ms)
1479
+ -----------------------------------------------
1480
+ DummyIntegrationTest: test_svg_helper_and_sheet
1481
+ -----------------------------------------------
1482
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:07:30 -0500
1483
+ Processing by WelcomeController#index as HTML
1484
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1485
+ Completed 200 OK in 3ms (Views: 2.6ms)
1486
+ -------------------------------------
1487
+ ScavengerTest: test_can_compress_file
1488
+ -------------------------------------
1489
+ ------------------------------------------
1490
+ ScavengerTest: test_can_compress_directory
1491
+ ------------------------------------------
1492
+ --------------------------------------
1493
+ ScavengerTest: test_has_version_number
1494
+ --------------------------------------
1495
+ ---------------------------------
1496
+ DummyIntegrationTest: test_prefix
1497
+ ---------------------------------
1498
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:08:36 -0500
1499
+ Processing by WelcomeController#index as HTML
1500
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1501
+ Completed 200 OK in 149ms (Views: 148.5ms)
1502
+ -----------------------------------------------
1503
+ DummyIntegrationTest: test_svg_helper_and_sheet
1504
+ -----------------------------------------------
1505
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:08:36 -0500
1506
+ Processing by WelcomeController#index as HTML
1507
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1508
+ Completed 200 OK in 3ms (Views: 2.6ms)
1509
+ ------------------------------------------
1510
+ ScavengerTest: test_can_compress_directory
1511
+ ------------------------------------------
1512
+ -------------------------------------
1513
+ ScavengerTest: test_can_compress_file
1514
+ -------------------------------------
1515
+ --------------------------------------
1516
+ ScavengerTest: test_has_version_number
1517
+ --------------------------------------
1518
+ ------------------------------------------
1519
+ ScavengerTest: test_can_compress_directory
1520
+ ------------------------------------------
1521
+ --------------------------------------
1522
+ ScavengerTest: test_has_version_number
1523
+ --------------------------------------
1524
+ -------------------------------------
1525
+ ScavengerTest: test_can_compress_file
1526
+ -------------------------------------
1527
+ -----------------------------------------------
1528
+ DummyIntegrationTest: test_svg_helper_and_sheet
1529
+ -----------------------------------------------
1530
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:09:30 -0500
1531
+ Processing by WelcomeController#index as HTML
1532
+ Rendered welcome/index.html.erb within layouts/application (1.3ms)
1533
+ Completed 200 OK in 178ms (Views: 178.2ms)
1534
+ ---------------------------------
1535
+ DummyIntegrationTest: test_prefix
1536
+ ---------------------------------
1537
+ Started GET "/" for 127.0.0.1 at 2016-10-15 16:09:30 -0500
1538
+ Processing by WelcomeController#index as HTML
1539
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1540
+ Completed 200 OK in 4ms (Views: 3.7ms)
1541
+ ------------------------------------------
1542
+ ScavengerTest: test_can_compress_directory
1543
+ ------------------------------------------
1544
+ -------------------------------------
1545
+ ScavengerTest: test_can_compress_file
1546
+ -------------------------------------
1547
+ --------------------------------------
1548
+ ScavengerTest: test_has_version_number
1549
+ --------------------------------------
1550
+ ---------------------------------
1551
+ DummyIntegrationTest: test_prefix
1552
+ ---------------------------------
1553
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:32:02 -0500
1554
+ Processing by WelcomeController#index as HTML
1555
+ Rendered welcome/index.html.erb within layouts/application (2.2ms)
1556
+ Completed 200 OK in 179ms (Views: 178.6ms)
1557
+ -----------------------------------------------
1558
+ DummyIntegrationTest: test_svg_helper_and_sheet
1559
+ -----------------------------------------------
1560
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:32:03 -0500
1561
+ Processing by WelcomeController#index as HTML
1562
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1563
+ Completed 200 OK in 3ms (Views: 2.6ms)
1564
+ ------------------------------------------
1565
+ ScavengerTest: test_can_compress_directory
1566
+ ------------------------------------------
1567
+ --------------------------------------
1568
+ ScavengerTest: test_has_version_number
1569
+ --------------------------------------
1570
+ -------------------------------------
1571
+ ScavengerTest: test_can_compress_file
1572
+ -------------------------------------
1573
+ -----------------------------------------------
1574
+ DummyIntegrationTest: test_svg_helper_and_sheet
1575
+ -----------------------------------------------
1576
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:48:57 -0500
1577
+ Processing by WelcomeController#index as HTML
1578
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
1579
+ Completed 200 OK in 164ms (Views: 163.4ms)
1580
+ ---------------------------------
1581
+ DummyIntegrationTest: test_prefix
1582
+ ---------------------------------
1583
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:48:57 -0500
1584
+ Processing by WelcomeController#index as HTML
1585
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1586
+ Completed 200 OK in 3ms (Views: 2.7ms)
1587
+ ------------------------------------------
1588
+ ScavengerTest: test_can_compress_directory
1589
+ ------------------------------------------
1590
+ -------------------------------------
1591
+ ScavengerTest: test_can_compress_file
1592
+ -------------------------------------
1593
+ --------------------------------------
1594
+ ScavengerTest: test_has_version_number
1595
+ --------------------------------------
1596
+ ---------------------------------
1597
+ DummyIntegrationTest: test_prefix
1598
+ ---------------------------------
1599
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:50:00 -0500
1600
+ Processing by WelcomeController#index as HTML
1601
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1602
+ Completed 500 Internal Server Error in 155ms
1603
+ -----------------------------------------------
1604
+ DummyIntegrationTest: test_svg_helper_and_sheet
1605
+ -----------------------------------------------
1606
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:50:00 -0500
1607
+ Processing by WelcomeController#index as HTML
1608
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
1609
+ Completed 500 Internal Server Error in 4ms
1610
+ ---------------------------------
1611
+ DummyIntegrationTest: test_prefix
1612
+ ---------------------------------
1613
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:50:17 -0500
1614
+ Processing by WelcomeController#index as HTML
1615
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1616
+ Completed 200 OK in 159385ms (Views: 159387.2ms)
1617
+ -----------------------------------------------
1618
+ DummyIntegrationTest: test_svg_helper_and_sheet
1619
+ -----------------------------------------------
1620
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:52:56 -0500
1621
+ Processing by WelcomeController#index as HTML
1622
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1623
+ Completed 200 OK in 2581ms (Views: 2580.6ms)
1624
+ -------------------------------------
1625
+ ScavengerTest: test_can_compress_file
1626
+ -------------------------------------
1627
+ ------------------------------------------
1628
+ ScavengerTest: test_can_compress_directory
1629
+ ------------------------------------------
1630
+ --------------------------------------
1631
+ ScavengerTest: test_has_version_number
1632
+ --------------------------------------
1633
+ ------------------------------------------
1634
+ ScavengerTest: test_can_compress_directory
1635
+ ------------------------------------------
1636
+ -------------------------------------
1637
+ ScavengerTest: test_can_compress_file
1638
+ -------------------------------------
1639
+ --------------------------------------
1640
+ ScavengerTest: test_has_version_number
1641
+ --------------------------------------
1642
+ ---------------------------------
1643
+ DummyIntegrationTest: test_prefix
1644
+ ---------------------------------
1645
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:54:01 -0500
1646
+ Processing by WelcomeController#index as HTML
1647
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1648
+ Completed 500 Internal Server Error in 156ms
1649
+ -----------------------------------------------
1650
+ DummyIntegrationTest: test_svg_helper_and_sheet
1651
+ -----------------------------------------------
1652
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:54:01 -0500
1653
+ Processing by WelcomeController#index as HTML
1654
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
1655
+ Completed 500 Internal Server Error in 5ms
1656
+ -------------------------------------
1657
+ ScavengerTest: test_can_compress_file
1658
+ -------------------------------------
1659
+ ------------------------------------------
1660
+ ScavengerTest: test_can_compress_directory
1661
+ ------------------------------------------
1662
+ --------------------------------------
1663
+ ScavengerTest: test_has_version_number
1664
+ --------------------------------------
1665
+ -----------------------------------------------
1666
+ DummyIntegrationTest: test_svg_helper_and_sheet
1667
+ -----------------------------------------------
1668
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:54:11 -0500
1669
+ Processing by WelcomeController#index as HTML
1670
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
1671
+ Completed 200 OK in 159ms (Views: 158.5ms)
1672
+ ---------------------------------
1673
+ DummyIntegrationTest: test_prefix
1674
+ ---------------------------------
1675
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:54:11 -0500
1676
+ Processing by WelcomeController#index as HTML
1677
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1678
+ Completed 200 OK in 2ms (Views: 2.1ms)
1679
+ ---------------------------------
1680
+ DummyIntegrationTest: test_prefix
1681
+ ---------------------------------
1682
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:55:36 -0500
1683
+ Processing by WelcomeController#index as HTML
1684
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1685
+ Completed 200 OK in 146ms (Views: 145.3ms)
1686
+ -----------------------------------------------
1687
+ DummyIntegrationTest: test_svg_helper_and_sheet
1688
+ -----------------------------------------------
1689
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:55:37 -0500
1690
+ Processing by WelcomeController#index as HTML
1691
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1692
+ Completed 200 OK in 3ms (Views: 2.7ms)
1693
+ ------------------------------------------
1694
+ ScavengerTest: test_can_compress_directory
1695
+ ------------------------------------------
1696
+ -------------------------------------
1697
+ ScavengerTest: test_can_compress_file
1698
+ -------------------------------------
1699
+ --------------------------------------
1700
+ ScavengerTest: test_has_version_number
1701
+ --------------------------------------
1702
+ ---------------------------------
1703
+ DummyIntegrationTest: test_prefix
1704
+ ---------------------------------
1705
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:59:37 -0500
1706
+ Processing by WelcomeController#index as HTML
1707
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1708
+ Completed 200 OK in 148ms (Views: 148.2ms)
1709
+ -----------------------------------------------
1710
+ DummyIntegrationTest: test_svg_helper_and_sheet
1711
+ -----------------------------------------------
1712
+ Started GET "/" for 127.0.0.1 at 2016-10-16 12:59:38 -0500
1713
+ Processing by WelcomeController#index as HTML
1714
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1715
+ Completed 200 OK in 2ms (Views: 2.3ms)
1716
+ -------------------------------------
1717
+ ScavengerTest: test_can_compress_file
1718
+ -------------------------------------
1719
+ ------------------------------------------
1720
+ ScavengerTest: test_can_compress_directory
1721
+ ------------------------------------------
1722
+ --------------------------------------
1723
+ ScavengerTest: test_has_version_number
1724
+ --------------------------------------
1725
+ -------------------------------------
1726
+ ScavengerTest: test_can_compress_file
1727
+ -------------------------------------
1728
+ --------------------------------------
1729
+ ScavengerTest: test_has_version_number
1730
+ --------------------------------------
1731
+ ------------------------------------------
1732
+ ScavengerTest: test_can_compress_directory
1733
+ ------------------------------------------
1734
+ ---------------------------------
1735
+ DummyIntegrationTest: test_prefix
1736
+ ---------------------------------
1737
+ Started GET "/" for 127.0.0.1 at 2016-10-16 13:01:43 -0500
1738
+ Processing by WelcomeController#index as HTML
1739
+ Rendered welcome/index.html.erb within layouts/application (2.0ms)
1740
+ Completed 200 OK in 172ms (Views: 171.9ms)
1741
+ -----------------------------------------------
1742
+ DummyIntegrationTest: test_svg_helper_and_sheet
1743
+ -----------------------------------------------
1744
+ Started GET "/" for 127.0.0.1 at 2016-10-16 13:01:43 -0500
1745
+ Processing by WelcomeController#index as HTML
1746
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
1747
+ Completed 200 OK in 3ms (Views: 2.7ms)
1748
+ ---------------------------------
1749
+ DummyIntegrationTest: test_prefix
1750
+ ---------------------------------
1751
+ Started GET "/" for 127.0.0.1 at 2016-10-16 13:32:57 -0500
1752
+ Processing by WelcomeController#index as HTML
1753
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1754
+ Completed 200 OK in 144ms (Views: 143.5ms)
1755
+ -----------------------------------------------
1756
+ DummyIntegrationTest: test_svg_helper_and_sheet
1757
+ -----------------------------------------------
1758
+ Started GET "/" for 127.0.0.1 at 2016-10-16 13:32:57 -0500
1759
+ Processing by WelcomeController#index as HTML
1760
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1761
+ Completed 200 OK in 3ms (Views: 2.6ms)
1762
+ ------------------------------------------
1763
+ ScavengerTest: test_can_compress_directory
1764
+ ------------------------------------------
1765
+ --------------------------------------
1766
+ ScavengerTest: test_has_version_number
1767
+ --------------------------------------
1768
+ -------------------------------------
1769
+ ScavengerTest: test_can_compress_file
1770
+ -------------------------------------
1771
+ ---------------------------------
1772
+ DummyIntegrationTest: test_prefix
1773
+ ---------------------------------
1774
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:12:15 -0700
1775
+ Processing by WelcomeController#index as HTML
1776
+ Rendered welcome/index.html.erb within layouts/application (1.9ms)
1777
+ Completed 200 OK in 167ms (Views: 166.8ms)
1778
+ -----------------------------------------------
1779
+ DummyIntegrationTest: test_svg_helper_and_sheet
1780
+ -----------------------------------------------
1781
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:12:15 -0700
1782
+ Processing by WelcomeController#index as HTML
1783
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1784
+ Completed 200 OK in 2ms (Views: 2.2ms)
1785
+ ---------------------------------------
1786
+ ScavengerTest: test_creates_sprite_file
1787
+ ---------------------------------------
1788
+ ------------------------------------------
1789
+ ScavengerTest: test_can_compress_directory
1790
+ ------------------------------------------
1791
+ -------------------------------------
1792
+ ScavengerTest: test_can_compress_file
1793
+ -------------------------------------
1794
+ --------------------------------------
1795
+ ScavengerTest: test_has_version_number
1796
+ --------------------------------------
1797
+ ---------------------------------
1798
+ DummyIntegrationTest: test_prefix
1799
+ ---------------------------------
1800
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:13:13 -0700
1801
+ Processing by WelcomeController#index as HTML
1802
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1803
+ Completed 200 OK in 146ms (Views: 146.0ms)
1804
+ -----------------------------------------------
1805
+ DummyIntegrationTest: test_svg_helper_and_sheet
1806
+ -----------------------------------------------
1807
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:13:13 -0700
1808
+ Processing by WelcomeController#index as HTML
1809
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
1810
+ Completed 200 OK in 3ms (Views: 2.8ms)
1811
+ ------------------------------------------
1812
+ ScavengerTest: test_can_compress_directory
1813
+ ------------------------------------------
1814
+ ---------------------------------------
1815
+ ScavengerTest: test_creates_sprite_file
1816
+ ---------------------------------------
1817
+ -------------------------------------
1818
+ ScavengerTest: test_can_compress_file
1819
+ -------------------------------------
1820
+ --------------------------------------
1821
+ ScavengerTest: test_has_version_number
1822
+ --------------------------------------
1823
+ -------------------------------------
1824
+ ScavengerTest: test_can_compress_file
1825
+ -------------------------------------
1826
+ ------------------------------------------
1827
+ ScavengerTest: test_can_compress_directory
1828
+ ------------------------------------------
1829
+ --------------------------------------
1830
+ ScavengerTest: test_has_version_number
1831
+ --------------------------------------
1832
+ ---------------------------------------
1833
+ ScavengerTest: test_creates_sprite_file
1834
+ ---------------------------------------
1835
+ ---------------------------------
1836
+ DummyIntegrationTest: test_prefix
1837
+ ---------------------------------
1838
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:14:04 -0700
1839
+ Processing by WelcomeController#index as HTML
1840
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1841
+ Completed 200 OK in 151ms (Views: 150.4ms)
1842
+ -----------------------------------------------
1843
+ DummyIntegrationTest: test_svg_helper_and_sheet
1844
+ -----------------------------------------------
1845
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:14:04 -0700
1846
+ Processing by WelcomeController#index as HTML
1847
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
1848
+ Completed 200 OK in 3ms (Views: 2.5ms)
1849
+ ------------------------------------------
1850
+ ScavengerTest: test_can_compress_directory
1851
+ ------------------------------------------
1852
+ -------------------------------------
1853
+ ScavengerTest: test_can_compress_file
1854
+ -------------------------------------
1855
+ --------------------------------------
1856
+ ScavengerTest: test_has_version_number
1857
+ --------------------------------------
1858
+ ---------------------------------------
1859
+ ScavengerTest: test_creates_sprite_file
1860
+ ---------------------------------------
1861
+ -----------------------------------------------
1862
+ DummyIntegrationTest: test_svg_helper_and_sheet
1863
+ -----------------------------------------------
1864
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:14:14 -0700
1865
+ Processing by WelcomeController#index as HTML
1866
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1867
+ Completed 200 OK in 156ms (Views: 155.7ms)
1868
+ ---------------------------------
1869
+ DummyIntegrationTest: test_prefix
1870
+ ---------------------------------
1871
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:14:14 -0700
1872
+ Processing by WelcomeController#index as HTML
1873
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1874
+ Completed 200 OK in 4ms (Views: 3.9ms)
1875
+ ---------------------------------
1876
+ DummyIntegrationTest: test_prefix
1877
+ ---------------------------------
1878
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:14:25 -0700
1879
+ Processing by WelcomeController#index as HTML
1880
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1881
+ Completed 200 OK in 140ms (Views: 139.6ms)
1882
+ -----------------------------------------------
1883
+ DummyIntegrationTest: test_svg_helper_and_sheet
1884
+ -----------------------------------------------
1885
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:14:26 -0700
1886
+ Processing by WelcomeController#index as HTML
1887
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1888
+ Completed 200 OK in 2ms (Views: 2.1ms)
1889
+ --------------------------------------
1890
+ ScavengerTest: test_has_version_number
1891
+ --------------------------------------
1892
+ -------------------------------------
1893
+ ScavengerTest: test_can_compress_file
1894
+ -------------------------------------
1895
+ ---------------------------------------
1896
+ ScavengerTest: test_creates_sprite_file
1897
+ ---------------------------------------
1898
+ ------------------------------------------
1899
+ ScavengerTest: test_can_compress_directory
1900
+ ------------------------------------------
1901
+ ------------------------------------------
1902
+ ScavengerTest: test_can_compress_directory
1903
+ ------------------------------------------
1904
+ --------------------------------------
1905
+ ScavengerTest: test_has_version_number
1906
+ --------------------------------------
1907
+ -------------------------------------
1908
+ ScavengerTest: test_can_compress_file
1909
+ -------------------------------------
1910
+ ---------------------------------------
1911
+ ScavengerTest: test_creates_sprite_file
1912
+ ---------------------------------------
1913
+ ---------------------------------
1914
+ DummyIntegrationTest: test_prefix
1915
+ ---------------------------------
1916
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:15:25 -0700
1917
+ Processing by WelcomeController#index as HTML
1918
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1919
+ Completed 200 OK in 144ms (Views: 143.8ms)
1920
+ -----------------------------------------------
1921
+ DummyIntegrationTest: test_svg_helper_and_sheet
1922
+ -----------------------------------------------
1923
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:15:25 -0700
1924
+ Processing by WelcomeController#index as HTML
1925
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
1926
+ Completed 200 OK in 4ms (Views: 4.2ms)
1927
+ ---------------------------------
1928
+ DummyIntegrationTest: test_prefix
1929
+ ---------------------------------
1930
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:15:33 -0700
1931
+ Processing by WelcomeController#index as HTML
1932
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1933
+ Completed 200 OK in 135ms (Views: 134.5ms)
1934
+ -----------------------------------------------
1935
+ DummyIntegrationTest: test_svg_helper_and_sheet
1936
+ -----------------------------------------------
1937
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:15:33 -0700
1938
+ Processing by WelcomeController#index as HTML
1939
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1940
+ Completed 200 OK in 2ms (Views: 2.1ms)
1941
+ ---------------------------------------
1942
+ ScavengerTest: test_creates_sprite_file
1943
+ ---------------------------------------
1944
+ -------------------------------------
1945
+ ScavengerTest: test_can_compress_file
1946
+ -------------------------------------
1947
+ --------------------------------------
1948
+ ScavengerTest: test_has_version_number
1949
+ --------------------------------------
1950
+ ------------------------------------------
1951
+ ScavengerTest: test_can_compress_directory
1952
+ ------------------------------------------
1953
+ --------------------------------------
1954
+ ScavengerTest: test_has_version_number
1955
+ --------------------------------------
1956
+ ------------------------------------------
1957
+ ScavengerTest: test_can_compress_directory
1958
+ ------------------------------------------
1959
+ -------------------------------------
1960
+ ScavengerTest: test_can_compress_file
1961
+ -------------------------------------
1962
+ ---------------------------------------
1963
+ ScavengerTest: test_creates_sprite_file
1964
+ ---------------------------------------
1965
+ -----------------------------------------------
1966
+ DummyIntegrationTest: test_svg_helper_and_sheet
1967
+ -----------------------------------------------
1968
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:15:41 -0700
1969
+ Processing by WelcomeController#index as HTML
1970
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1971
+ Completed 200 OK in 150ms (Views: 150.3ms)
1972
+ ---------------------------------
1973
+ DummyIntegrationTest: test_prefix
1974
+ ---------------------------------
1975
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:15:41 -0700
1976
+ Processing by WelcomeController#index as HTML
1977
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
1978
+ Completed 200 OK in 4ms (Views: 4.3ms)
1979
+ ---------------------------------------
1980
+ ScavengerTest: test_creates_sprite_file
1981
+ ---------------------------------------
1982
+ --------------------------------------
1983
+ ScavengerTest: test_has_version_number
1984
+ --------------------------------------
1985
+ -------------------------------------
1986
+ ScavengerTest: test_can_compress_file
1987
+ -------------------------------------
1988
+ ------------------------------------------
1989
+ ScavengerTest: test_can_compress_directory
1990
+ ------------------------------------------
1991
+ ---------------------------------
1992
+ DummyIntegrationTest: test_prefix
1993
+ ---------------------------------
1994
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:16:00 -0700
1995
+ Processing by WelcomeController#index as HTML
1996
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
1997
+ Completed 200 OK in 145ms (Views: 145.1ms)
1998
+ -----------------------------------------------
1999
+ DummyIntegrationTest: test_svg_helper_and_sheet
2000
+ -----------------------------------------------
2001
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:16:00 -0700
2002
+ Processing by WelcomeController#index as HTML
2003
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2004
+ Completed 200 OK in 2ms (Views: 2.4ms)
2005
+ -----------------------------------------------
2006
+ DummyIntegrationTest: test_svg_helper_and_sheet
2007
+ -----------------------------------------------
2008
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:19:03 -0700
2009
+ Processing by WelcomeController#index as HTML
2010
+ Rendered welcome/index.html.erb within layouts/application (1.6ms)
2011
+ Completed 200 OK in 147ms (Views: 146.9ms)
2012
+ ---------------------------------
2013
+ DummyIntegrationTest: test_prefix
2014
+ ---------------------------------
2015
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:19:04 -0700
2016
+ Processing by WelcomeController#index as HTML
2017
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2018
+ Completed 200 OK in 2ms (Views: 2.2ms)
2019
+ -------------------------------------
2020
+ ScavengerTest: test_can_compress_file
2021
+ -------------------------------------
2022
+ ---------------------------------------
2023
+ ScavengerTest: test_creates_sprite_file
2024
+ ---------------------------------------
2025
+ ------------------------------------------
2026
+ ScavengerTest: test_can_compress_directory
2027
+ ------------------------------------------
2028
+ --------------------------------------
2029
+ ScavengerTest: test_has_version_number
2030
+ --------------------------------------
2031
+ --------------------------------------
2032
+ ScavengerTest: test_has_version_number
2033
+ --------------------------------------
2034
+ -------------------------------------
2035
+ ScavengerTest: test_can_compress_file
2036
+ -------------------------------------
2037
+ ------------------------------------------
2038
+ ScavengerTest: test_can_compress_directory
2039
+ ------------------------------------------
2040
+ ---------------------------------------
2041
+ ScavengerTest: test_creates_sprite_file
2042
+ ---------------------------------------
2043
+ -----------------------------------------------
2044
+ DummyIntegrationTest: test_svg_helper_and_sheet
2045
+ -----------------------------------------------
2046
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:20:17 -0700
2047
+ Processing by WelcomeController#index as HTML
2048
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2049
+ Completed 200 OK in 135ms (Views: 135.2ms)
2050
+ ---------------------------------
2051
+ DummyIntegrationTest: test_prefix
2052
+ ---------------------------------
2053
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:20:17 -0700
2054
+ Processing by WelcomeController#index as HTML
2055
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2056
+ Completed 200 OK in 2ms (Views: 2.2ms)
2057
+ ---------------------------------
2058
+ DummyIntegrationTest: test_prefix
2059
+ ---------------------------------
2060
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:20:31 -0700
2061
+ Processing by WelcomeController#index as HTML
2062
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2063
+ Completed 200 OK in 146ms (Views: 145.5ms)
2064
+ -----------------------------------------------
2065
+ DummyIntegrationTest: test_svg_helper_and_sheet
2066
+ -----------------------------------------------
2067
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:20:31 -0700
2068
+ Processing by WelcomeController#index as HTML
2069
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
2070
+ Completed 200 OK in 4ms (Views: 3.9ms)
2071
+ ---------------------------------------
2072
+ ScavengerTest: test_creates_sprite_file
2073
+ ---------------------------------------
2074
+ ------------------------------------------
2075
+ ScavengerTest: test_can_compress_directory
2076
+ ------------------------------------------
2077
+ -------------------------------------
2078
+ ScavengerTest: test_can_compress_file
2079
+ -------------------------------------
2080
+ --------------------------------------
2081
+ ScavengerTest: test_has_version_number
2082
+ --------------------------------------
2083
+ -------------------------------------
2084
+ ScavengerTest: test_can_compress_file
2085
+ -------------------------------------
2086
+ ---------------------------------------
2087
+ ScavengerTest: test_creates_sprite_file
2088
+ ---------------------------------------
2089
+ ------------------------------------------
2090
+ ScavengerTest: test_can_compress_directory
2091
+ ------------------------------------------
2092
+ --------------------------------------
2093
+ ScavengerTest: test_has_version_number
2094
+ --------------------------------------
2095
+ ---------------------------------
2096
+ DummyIntegrationTest: test_prefix
2097
+ ---------------------------------
2098
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:20:35 -0700
2099
+ Processing by WelcomeController#index as HTML
2100
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2101
+ Completed 200 OK in 139ms (Views: 139.0ms)
2102
+ -----------------------------------------------
2103
+ DummyIntegrationTest: test_svg_helper_and_sheet
2104
+ -----------------------------------------------
2105
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:20:35 -0700
2106
+ Processing by WelcomeController#index as HTML
2107
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2108
+ Completed 200 OK in 2ms (Views: 2.2ms)
2109
+ --------------------------------------
2110
+ ScavengerTest: test_has_version_number
2111
+ --------------------------------------
2112
+ -------------------------------------
2113
+ ScavengerTest: test_can_compress_file
2114
+ -------------------------------------
2115
+ ---------------------------------------
2116
+ ScavengerTest: test_creates_sprite_file
2117
+ ---------------------------------------
2118
+ ------------------------------------------
2119
+ ScavengerTest: test_can_compress_directory
2120
+ ------------------------------------------
2121
+ ---------------------------------
2122
+ DummyIntegrationTest: test_prefix
2123
+ ---------------------------------
2124
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:21:47 -0700
2125
+ Processing by WelcomeController#index as HTML
2126
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2127
+ Completed 200 OK in 140ms (Views: 139.4ms)
2128
+ -----------------------------------------------
2129
+ DummyIntegrationTest: test_svg_helper_and_sheet
2130
+ -----------------------------------------------
2131
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:21:48 -0700
2132
+ Processing by WelcomeController#index as HTML
2133
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2134
+ Completed 200 OK in 3ms (Views: 2.6ms)
2135
+ ---------------------------------
2136
+ DummyIntegrationTest: test_prefix
2137
+ ---------------------------------
2138
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:24:06 -0700
2139
+ Processing by WelcomeController#index as HTML
2140
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2141
+ Completed 200 OK in 152ms (Views: 151.3ms)
2142
+ -----------------------------------------------
2143
+ DummyIntegrationTest: test_svg_helper_and_sheet
2144
+ -----------------------------------------------
2145
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:24:06 -0700
2146
+ Processing by WelcomeController#index as HTML
2147
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2148
+ Completed 200 OK in 2ms (Views: 2.4ms)
2149
+ ------------------------------------------
2150
+ ScavengerTest: test_can_compress_directory
2151
+ ------------------------------------------
2152
+ ---------------------------------------
2153
+ ScavengerTest: test_creates_sprite_file
2154
+ ---------------------------------------
2155
+ -------------------------------------
2156
+ ScavengerTest: test_can_compress_file
2157
+ -------------------------------------
2158
+ --------------------------------------
2159
+ ScavengerTest: test_has_version_number
2160
+ --------------------------------------
2161
+ --------------------------------------
2162
+ ScavengerTest: test_has_version_number
2163
+ --------------------------------------
2164
+ -------------------------------------
2165
+ ScavengerTest: test_can_compress_file
2166
+ -------------------------------------
2167
+ ---------------------------------------
2168
+ ScavengerTest: test_creates_sprite_file
2169
+ ---------------------------------------
2170
+ ------------------------------------------
2171
+ ScavengerTest: test_can_compress_directory
2172
+ ------------------------------------------
2173
+ ---------------------------------
2174
+ DummyIntegrationTest: test_prefix
2175
+ ---------------------------------
2176
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:24:10 -0700
2177
+ Processing by WelcomeController#index as HTML
2178
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
2179
+ Completed 200 OK in 139ms (Views: 138.9ms)
2180
+ -----------------------------------------------
2181
+ DummyIntegrationTest: test_svg_helper_and_sheet
2182
+ -----------------------------------------------
2183
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:24:10 -0700
2184
+ Processing by WelcomeController#index as HTML
2185
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2186
+ Completed 200 OK in 2ms (Views: 2.1ms)
2187
+ --------------------------------------
2188
+ ScavengerTest: test_has_version_number
2189
+ --------------------------------------
2190
+ ---------------------------------------
2191
+ ScavengerTest: test_creates_sprite_file
2192
+ ---------------------------------------
2193
+ ------------------------------------------
2194
+ ScavengerTest: test_can_compress_directory
2195
+ ------------------------------------------
2196
+ -------------------------------------
2197
+ ScavengerTest: test_can_compress_file
2198
+ -------------------------------------
2199
+ ---------------------------------
2200
+ DummyIntegrationTest: test_prefix
2201
+ ---------------------------------
2202
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:24:13 -0700
2203
+ Processing by WelcomeController#index as HTML
2204
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2205
+ Completed 200 OK in 135ms (Views: 134.6ms)
2206
+ -----------------------------------------------
2207
+ DummyIntegrationTest: test_svg_helper_and_sheet
2208
+ -----------------------------------------------
2209
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:24:13 -0700
2210
+ Processing by WelcomeController#index as HTML
2211
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2212
+ Completed 200 OK in 3ms (Views: 2.6ms)
2213
+ ------------------------------------------
2214
+ ScavengerTest: test_can_compress_directory
2215
+ ------------------------------------------
2216
+ ---------------------------------------
2217
+ ScavengerTest: test_creates_sprite_file
2218
+ ---------------------------------------
2219
+ -------------------------------------
2220
+ ScavengerTest: test_can_compress_file
2221
+ -------------------------------------
2222
+ --------------------------------------
2223
+ ScavengerTest: test_has_version_number
2224
+ --------------------------------------
2225
+ -----------------------------------------------
2226
+ DummyIntegrationTest: test_svg_helper_and_sheet
2227
+ -----------------------------------------------
2228
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:24:15 -0700
2229
+ Processing by WelcomeController#index as HTML
2230
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2231
+ Completed 200 OK in 139ms (Views: 138.5ms)
2232
+ ---------------------------------
2233
+ DummyIntegrationTest: test_prefix
2234
+ ---------------------------------
2235
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:24:15 -0700
2236
+ Processing by WelcomeController#index as HTML
2237
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2238
+ Completed 200 OK in 2ms (Views: 2.3ms)
2239
+ -------------------------------------
2240
+ ScavengerTest: test_can_compress_file
2241
+ -------------------------------------
2242
+ ------------------------------------------
2243
+ ScavengerTest: test_can_compress_directory
2244
+ ------------------------------------------
2245
+ ---------------------------------------
2246
+ ScavengerTest: test_creates_sprite_file
2247
+ ---------------------------------------
2248
+ --------------------------------------
2249
+ ScavengerTest: test_has_version_number
2250
+ --------------------------------------
2251
+ ---------------------------------
2252
+ DummyIntegrationTest: test_prefix
2253
+ ---------------------------------
2254
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:31:59 -0700
2255
+ Processing by WelcomeController#index as HTML
2256
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2257
+ Completed 200 OK in 146ms (Views: 145.4ms)
2258
+ -----------------------------------------------
2259
+ DummyIntegrationTest: test_svg_helper_and_sheet
2260
+ -----------------------------------------------
2261
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:31:59 -0700
2262
+ Processing by WelcomeController#index as HTML
2263
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2264
+ Completed 200 OK in 2ms (Views: 2.1ms)
2265
+ --------------------------------------
2266
+ ScavengerTest: test_has_version_number
2267
+ --------------------------------------
2268
+ ------------------------------------------
2269
+ ScavengerTest: test_can_compress_directory
2270
+ ------------------------------------------
2271
+ -------------------------------------
2272
+ ScavengerTest: test_can_compress_file
2273
+ -------------------------------------
2274
+ ---------------------------------------
2275
+ ScavengerTest: test_creates_sprite_file
2276
+ ---------------------------------------
2277
+ -----------------------------------------------
2278
+ DummyIntegrationTest: test_svg_helper_and_sheet
2279
+ -----------------------------------------------
2280
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:32:03 -0700
2281
+ Processing by WelcomeController#index as HTML
2282
+ Rendered welcome/index.html.erb within layouts/application (1.1ms)
2283
+ Completed 200 OK in 140ms (Views: 139.9ms)
2284
+ ---------------------------------
2285
+ DummyIntegrationTest: test_prefix
2286
+ ---------------------------------
2287
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:32:03 -0700
2288
+ Processing by WelcomeController#index as HTML
2289
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2290
+ Completed 200 OK in 2ms (Views: 2.2ms)
2291
+ -----------------------------------------------
2292
+ DummyIntegrationTest: test_default_aspect_ratio
2293
+ -----------------------------------------------
2294
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:45:59 -0700
2295
+ Processing by WelcomeController#index as HTML
2296
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2297
+ Completed 200 OK in 150ms (Views: 150.1ms)
2298
+ -----------------------------------------------
2299
+ DummyIntegrationTest: test_svg_helper_and_sheet
2300
+ -----------------------------------------------
2301
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:45:59 -0700
2302
+ Processing by WelcomeController#index as HTML
2303
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2304
+ Completed 200 OK in 3ms (Views: 2.8ms)
2305
+ ---------------------------------
2306
+ DummyIntegrationTest: test_prefix
2307
+ ---------------------------------
2308
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:45:59 -0700
2309
+ Processing by WelcomeController#index as HTML
2310
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2311
+ Completed 200 OK in 2ms (Views: 2.0ms)
2312
+ ---------------------------------------
2313
+ ScavengerTest: test_creates_sprite_file
2314
+ ---------------------------------------
2315
+ ------------------------------------------
2316
+ ScavengerTest: test_can_compress_directory
2317
+ ------------------------------------------
2318
+ --------------------------------------
2319
+ ScavengerTest: test_has_version_number
2320
+ --------------------------------------
2321
+ -------------------------------------
2322
+ ScavengerTest: test_can_compress_file
2323
+ -------------------------------------
2324
+ -------------------------------------
2325
+ ScavengerTest: test_can_compress_file
2326
+ -------------------------------------
2327
+ ------------------------------------------
2328
+ ScavengerTest: test_can_compress_directory
2329
+ ------------------------------------------
2330
+ ---------------------------------------
2331
+ ScavengerTest: test_creates_sprite_file
2332
+ ---------------------------------------
2333
+ --------------------------------------
2334
+ ScavengerTest: test_has_version_number
2335
+ --------------------------------------
2336
+ -----------------------------------------------
2337
+ DummyIntegrationTest: test_default_aspect_ratio
2338
+ -----------------------------------------------
2339
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:46:13 -0700
2340
+ Processing by WelcomeController#index as HTML
2341
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2342
+ Completed 200 OK in 136ms (Views: 136.0ms)
2343
+ ---------------------------------
2344
+ DummyIntegrationTest: test_prefix
2345
+ ---------------------------------
2346
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:46:13 -0700
2347
+ Processing by WelcomeController#index as HTML
2348
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2349
+ Completed 200 OK in 2ms (Views: 2.2ms)
2350
+ -----------------------------------------------
2351
+ DummyIntegrationTest: test_svg_helper_and_sheet
2352
+ -----------------------------------------------
2353
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:46:13 -0700
2354
+ Processing by WelcomeController#index as HTML
2355
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2356
+ Completed 200 OK in 2ms (Views: 2.3ms)
2357
+ ---------------------------------
2358
+ DummyIntegrationTest: test_prefix
2359
+ ---------------------------------
2360
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:46:36 -0700
2361
+ Processing by WelcomeController#index as HTML
2362
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2363
+ Completed 200 OK in 144ms (Views: 144.2ms)
2364
+ -----------------------------------------------
2365
+ DummyIntegrationTest: test_default_aspect_ratio
2366
+ -----------------------------------------------
2367
+ Started GET "/" for 127.0.0.1 at 2016-10-21 05:46:36 -0700
2368
+ Processing by WelcomeController#index as HTML
2369
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
2370
+ Completed 200 OK in 4ms (Views: 4.0ms)
2371
+ -----------------------------------------------
2372
+ DummyIntegrationTest: test_svg_helper_and_sheet
2373
+ -----------------------------------------------
2374
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:48:26 +0200
2375
+ Processing by WelcomeController#index as HTML
2376
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
2377
+ Completed 200 OK in 3ms (Views: 3.0ms)
2378
+ ---------------------------------------
2379
+ ScavengerTest: test_creates_sprite_file
2380
+ ---------------------------------------
2381
+ -------------------------------------
2382
+ ScavengerTest: test_can_compress_file
2383
+ -------------------------------------
2384
+ --------------------------------------
2385
+ ScavengerTest: test_has_version_number
2386
+ --------------------------------------
2387
+ ------------------------------------------
2388
+ ScavengerTest: test_can_compress_directory
2389
+ ------------------------------------------
2390
+ -----------------------------------------------
2391
+ DummyIntegrationTest: test_svg_helper_and_sheet
2392
+ -----------------------------------------------
2393
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:50:16 +0200
2394
+ Processing by WelcomeController#index as HTML
2395
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2396
+ Completed 200 OK in 144ms (Views: 143.6ms)
2397
+ ---------------------------------
2398
+ DummyIntegrationTest: test_prefix
2399
+ ---------------------------------
2400
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:50:16 +0200
2401
+ Processing by WelcomeController#index as HTML
2402
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2403
+ Completed 200 OK in 3ms (Views: 3.3ms)
2404
+ -----------------------------------------------
2405
+ DummyIntegrationTest: test_default_aspect_ratio
2406
+ -----------------------------------------------
2407
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:50:16 +0200
2408
+ Processing by WelcomeController#index as HTML
2409
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2410
+ Completed 200 OK in 3ms (Views: 2.7ms)
2411
+ -------------------------------------
2412
+ ScavengerTest: test_can_compress_file
2413
+ -------------------------------------
2414
+ ---------------------------------------
2415
+ ScavengerTest: test_creates_sprite_file
2416
+ ---------------------------------------
2417
+ ------------------------------------------
2418
+ ScavengerTest: test_can_compress_directory
2419
+ ------------------------------------------
2420
+ --------------------------------------
2421
+ ScavengerTest: test_has_version_number
2422
+ --------------------------------------
2423
+ -----------------------------------------------
2424
+ DummyIntegrationTest: test_svg_helper_and_sheet
2425
+ -----------------------------------------------
2426
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:50:32 +0200
2427
+ Processing by WelcomeController#index as HTML
2428
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2429
+ Completed 200 OK in 147ms (Views: 146.3ms)
2430
+ -----------------------------------------------
2431
+ DummyIntegrationTest: test_default_aspect_ratio
2432
+ -----------------------------------------------
2433
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:50:32 +0200
2434
+ Processing by WelcomeController#index as HTML
2435
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2436
+ Completed 200 OK in 2ms (Views: 2.2ms)
2437
+ ---------------------------------
2438
+ DummyIntegrationTest: test_prefix
2439
+ ---------------------------------
2440
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:50:32 +0200
2441
+ Processing by WelcomeController#index as HTML
2442
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2443
+ Completed 200 OK in 3ms (Views: 2.7ms)
2444
+ ------------------------------------------
2445
+ ScavengerTest: test_can_compress_directory
2446
+ ------------------------------------------
2447
+ ---------------------------------------
2448
+ ScavengerTest: test_creates_sprite_file
2449
+ ---------------------------------------
2450
+ -------------------------------------
2451
+ ScavengerTest: test_can_compress_file
2452
+ -------------------------------------
2453
+ --------------------------------------
2454
+ ScavengerTest: test_has_version_number
2455
+ --------------------------------------
2456
+ ------------------------------------------
2457
+ ScavengerTest: test_can_compress_directory
2458
+ ------------------------------------------
2459
+ -------------------------------------
2460
+ ScavengerTest: test_can_compress_file
2461
+ -------------------------------------
2462
+ ---------------------------------------
2463
+ ScavengerTest: test_creates_sprite_file
2464
+ ---------------------------------------
2465
+ --------------------------------------
2466
+ ScavengerTest: test_has_version_number
2467
+ --------------------------------------
2468
+ ---------------------------------
2469
+ DummyIntegrationTest: test_prefix
2470
+ ---------------------------------
2471
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:52:04 +0200
2472
+ Processing by WelcomeController#index as HTML
2473
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2474
+ Completed 200 OK in 140ms (Views: 140.1ms)
2475
+ -----------------------------------------------
2476
+ DummyIntegrationTest: test_default_aspect_ratio
2477
+ -----------------------------------------------
2478
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:52:04 +0200
2479
+ Processing by WelcomeController#index as HTML
2480
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2481
+ Completed 200 OK in 2ms (Views: 2.2ms)
2482
+ -----------------------------------------------
2483
+ DummyIntegrationTest: test_svg_helper_and_sheet
2484
+ -----------------------------------------------
2485
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:52:04 +0200
2486
+ Processing by WelcomeController#index as HTML
2487
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
2488
+ Completed 200 OK in 3ms (Views: 3.3ms)
2489
+ ------------------------------------------
2490
+ ScavengerTest: test_can_compress_directory
2491
+ ------------------------------------------
2492
+ -------------------------------------
2493
+ ScavengerTest: test_can_compress_file
2494
+ -------------------------------------
2495
+ ---------------------------------------
2496
+ ScavengerTest: test_creates_sprite_file
2497
+ ---------------------------------------
2498
+ --------------------------------------
2499
+ ScavengerTest: test_has_version_number
2500
+ --------------------------------------
2501
+ ---------------------------------
2502
+ DummyIntegrationTest: test_prefix
2503
+ ---------------------------------
2504
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:52:13 +0200
2505
+ Processing by WelcomeController#index as HTML
2506
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2507
+ Completed 200 OK in 147ms (Views: 146.4ms)
2508
+ -----------------------------------------------
2509
+ DummyIntegrationTest: test_default_aspect_ratio
2510
+ -----------------------------------------------
2511
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:52:13 +0200
2512
+ Processing by WelcomeController#index as HTML
2513
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2514
+ Completed 200 OK in 2ms (Views: 2.3ms)
2515
+ -----------------------------------------------
2516
+ DummyIntegrationTest: test_svg_helper_and_sheet
2517
+ -----------------------------------------------
2518
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:52:13 +0200
2519
+ Processing by WelcomeController#index as HTML
2520
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2521
+ Completed 200 OK in 2ms (Views: 2.3ms)
2522
+ ---------------------------------------
2523
+ ScavengerTest: test_creates_sprite_file
2524
+ ---------------------------------------
2525
+ -------------------------------------
2526
+ ScavengerTest: test_can_compress_file
2527
+ -------------------------------------
2528
+ ------------------------------------------
2529
+ ScavengerTest: test_can_compress_directory
2530
+ ------------------------------------------
2531
+ --------------------------------------
2532
+ ScavengerTest: test_has_version_number
2533
+ --------------------------------------
2534
+ -----------------------------------------------
2535
+ DummyIntegrationTest: test_default_aspect_ratio
2536
+ -----------------------------------------------
2537
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:52:30 +0200
2538
+ Processing by WelcomeController#index as HTML
2539
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2540
+ Completed 200 OK in 144ms (Views: 143.7ms)
2541
+ ---------------------------------
2542
+ DummyIntegrationTest: test_prefix
2543
+ ---------------------------------
2544
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:52:30 +0200
2545
+ Processing by WelcomeController#index as HTML
2546
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2547
+ Completed 200 OK in 2ms (Views: 2.2ms)
2548
+ -----------------------------------------------
2549
+ DummyIntegrationTest: test_svg_helper_and_sheet
2550
+ -----------------------------------------------
2551
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:52:30 +0200
2552
+ Processing by WelcomeController#index as HTML
2553
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2554
+ Completed 200 OK in 3ms (Views: 3.2ms)
2555
+ ------------------------------------------
2556
+ ScavengerTest: test_can_compress_directory
2557
+ ------------------------------------------
2558
+ ---------------------------------------
2559
+ ScavengerTest: test_creates_sprite_file
2560
+ ---------------------------------------
2561
+ --------------------------------------
2562
+ ScavengerTest: test_has_version_number
2563
+ --------------------------------------
2564
+ -------------------------------------
2565
+ ScavengerTest: test_can_compress_file
2566
+ -------------------------------------
2567
+ -----------------------------------------------
2568
+ DummyIntegrationTest: test_default_aspect_ratio
2569
+ -----------------------------------------------
2570
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:53:20 +0200
2571
+ Processing by WelcomeController#index as HTML
2572
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2573
+ Completed 200 OK in 140ms (Views: 140.2ms)
2574
+ ---------------------------------
2575
+ DummyIntegrationTest: test_prefix
2576
+ ---------------------------------
2577
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:53:20 +0200
2578
+ Processing by WelcomeController#index as HTML
2579
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2580
+ Completed 200 OK in 2ms (Views: 2.2ms)
2581
+ -----------------------------------------------
2582
+ DummyIntegrationTest: test_svg_helper_and_sheet
2583
+ -----------------------------------------------
2584
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:53:20 +0200
2585
+ Processing by WelcomeController#index as HTML
2586
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2587
+ Completed 200 OK in 3ms (Views: 3.2ms)
2588
+ ------------------------------------------
2589
+ ScavengerTest: test_can_compress_directory
2590
+ ------------------------------------------
2591
+ --------------------------------------
2592
+ ScavengerTest: test_has_version_number
2593
+ --------------------------------------
2594
+ ---------------------------------------
2595
+ ScavengerTest: test_creates_sprite_file
2596
+ ---------------------------------------
2597
+ -------------------------------------
2598
+ ScavengerTest: test_can_compress_file
2599
+ -------------------------------------
2600
+ ---------------------------------
2601
+ DummyIntegrationTest: test_prefix
2602
+ ---------------------------------
2603
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:53:47 +0200
2604
+ Processing by WelcomeController#index as HTML
2605
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2606
+ Completed 200 OK in 139ms (Views: 139.4ms)
2607
+ -----------------------------------------------
2608
+ DummyIntegrationTest: test_default_aspect_ratio
2609
+ -----------------------------------------------
2610
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:53:47 +0200
2611
+ Processing by WelcomeController#index as HTML
2612
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2613
+ Completed 200 OK in 2ms (Views: 2.2ms)
2614
+ -----------------------------------------------
2615
+ DummyIntegrationTest: test_svg_helper_and_sheet
2616
+ -----------------------------------------------
2617
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:53:47 +0200
2618
+ Processing by WelcomeController#index as HTML
2619
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2620
+ Completed 200 OK in 3ms (Views: 3.1ms)
2621
+ -------------------------------------
2622
+ ScavengerTest: test_can_compress_file
2623
+ -------------------------------------
2624
+ ------------------------------------------
2625
+ ScavengerTest: test_can_compress_directory
2626
+ ------------------------------------------
2627
+ ---------------------------------------
2628
+ ScavengerTest: test_creates_sprite_file
2629
+ ---------------------------------------
2630
+ --------------------------------------
2631
+ ScavengerTest: test_has_version_number
2632
+ --------------------------------------
2633
+ -----------------------------------------------
2634
+ DummyIntegrationTest: test_svg_helper_and_sheet
2635
+ -----------------------------------------------
2636
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:09 +0200
2637
+ Processing by WelcomeController#index as HTML
2638
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2639
+ Completed 200 OK in 139ms (Views: 138.8ms)
2640
+ ---------------------------------
2641
+ DummyIntegrationTest: test_prefix
2642
+ ---------------------------------
2643
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:10 +0200
2644
+ Processing by WelcomeController#index as HTML
2645
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2646
+ Completed 200 OK in 2ms (Views: 2.2ms)
2647
+ -----------------------------------------------
2648
+ DummyIntegrationTest: test_default_aspect_ratio
2649
+ -----------------------------------------------
2650
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:10 +0200
2651
+ Processing by WelcomeController#index as HTML
2652
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2653
+ Completed 200 OK in 2ms (Views: 2.3ms)
2654
+ -------------------------------------
2655
+ ScavengerTest: test_can_compress_file
2656
+ -------------------------------------
2657
+ --------------------------------------
2658
+ ScavengerTest: test_has_version_number
2659
+ --------------------------------------
2660
+ ------------------------------------------
2661
+ ScavengerTest: test_can_compress_directory
2662
+ ------------------------------------------
2663
+ ---------------------------------------
2664
+ ScavengerTest: test_creates_sprite_file
2665
+ ---------------------------------------
2666
+ -----------------------------------------------
2667
+ DummyIntegrationTest: test_default_aspect_ratio
2668
+ -----------------------------------------------
2669
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:18 +0200
2670
+ Processing by WelcomeController#index as HTML
2671
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2672
+ Completed 200 OK in 144ms (Views: 144.2ms)
2673
+ -----------------------------------------------
2674
+ DummyIntegrationTest: test_svg_helper_and_sheet
2675
+ -----------------------------------------------
2676
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:19 +0200
2677
+ Processing by WelcomeController#index as HTML
2678
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2679
+ Completed 200 OK in 2ms (Views: 2.2ms)
2680
+ ---------------------------------
2681
+ DummyIntegrationTest: test_prefix
2682
+ ---------------------------------
2683
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:19 +0200
2684
+ Processing by WelcomeController#index as HTML
2685
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2686
+ Completed 200 OK in 2ms (Views: 2.2ms)
2687
+ -----------------------------------------------
2688
+ DummyIntegrationTest: test_svg_helper_and_sheet
2689
+ -----------------------------------------------
2690
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:31 +0200
2691
+ Processing by WelcomeController#index as HTML
2692
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2693
+ Completed 200 OK in 141ms (Views: 141.0ms)
2694
+ -----------------------------------------------
2695
+ DummyIntegrationTest: test_default_aspect_ratio
2696
+ -----------------------------------------------
2697
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:31 +0200
2698
+ Processing by WelcomeController#index as HTML
2699
+ Rendered welcome/index.html.erb within layouts/application (0.2ms)
2700
+ Completed 200 OK in 3ms (Views: 2.9ms)
2701
+ ---------------------------------
2702
+ DummyIntegrationTest: test_prefix
2703
+ ---------------------------------
2704
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:31 +0200
2705
+ Processing by WelcomeController#index as HTML
2706
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2707
+ Completed 200 OK in 3ms (Views: 2.6ms)
2708
+ ---------------------------------------
2709
+ ScavengerTest: test_creates_sprite_file
2710
+ ---------------------------------------
2711
+ -------------------------------------
2712
+ ScavengerTest: test_can_compress_file
2713
+ -------------------------------------
2714
+ ------------------------------------------
2715
+ ScavengerTest: test_can_compress_directory
2716
+ ------------------------------------------
2717
+ --------------------------------------
2718
+ ScavengerTest: test_has_version_number
2719
+ --------------------------------------
2720
+ ------------------------------------------
2721
+ ScavengerTest: test_can_compress_directory
2722
+ ------------------------------------------
2723
+ --------------------------------------
2724
+ ScavengerTest: test_has_version_number
2725
+ --------------------------------------
2726
+ ---------------------------------------
2727
+ ScavengerTest: test_creates_sprite_file
2728
+ ---------------------------------------
2729
+ -------------------------------------
2730
+ ScavengerTest: test_can_compress_file
2731
+ -------------------------------------
2732
+ -----------------------------------------------
2733
+ DummyIntegrationTest: test_default_aspect_ratio
2734
+ -----------------------------------------------
2735
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:38 +0200
2736
+ Processing by WelcomeController#index as HTML
2737
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2738
+ Completed 200 OK in 144ms (Views: 144.1ms)
2739
+ -----------------------------------------------
2740
+ DummyIntegrationTest: test_svg_helper_and_sheet
2741
+ -----------------------------------------------
2742
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:39 +0200
2743
+ Processing by WelcomeController#index as HTML
2744
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2745
+ Completed 200 OK in 2ms (Views: 2.2ms)
2746
+ ---------------------------------
2747
+ DummyIntegrationTest: test_prefix
2748
+ ---------------------------------
2749
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:39 +0200
2750
+ Processing by WelcomeController#index as HTML
2751
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2752
+ Completed 200 OK in 3ms (Views: 3.1ms)
2753
+ ------------------------------------------
2754
+ ScavengerTest: test_can_compress_directory
2755
+ ------------------------------------------
2756
+ --------------------------------------
2757
+ ScavengerTest: test_has_version_number
2758
+ --------------------------------------
2759
+ -------------------------------------
2760
+ ScavengerTest: test_can_compress_file
2761
+ -------------------------------------
2762
+ ---------------------------------------
2763
+ ScavengerTest: test_creates_sprite_file
2764
+ ---------------------------------------
2765
+ -----------------------------------------------
2766
+ DummyIntegrationTest: test_default_aspect_ratio
2767
+ -----------------------------------------------
2768
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:50 +0200
2769
+ Processing by WelcomeController#index as HTML
2770
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2771
+ Completed 200 OK in 137ms (Views: 136.7ms)
2772
+ -----------------------------------------------
2773
+ DummyIntegrationTest: test_svg_helper_and_sheet
2774
+ -----------------------------------------------
2775
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:50 +0200
2776
+ Processing by WelcomeController#index as HTML
2777
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2778
+ Completed 200 OK in 3ms (Views: 2.6ms)
2779
+ ---------------------------------
2780
+ DummyIntegrationTest: test_prefix
2781
+ ---------------------------------
2782
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:54:50 +0200
2783
+ Processing by WelcomeController#index as HTML
2784
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2785
+ Completed 200 OK in 2ms (Views: 2.2ms)
2786
+ ---------------------------------------
2787
+ ScavengerTest: test_creates_sprite_file
2788
+ ---------------------------------------
2789
+ -------------------------------------
2790
+ ScavengerTest: test_can_compress_file
2791
+ -------------------------------------
2792
+ ------------------------------------------
2793
+ ScavengerTest: test_can_compress_directory
2794
+ ------------------------------------------
2795
+ --------------------------------------
2796
+ ScavengerTest: test_has_version_number
2797
+ --------------------------------------
2798
+ -----------------------------------------------
2799
+ DummyIntegrationTest: test_svg_helper_and_sheet
2800
+ -----------------------------------------------
2801
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:02 +0200
2802
+ Processing by WelcomeController#index as HTML
2803
+ Rendered welcome/index.html.erb within layouts/application (1.2ms)
2804
+ Completed 200 OK in 138ms (Views: 138.2ms)
2805
+ ---------------------------------
2806
+ DummyIntegrationTest: test_prefix
2807
+ ---------------------------------
2808
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:02 +0200
2809
+ Processing by WelcomeController#index as HTML
2810
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2811
+ Completed 200 OK in 2ms (Views: 2.2ms)
2812
+ -----------------------------------------------
2813
+ DummyIntegrationTest: test_default_aspect_ratio
2814
+ -----------------------------------------------
2815
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:02 +0200
2816
+ Processing by WelcomeController#index as HTML
2817
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2818
+ Completed 200 OK in 2ms (Views: 2.2ms)
2819
+ ------------------------------------------
2820
+ ScavengerTest: test_can_compress_directory
2821
+ ------------------------------------------
2822
+ --------------------------------------
2823
+ ScavengerTest: test_has_version_number
2824
+ --------------------------------------
2825
+ -------------------------------------
2826
+ ScavengerTest: test_can_compress_file
2827
+ -------------------------------------
2828
+ ---------------------------------------
2829
+ ScavengerTest: test_creates_sprite_file
2830
+ ---------------------------------------
2831
+ -----------------------------------------------
2832
+ DummyIntegrationTest: test_default_aspect_ratio
2833
+ -----------------------------------------------
2834
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:13 +0200
2835
+ Processing by WelcomeController#index as HTML
2836
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2837
+ Completed 200 OK in 134ms (Views: 134.2ms)
2838
+ ---------------------------------
2839
+ DummyIntegrationTest: test_prefix
2840
+ ---------------------------------
2841
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:13 +0200
2842
+ Processing by WelcomeController#index as HTML
2843
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2844
+ Completed 200 OK in 2ms (Views: 2.2ms)
2845
+ -----------------------------------------------
2846
+ DummyIntegrationTest: test_svg_helper_and_sheet
2847
+ -----------------------------------------------
2848
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:13 +0200
2849
+ Processing by WelcomeController#index as HTML
2850
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2851
+ Completed 200 OK in 3ms (Views: 2.7ms)
2852
+ -----------------------------------------------
2853
+ DummyIntegrationTest: test_svg_helper_and_sheet
2854
+ -----------------------------------------------
2855
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:38 +0200
2856
+ Processing by WelcomeController#index as HTML
2857
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2858
+ Completed 200 OK in 142ms (Views: 142.1ms)
2859
+ -----------------------------------------------
2860
+ DummyIntegrationTest: test_default_aspect_ratio
2861
+ -----------------------------------------------
2862
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:39 +0200
2863
+ Processing by WelcomeController#index as HTML
2864
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2865
+ Completed 200 OK in 3ms (Views: 2.7ms)
2866
+ --------------------------------------------------
2867
+ DummyIntegrationTest: test_configured_aspect_ratio
2868
+ --------------------------------------------------
2869
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:39 +0200
2870
+ Processing by WelcomeController#index as HTML
2871
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2872
+ Completed 200 OK in 2ms (Views: 2.2ms)
2873
+ ---------------------------------
2874
+ DummyIntegrationTest: test_prefix
2875
+ ---------------------------------
2876
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:55:39 +0200
2877
+ Processing by WelcomeController#index as HTML
2878
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2879
+ Completed 200 OK in 2ms (Views: 2.1ms)
2880
+ ------------------------------------------
2881
+ ScavengerTest: test_can_compress_directory
2882
+ ------------------------------------------
2883
+ --------------------------------------
2884
+ ScavengerTest: test_has_version_number
2885
+ --------------------------------------
2886
+ -------------------------------------
2887
+ ScavengerTest: test_can_compress_file
2888
+ -------------------------------------
2889
+ ---------------------------------------
2890
+ ScavengerTest: test_creates_sprite_file
2891
+ ---------------------------------------
2892
+ -----------------------------------------------
2893
+ DummyIntegrationTest: test_svg_helper_and_sheet
2894
+ -----------------------------------------------
2895
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:56:31 +0200
2896
+ Processing by WelcomeController#index as HTML
2897
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2898
+ Completed 200 OK in 137ms (Views: 136.7ms)
2899
+ ---------------------------------
2900
+ DummyIntegrationTest: test_prefix
2901
+ ---------------------------------
2902
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:56:32 +0200
2903
+ Processing by WelcomeController#index as HTML
2904
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2905
+ Completed 200 OK in 3ms (Views: 2.5ms)
2906
+ -----------------------------------------------
2907
+ DummyIntegrationTest: test_default_aspect_ratio
2908
+ -----------------------------------------------
2909
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:56:32 +0200
2910
+ Processing by WelcomeController#index as HTML
2911
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2912
+ Completed 200 OK in 2ms (Views: 2.1ms)
2913
+ --------------------------------------------------
2914
+ DummyIntegrationTest: test_configured_aspect_ratio
2915
+ --------------------------------------------------
2916
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:56:32 +0200
2917
+ Processing by WelcomeController#index as HTML
2918
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2919
+ Completed 200 OK in 2ms (Views: 1.8ms)
2920
+ -------------------------------------
2921
+ ScavengerTest: test_can_compress_file
2922
+ -------------------------------------
2923
+ ---------------------------------------
2924
+ ScavengerTest: test_creates_sprite_file
2925
+ ---------------------------------------
2926
+ ------------------------------------------
2927
+ ScavengerTest: test_can_compress_directory
2928
+ ------------------------------------------
2929
+ --------------------------------------
2930
+ ScavengerTest: test_has_version_number
2931
+ --------------------------------------
2932
+ --------------------------------------
2933
+ ScavengerTest: test_has_version_number
2934
+ --------------------------------------
2935
+ ---------------------------------------
2936
+ ScavengerTest: test_creates_sprite_file
2937
+ ---------------------------------------
2938
+ -------------------------------------
2939
+ ScavengerTest: test_can_compress_file
2940
+ -------------------------------------
2941
+ ------------------------------------------
2942
+ ScavengerTest: test_can_compress_directory
2943
+ ------------------------------------------
2944
+ --------------------------------------------------
2945
+ DummyIntegrationTest: test_configured_aspect_ratio
2946
+ --------------------------------------------------
2947
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:57:21 +0200
2948
+ Processing by WelcomeController#index as HTML
2949
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2950
+ Completed 200 OK in 142ms (Views: 141.6ms)
2951
+ -----------------------------------------------
2952
+ DummyIntegrationTest: test_default_aspect_ratio
2953
+ -----------------------------------------------
2954
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:57:22 +0200
2955
+ Processing by WelcomeController#index as HTML
2956
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2957
+ Completed 200 OK in 2ms (Views: 2.1ms)
2958
+ ---------------------------------
2959
+ DummyIntegrationTest: test_prefix
2960
+ ---------------------------------
2961
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:57:22 +0200
2962
+ Processing by WelcomeController#index as HTML
2963
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2964
+ Completed 200 OK in 3ms (Views: 3.1ms)
2965
+ -----------------------------------------------
2966
+ DummyIntegrationTest: test_svg_helper_and_sheet
2967
+ -----------------------------------------------
2968
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:57:22 +0200
2969
+ Processing by WelcomeController#index as HTML
2970
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2971
+ Completed 200 OK in 3ms (Views: 2.6ms)
2972
+ -----------------------------------------------
2973
+ DummyIntegrationTest: test_default_aspect_ratio
2974
+ -----------------------------------------------
2975
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:57:49 +0200
2976
+ Processing by WelcomeController#index as HTML
2977
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
2978
+ Completed 200 OK in 146ms (Views: 145.5ms)
2979
+ ---------------------------------
2980
+ DummyIntegrationTest: test_prefix
2981
+ ---------------------------------
2982
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:57:49 +0200
2983
+ Processing by WelcomeController#index as HTML
2984
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2985
+ Completed 200 OK in 2ms (Views: 2.3ms)
2986
+ --------------------------------------------------
2987
+ DummyIntegrationTest: test_configured_aspect_ratio
2988
+ --------------------------------------------------
2989
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:57:49 +0200
2990
+ Processing by WelcomeController#index as HTML
2991
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2992
+ Completed 200 OK in 2ms (Views: 2.2ms)
2993
+ -----------------------------------------------
2994
+ DummyIntegrationTest: test_svg_helper_and_sheet
2995
+ -----------------------------------------------
2996
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:57:49 +0200
2997
+ Processing by WelcomeController#index as HTML
2998
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
2999
+ Completed 200 OK in 2ms (Views: 2.1ms)
3000
+ ------------------------------------------
3001
+ ScavengerTest: test_can_compress_directory
3002
+ ------------------------------------------
3003
+ ---------------------------------------
3004
+ ScavengerTest: test_creates_sprite_file
3005
+ ---------------------------------------
3006
+ -------------------------------------
3007
+ ScavengerTest: test_can_compress_file
3008
+ -------------------------------------
3009
+ --------------------------------------
3010
+ ScavengerTest: test_has_version_number
3011
+ --------------------------------------
3012
+ --------------------------------------------------
3013
+ DummyIntegrationTest: test_configured_aspect_ratio
3014
+ --------------------------------------------------
3015
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:58:16 +0200
3016
+ Processing by WelcomeController#index as HTML
3017
+ Rendered welcome/index.html.erb within layouts/application (1.3ms)
3018
+ Completed 200 OK in 168ms (Views: 168.1ms)
3019
+ -----------------------------------------------
3020
+ DummyIntegrationTest: test_default_aspect_ratio
3021
+ -----------------------------------------------
3022
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:58:16 +0200
3023
+ Processing by WelcomeController#index as HTML
3024
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3025
+ Completed 200 OK in 2ms (Views: 2.4ms)
3026
+ ---------------------------------
3027
+ DummyIntegrationTest: test_prefix
3028
+ ---------------------------------
3029
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:58:16 +0200
3030
+ Processing by WelcomeController#index as HTML
3031
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3032
+ Completed 200 OK in 2ms (Views: 2.1ms)
3033
+ -----------------------------------------------
3034
+ DummyIntegrationTest: test_svg_helper_and_sheet
3035
+ -----------------------------------------------
3036
+ Started GET "/" for 127.0.0.1 at 2016-10-21 14:58:16 +0200
3037
+ Processing by WelcomeController#index as HTML
3038
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3039
+ Completed 200 OK in 2ms (Views: 1.9ms)
3040
+ ---------------------------------------
3041
+ ScavengerTest: test_creates_sprite_file
3042
+ ---------------------------------------
3043
+ -------------------------------------
3044
+ ScavengerTest: test_can_compress_file
3045
+ -------------------------------------
3046
+ --------------------------------------
3047
+ ScavengerTest: test_has_version_number
3048
+ --------------------------------------
3049
+ ------------------------------------------
3050
+ ScavengerTest: test_can_compress_directory
3051
+ ------------------------------------------
3052
+ --------------------------------------------------
3053
+ DummyIntegrationTest: test_configured_aspect_ratio
3054
+ --------------------------------------------------
3055
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:05:38 +0200
3056
+ Processing by WelcomeController#index as HTML
3057
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
3058
+ Completed 200 OK in 144ms (Views: 144.2ms)
3059
+ ---------------------------------
3060
+ DummyIntegrationTest: test_prefix
3061
+ ---------------------------------
3062
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:05:38 +0200
3063
+ Processing by WelcomeController#index as HTML
3064
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3065
+ Completed 200 OK in 3ms (Views: 2.6ms)
3066
+ -----------------------------------------------
3067
+ DummyIntegrationTest: test_default_aspect_ratio
3068
+ -----------------------------------------------
3069
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:05:38 +0200
3070
+ Processing by WelcomeController#index as HTML
3071
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3072
+ Completed 200 OK in 2ms (Views: 2.2ms)
3073
+ -----------------------------------------------
3074
+ DummyIntegrationTest: test_svg_helper_and_sheet
3075
+ -----------------------------------------------
3076
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:05:38 +0200
3077
+ Processing by WelcomeController#index as HTML
3078
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3079
+ Completed 200 OK in 2ms (Views: 1.9ms)
3080
+ ---------------------------------------
3081
+ ScavengerTest: test_creates_sprite_file
3082
+ ---------------------------------------
3083
+ ------------------------------------------
3084
+ ScavengerTest: test_can_compress_directory
3085
+ ------------------------------------------
3086
+ -------------------------------------
3087
+ ScavengerTest: test_can_compress_file
3088
+ -------------------------------------
3089
+ --------------------------------------
3090
+ ScavengerTest: test_has_version_number
3091
+ --------------------------------------
3092
+ ---------------------------------
3093
+ DummyIntegrationTest: test_prefix
3094
+ ---------------------------------
3095
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:15:47 +0200
3096
+ Processing by WelcomeController#index as HTML
3097
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
3098
+ Completed 200 OK in 143ms (Views: 143.1ms)
3099
+ -----------------------------------------------
3100
+ DummyIntegrationTest: test_svg_helper_and_sheet
3101
+ -----------------------------------------------
3102
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:15:47 +0200
3103
+ Processing by WelcomeController#index as HTML
3104
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3105
+ Completed 200 OK in 3ms (Views: 2.6ms)
3106
+ -----------------------------------------------
3107
+ DummyIntegrationTest: test_default_aspect_ratio
3108
+ -----------------------------------------------
3109
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:15:47 +0200
3110
+ Processing by WelcomeController#index as HTML
3111
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3112
+ Completed 200 OK in 2ms (Views: 2.2ms)
3113
+ --------------------------------------------------
3114
+ DummyIntegrationTest: test_configured_aspect_ratio
3115
+ --------------------------------------------------
3116
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:15:47 +0200
3117
+ Processing by WelcomeController#index as HTML
3118
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3119
+ Completed 200 OK in 2ms (Views: 2.0ms)
3120
+ ------------------------------------------
3121
+ ScavengerTest: test_can_compress_directory
3122
+ ------------------------------------------
3123
+ -------------------------------------
3124
+ ScavengerTest: test_can_compress_file
3125
+ -------------------------------------
3126
+ ---------------------------------------
3127
+ ScavengerTest: test_creates_sprite_file
3128
+ ---------------------------------------
3129
+ --------------------------------------
3130
+ ScavengerTest: test_has_version_number
3131
+ --------------------------------------
3132
+ --------------------------------------------------
3133
+ DummyIntegrationTest: test_configured_aspect_ratio
3134
+ --------------------------------------------------
3135
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:58:50 +0200
3136
+ Processing by WelcomeController#index as HTML
3137
+ Rendered welcome/index.html.erb within layouts/application (1.0ms)
3138
+ Completed 200 OK in 143ms (Views: 143.2ms)
3139
+ -----------------------------------------------
3140
+ DummyIntegrationTest: test_svg_helper_and_sheet
3141
+ -----------------------------------------------
3142
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:58:50 +0200
3143
+ Processing by WelcomeController#index as HTML
3144
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3145
+ Completed 200 OK in 2ms (Views: 2.3ms)
3146
+ -----------------------------------------------
3147
+ DummyIntegrationTest: test_default_aspect_ratio
3148
+ -----------------------------------------------
3149
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:58:51 +0200
3150
+ Processing by WelcomeController#index as HTML
3151
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3152
+ Completed 200 OK in 2ms (Views: 2.2ms)
3153
+ ---------------------------------
3154
+ DummyIntegrationTest: test_prefix
3155
+ ---------------------------------
3156
+ Started GET "/" for 127.0.0.1 at 2016-10-21 15:58:51 +0200
3157
+ Processing by WelcomeController#index as HTML
3158
+ Rendered welcome/index.html.erb within layouts/application (0.1ms)
3159
+ Completed 200 OK in 2ms (Views: 2.0ms)
3160
+ ------------------------------------------
3161
+ ScavengerTest: test_can_compress_directory
3162
+ ------------------------------------------
3163
+ -------------------------------------
3164
+ ScavengerTest: test_can_compress_file
3165
+ -------------------------------------
3166
+ ---------------------------------------
3167
+ ScavengerTest: test_creates_sprite_file
3168
+ ---------------------------------------
3169
+ --------------------------------------
3170
+ ScavengerTest: test_has_version_number
3171
+ --------------------------------------