teaspoon 0.7.4 → 0.7.5

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 (357) hide show
  1. data/README.md +13 -6
  2. data/app/assets/javascripts/teaspoon-angular.js +0 -6
  3. data/app/assets/javascripts/teaspoon-jasmine.js +0 -10
  4. data/app/assets/javascripts/teaspoon-mocha.js +3 -10
  5. data/app/assets/javascripts/teaspoon-qunit.js +0 -6
  6. data/app/assets/javascripts/teaspoon-teaspoon.js +2 -2
  7. data/app/assets/javascripts/teaspoon/base/teaspoon.coffee +2 -2
  8. data/app/assets/javascripts/teaspoon/mocha.coffee +1 -1
  9. data/app/views/teaspoon/spec/_require_js.html.erb +19 -0
  10. data/app/views/teaspoon/spec/_standard.html.erb +4 -0
  11. data/app/views/teaspoon/spec/runner.html.erb +3 -31
  12. data/app/views/teaspoon/spec/suites.html.erb +1 -1
  13. data/lib/generators/teaspoon/install/POST_INSTALL +2 -2
  14. data/lib/tasks/teaspoon.rake +3 -6
  15. data/lib/teaspoon/configuration.rb +28 -22
  16. data/lib/teaspoon/console.rb +4 -3
  17. data/lib/teaspoon/drivers/phantomjs_driver.rb +1 -1
  18. data/lib/teaspoon/engine.rb +1 -1
  19. data/lib/teaspoon/environment.rb +0 -23
  20. data/lib/teaspoon/runner.rb +1 -1
  21. data/lib/teaspoon/suite.rb +10 -7
  22. data/lib/teaspoon/version.rb +1 -1
  23. data/spec/dummy/config/application.rb +1 -1
  24. data/spec/dummy/config/environments/development.rb +3 -3
  25. data/spec/dummy/config/environments/test.rb +3 -3
  26. data/spec/dummy/log/development.log +7790 -0
  27. data/spec/dummy/log/test.log +943 -0
  28. data/spec/dummy/tmp/cache/assets/C25/DF0/sprockets%2F112ca295249c55965432d1b7287494f2 +0 -0
  29. data/spec/dummy/tmp/cache/assets/C5C/590/sprockets%2Ff42773a21e1ad7875748692902174e5d +0 -0
  30. data/spec/dummy/tmp/cache/assets/C9B/660/sprockets%2F2bf7f93d87a68984bf360036777a9048 +0 -0
  31. data/spec/dummy/tmp/cache/assets/CBC/A50/sprockets%2F8a6b0964e8b088cc6764b749e0e03922 +0 -0
  32. data/spec/dummy/tmp/cache/assets/CD9/0A0/sprockets%2F3c2824c156d5b0613aa154fb839f8a84 +0 -0
  33. data/spec/dummy/tmp/cache/assets/CDE/AA0/sprockets%2Fb269a421986065155eec6b0ccf85c216 +0 -0
  34. data/spec/dummy/tmp/cache/assets/CE9/610/sprockets%2F8932b9f7619376c7cd1b64e42b4a5d42 +0 -0
  35. data/spec/dummy/tmp/cache/assets/CF3/EA0/sprockets%2F35b39c5267e178ce2d838cc8598b7a24 +0 -0
  36. data/spec/dummy/tmp/cache/assets/D0A/500/sprockets%2F1744b63e25858a81fea0430647cc9aca +0 -0
  37. data/spec/dummy/tmp/cache/assets/D1D/7E0/sprockets%2F63c871d9851725b9a3b4c79ac7692adc +0 -0
  38. data/spec/dummy/tmp/cache/assets/D1D/DC0/sprockets%2F6c0b1513003f61e4ca60524ff2b1cb2f +0 -0
  39. data/spec/dummy/tmp/cache/assets/D20/990/sprockets%2F97d3c7dd2bdeb011879c31229e989f90 +0 -0
  40. data/spec/dummy/tmp/cache/assets/D45/6C0/sprockets%2F6d48a05de0277502fa6f67a53f0e5f8f +0 -0
  41. data/spec/dummy/tmp/cache/assets/D4D/500/sprockets%2F75125bab369cd146b4175fdff9f5d739 +0 -0
  42. data/spec/dummy/tmp/cache/assets/D62/750/sprockets%2F9fccdb1b100005e1d4bdc166951857fe +0 -0
  43. data/spec/dummy/tmp/cache/assets/D65/B30/sprockets%2Fe6e3e3a02c509c3064ce77cb5fe24f21 +0 -0
  44. data/spec/dummy/tmp/cache/assets/D67/F20/sprockets%2F2427b0e9fceeb59c529d124005bf31fd +0 -0
  45. data/spec/dummy/tmp/cache/assets/D6A/770/sprockets%2Faa5ff4c1e3bb4e973a730789af00a529 +0 -0
  46. data/spec/dummy/tmp/cache/assets/D78/A90/sprockets%2Fc39e5849e26e90eb372a38bbdf33d60f +0 -0
  47. data/spec/dummy/tmp/cache/assets/DC1/3D0/sprockets%2F86c67cecd2b0adba7950111e7a8c1e2d +0 -0
  48. data/spec/dummy/tmp/cache/assets/DC8/410/sprockets%2Fce10d00f39facdef8448ce9f4c18a022 +0 -0
  49. data/spec/dummy/tmp/cache/assets/E70/880/sprockets%2Fc40e659adecd492d9fe52c7faf9adf8b +0 -0
  50. data/spec/dummy/tmp/cache/assets/development/sprockets/0054df06d1cae8d2b06febd6e77c0b9e +0 -0
  51. data/spec/dummy/tmp/cache/assets/development/sprockets/016bce1f4a2efbe612e877566d9ea100 +0 -0
  52. data/spec/dummy/tmp/cache/assets/development/sprockets/01e2a3325e2617549c1dcfdab8ff93a7 +0 -0
  53. data/spec/dummy/tmp/cache/assets/development/sprockets/02a4c00d7748f3f272b27d771164e1c3 +0 -0
  54. data/spec/dummy/tmp/cache/assets/development/sprockets/02e1c54cebf6319465e469269b91ab66 +0 -0
  55. data/spec/dummy/tmp/cache/assets/development/sprockets/03aa8c32f2ec5847b83b4e293b695ce2 +0 -0
  56. data/spec/dummy/tmp/cache/assets/development/sprockets/052e2c622efb53025e9079646cf01e08 +0 -0
  57. data/spec/dummy/tmp/cache/assets/development/sprockets/05b1005fe9ce9c354228151b517ee009 +0 -0
  58. data/spec/dummy/tmp/cache/assets/development/sprockets/074a8d4e7179c365379a1357729cebce +0 -0
  59. data/spec/dummy/tmp/cache/assets/development/sprockets/07beacb160854d50a8348e861c26f172 +0 -0
  60. data/spec/dummy/tmp/cache/assets/development/sprockets/07e0339625734ae5a31e04166411b782 +0 -0
  61. data/spec/dummy/tmp/cache/assets/development/sprockets/08a6eb8925208e596a4315746e2717da +0 -0
  62. data/spec/dummy/tmp/cache/assets/development/sprockets/08ecd9ad20025d3c1a9a99bce581c2d2 +0 -0
  63. data/spec/dummy/tmp/cache/assets/development/sprockets/091f246d300154ab65ba71bb1b37f490 +0 -0
  64. data/spec/dummy/tmp/cache/assets/development/sprockets/09ebedd4feaad33be1acf8d1c5d2570f +0 -0
  65. data/spec/dummy/tmp/cache/assets/development/sprockets/0b6a13a22b1e2bcc05848aaa9e1dd616 +0 -0
  66. data/spec/dummy/tmp/cache/assets/development/sprockets/0e6215d8ea6200c886a51d5ecf674654 +0 -0
  67. data/spec/dummy/tmp/cache/assets/development/sprockets/0eb156e218088263f90638aa01b7a626 +0 -0
  68. data/spec/dummy/tmp/cache/assets/development/sprockets/0f6a3438734a9a1edb0e0675d9d0377d +0 -0
  69. data/spec/dummy/tmp/cache/assets/development/sprockets/0faaea06542b9581dd4f5b6cd3688d4d +0 -0
  70. data/spec/dummy/tmp/cache/assets/development/sprockets/112ca295249c55965432d1b7287494f2 +0 -0
  71. data/spec/dummy/tmp/cache/assets/development/sprockets/118cfd38542d213203f3dcd4dfeebd24 +0 -0
  72. data/spec/dummy/tmp/cache/assets/development/sprockets/1371f4209f2e3da36cc7ef40c312009d +0 -0
  73. data/spec/dummy/tmp/cache/assets/development/sprockets/13d208e1c03b0955e5a1fe2b0b5b23ef +0 -0
  74. data/spec/dummy/tmp/cache/assets/development/sprockets/145ef30d3bcc7e3ca35892689f6ce8a0 +0 -0
  75. data/spec/dummy/tmp/cache/assets/development/sprockets/15bbb543d7fb17009e5b5e397ccd5b8b +0 -0
  76. data/spec/dummy/tmp/cache/assets/development/sprockets/1744b63e25858a81fea0430647cc9aca +0 -0
  77. data/spec/dummy/tmp/cache/assets/development/sprockets/1942d56a64c30e56e0152274cfc39026 +0 -0
  78. data/spec/dummy/tmp/cache/assets/development/sprockets/1c11323cba96871d4a421b701d5fac73 +0 -0
  79. data/spec/dummy/tmp/cache/assets/development/sprockets/1c46a2827c86133bc4760109187fd59c +0 -0
  80. data/spec/dummy/tmp/cache/assets/development/sprockets/1f2a97763ec71dafb4703fb1106ee483 +0 -0
  81. data/spec/dummy/tmp/cache/assets/development/sprockets/20cf37ca9a4df80bc5da11fafd195e34 +0 -0
  82. data/spec/dummy/tmp/cache/assets/development/sprockets/20ebb049c3c692d97b2972d14b029c5f +0 -0
  83. data/spec/dummy/tmp/cache/assets/development/sprockets/2154b6b03f3215665cd076b8b57d516d +0 -0
  84. data/spec/dummy/tmp/cache/assets/development/sprockets/21ebb80e795090546a759df5a7c10f29 +0 -0
  85. data/spec/dummy/tmp/cache/assets/development/sprockets/22af99288805be7db674b07e8c8e4373 +0 -0
  86. data/spec/dummy/tmp/cache/assets/development/sprockets/2330f9bc8907f8ed00fa58b62ebefbcf +0 -0
  87. data/spec/dummy/tmp/cache/assets/development/sprockets/2427b0e9fceeb59c529d124005bf31fd +0 -0
  88. data/spec/dummy/tmp/cache/assets/development/sprockets/256f2b5ef55bb2178d163de1220af93b +0 -0
  89. data/spec/dummy/tmp/cache/assets/development/sprockets/2587be623abb5cdb107d66c39fc34377 +0 -0
  90. data/spec/dummy/tmp/cache/assets/development/sprockets/292fcaf456df2e8e233cc858eb4ace9f +0 -0
  91. data/spec/dummy/tmp/cache/assets/development/sprockets/2998e7067c0bede1824dfd7f5fc95eef +0 -0
  92. data/spec/dummy/tmp/cache/assets/development/sprockets/29c32d317ecd430bad9d5cb7d34a7fce +0 -0
  93. data/spec/dummy/tmp/cache/assets/development/sprockets/2a787012f1b90d24f42348def86799e3 +0 -0
  94. data/spec/dummy/tmp/cache/assets/development/sprockets/2bf7f93d87a68984bf360036777a9048 +0 -0
  95. data/spec/dummy/tmp/cache/assets/development/sprockets/3220d6e8829d7f682b36690d24d89370 +0 -0
  96. data/spec/dummy/tmp/cache/assets/development/sprockets/35452dbbf5cfb6bc064a3fa7c8095870 +0 -0
  97. data/spec/dummy/tmp/cache/assets/development/sprockets/35b39c5267e178ce2d838cc8598b7a24 +0 -0
  98. data/spec/dummy/tmp/cache/assets/development/sprockets/36fdd953c34e9e9cfc14986b8dba03e0 +0 -0
  99. data/spec/dummy/tmp/cache/assets/development/sprockets/38911cf3b482e0a9ffccdfc3e83d931d +0 -0
  100. data/spec/dummy/tmp/cache/assets/development/sprockets/38d070e91f1b7c5215d70b2525cc07d0 +0 -0
  101. data/spec/dummy/tmp/cache/assets/development/sprockets/39d425c327b59ef33c098d2d26898965 +0 -0
  102. data/spec/dummy/tmp/cache/assets/development/sprockets/3a2136e6395fb4df7797fb30fc5a1f80 +0 -0
  103. data/spec/dummy/tmp/cache/assets/development/sprockets/3c2824c156d5b0613aa154fb839f8a84 +0 -0
  104. data/spec/dummy/tmp/cache/assets/development/sprockets/3c37be0012b241b56b8563b15179847e +0 -0
  105. data/spec/dummy/tmp/cache/assets/development/sprockets/3d58eb5be1b9facbb70f53cd486b2f30 +0 -0
  106. data/spec/dummy/tmp/cache/assets/development/sprockets/3d798baf183cc4887b3992608023b3c9 +0 -0
  107. data/spec/dummy/tmp/cache/assets/development/sprockets/3de69a9ec64e8beae2162f2c2f10b652 +0 -0
  108. data/spec/dummy/tmp/cache/assets/development/sprockets/423830d3fc61db9ea5dd6d33604f8ae4 +0 -0
  109. data/spec/dummy/tmp/cache/assets/development/sprockets/445120c6ae40c4f2ae895467d1bbb12c +0 -0
  110. data/spec/dummy/tmp/cache/assets/development/sprockets/45f20d90b38849e4353c416769053d12 +0 -0
  111. data/spec/dummy/tmp/cache/assets/development/sprockets/4601411fe10ef402c54609b2df2d13e2 +0 -0
  112. data/spec/dummy/tmp/cache/assets/development/sprockets/461f7f03173d3b5412597ca9ace9eff2 +0 -0
  113. data/spec/dummy/tmp/cache/assets/development/sprockets/46365985ce947df2576dca9a91a49685 +0 -0
  114. data/spec/dummy/tmp/cache/assets/development/sprockets/46fecc995c7398a909e40287b688aead +0 -0
  115. data/spec/dummy/tmp/cache/assets/development/sprockets/48f8b7ca81c7ea65efabfb0bf9e9eded +0 -0
  116. data/spec/dummy/tmp/cache/assets/development/sprockets/4bec51fd42ffdf7ebaed5174c225ccb2 +0 -0
  117. data/spec/dummy/tmp/cache/assets/development/sprockets/4bf23e7d8c09d0e6cffeebef39887ec8 +0 -0
  118. data/spec/dummy/tmp/cache/assets/development/sprockets/4c6efdfbb1b86b56c61f560eaee41a33 +0 -0
  119. data/spec/dummy/tmp/cache/assets/development/sprockets/4c75aaa6cb44f86fb775481119bb8f94 +0 -0
  120. data/spec/dummy/tmp/cache/assets/development/sprockets/4de73ac67b329911b1a20f7ed98e995b +0 -0
  121. data/spec/dummy/tmp/cache/assets/development/sprockets/4f7425fbbf4c3fd2e6e64d7e8cdcb224 +0 -0
  122. data/spec/dummy/tmp/cache/assets/development/sprockets/4fadd68bdaa7a15b388bcc7e31233a70 +0 -0
  123. data/spec/dummy/tmp/cache/assets/development/sprockets/508700ef01989622f74d016af26c3d91 +0 -0
  124. data/spec/dummy/tmp/cache/assets/development/sprockets/53b39eb9f52812779e5702977cca7b81 +0 -0
  125. data/spec/dummy/tmp/cache/assets/development/sprockets/56b12ffb63cdb65bb22fdfb17c3e7d3f +0 -0
  126. data/spec/dummy/tmp/cache/assets/development/sprockets/58c3a51016fd8c7b5e4456867ad98165 +0 -0
  127. data/spec/dummy/tmp/cache/assets/development/sprockets/5a8fd092f1b0edb02b2ea0e8b2fb3f31 +0 -0
  128. data/spec/dummy/tmp/cache/assets/development/sprockets/5f02cc6a1789b46ed93f4a6225650eb0 +0 -0
  129. data/spec/dummy/tmp/cache/assets/development/sprockets/60c44252744654a6be1f962c64f7e8c0 +0 -0
  130. data/spec/dummy/tmp/cache/assets/development/sprockets/616dc865f64dd96d844a082e7d8710f9 +0 -0
  131. data/spec/dummy/tmp/cache/assets/development/sprockets/63c871d9851725b9a3b4c79ac7692adc +0 -0
  132. data/spec/dummy/tmp/cache/assets/development/sprockets/649f4fabc8871ebb13456c404e8da320 +0 -0
  133. data/spec/dummy/tmp/cache/assets/development/sprockets/65ca6b356cd31cd9549ce4abbe133c46 +0 -0
  134. data/spec/dummy/tmp/cache/assets/development/sprockets/66968eef158c2c516761d47ed7f9de4f +0 -0
  135. data/spec/dummy/tmp/cache/assets/development/sprockets/6953ed07811a21dbf3e2e6fe3adf3887 +0 -0
  136. data/spec/dummy/tmp/cache/assets/development/sprockets/6a029e83ec409bfe13766cf37becf8cc +0 -0
  137. data/spec/dummy/tmp/cache/assets/development/sprockets/6c0b1513003f61e4ca60524ff2b1cb2f +0 -0
  138. data/spec/dummy/tmp/cache/assets/development/sprockets/6d48a05de0277502fa6f67a53f0e5f8f +0 -0
  139. data/spec/dummy/tmp/cache/assets/development/sprockets/6dba5274d817fdc15c35da619cf98ec3 +0 -0
  140. data/spec/dummy/tmp/cache/assets/development/sprockets/6e83f40cc9d9305a02c35bceae3e3dde +0 -0
  141. data/spec/dummy/tmp/cache/assets/development/sprockets/701c40fd5a85974f67463cd24f52c083 +0 -0
  142. data/spec/dummy/tmp/cache/assets/development/sprockets/70d4509f6ebbc286e37ff1aa2dfec564 +0 -0
  143. data/spec/dummy/tmp/cache/assets/development/sprockets/71169bd3cbcd25bd883788c85bf368db +0 -0
  144. data/spec/dummy/tmp/cache/assets/development/sprockets/7234e32a7c4f75006804d433ad2604e3 +0 -0
  145. data/spec/dummy/tmp/cache/assets/development/sprockets/743f704f57b3be0054262ee4cfdad3ca +0 -0
  146. data/spec/dummy/tmp/cache/assets/development/sprockets/75125bab369cd146b4175fdff9f5d739 +0 -0
  147. data/spec/dummy/tmp/cache/assets/development/sprockets/766a8893a322585eff26c7bc9ad23d73 +0 -0
  148. data/spec/dummy/tmp/cache/assets/development/sprockets/7803747293bdf7e351e12208ce2adb5e +0 -0
  149. data/spec/dummy/tmp/cache/assets/development/sprockets/7977d4db3591d52af3c7a1d32375d2c0 +0 -0
  150. data/spec/dummy/tmp/cache/assets/development/sprockets/7c2185efe2d10ffb394dc6d4cb3dd437 +0 -0
  151. data/spec/dummy/tmp/cache/assets/development/sprockets/7ca5c8056349b5d9faedf61586897245 +0 -0
  152. data/spec/dummy/tmp/cache/assets/development/sprockets/7f370a14e81c2609993a8beb69c1ca9e +0 -0
  153. data/spec/dummy/tmp/cache/assets/development/sprockets/7f99f1d8931e19608c655a6d54ecebde +0 -0
  154. data/spec/dummy/tmp/cache/assets/development/sprockets/8139ac06e8c5dce66a851849f9e61d3c +0 -0
  155. data/spec/dummy/tmp/cache/assets/development/sprockets/81c12a3d4baa2708a1976971c5be97bb +0 -0
  156. data/spec/dummy/tmp/cache/assets/development/sprockets/85eae8c3c76d6df51cf4d5b4c4afda3c +0 -0
  157. data/spec/dummy/tmp/cache/assets/development/sprockets/86a8328ac33071569f5d222fe3af0e52 +0 -0
  158. data/spec/dummy/tmp/cache/assets/development/sprockets/86c67cecd2b0adba7950111e7a8c1e2d +0 -0
  159. data/spec/dummy/tmp/cache/assets/development/sprockets/86cfa20850f26cac6060fe7821089252 +0 -0
  160. data/spec/dummy/tmp/cache/assets/development/sprockets/8783cd1e0a84f6f66fca5cf03c55ee5c +0 -0
  161. data/spec/dummy/tmp/cache/assets/development/sprockets/8932b9f7619376c7cd1b64e42b4a5d42 +0 -0
  162. data/spec/dummy/tmp/cache/assets/development/sprockets/8a6b0964e8b088cc6764b749e0e03922 +0 -0
  163. data/spec/dummy/tmp/cache/assets/development/sprockets/8bae8adecebebb91c6d78778efc9a85f +0 -0
  164. data/spec/dummy/tmp/cache/assets/development/sprockets/8bee82bd1e7266d6993171c496ec99a3 +0 -0
  165. data/spec/dummy/tmp/cache/assets/development/sprockets/8c36c7983c10b95f7894cfaf88e52823 +0 -0
  166. data/spec/dummy/tmp/cache/assets/development/sprockets/9178e65c1450b255f7e2ee47800095c0 +0 -0
  167. data/spec/dummy/tmp/cache/assets/development/sprockets/940ff7dd2eb90b973d157f64a913dca7 +0 -0
  168. data/spec/dummy/tmp/cache/assets/development/sprockets/97d3c7dd2bdeb011879c31229e989f90 +0 -0
  169. data/spec/dummy/tmp/cache/assets/development/sprockets/9af7eb9fe427f90f4316402cea5fab7c +0 -0
  170. data/spec/dummy/tmp/cache/assets/development/sprockets/9b97a5c5521043c8454271a8a18612b2 +0 -0
  171. data/spec/dummy/tmp/cache/assets/development/sprockets/9c1917b055c00de1b20ea9a80156e459 +0 -0
  172. data/spec/dummy/tmp/cache/assets/development/sprockets/9d3df22c1d14157acc0d7551700640f5 +0 -0
  173. data/spec/dummy/tmp/cache/assets/development/sprockets/9f13709c656a483ca78d673ec719e869 +0 -0
  174. data/spec/dummy/tmp/cache/assets/development/sprockets/9fbcf98472dfc131ab3069c07e1cf2dd +0 -0
  175. data/spec/dummy/tmp/cache/assets/development/sprockets/9fccdb1b100005e1d4bdc166951857fe +0 -0
  176. data/spec/dummy/tmp/cache/assets/development/sprockets/a33b3dda5955d0fe5da0f31a84405bdf +0 -0
  177. data/spec/dummy/tmp/cache/assets/development/sprockets/a4876ddba1e5189f8550a984ecb73c66 +0 -0
  178. data/spec/dummy/tmp/cache/assets/development/sprockets/a5ccda39907493196d8a046a7778300a +0 -0
  179. data/spec/dummy/tmp/cache/assets/development/sprockets/a65d355185e6ed0699611739c38a6683 +0 -0
  180. data/spec/dummy/tmp/cache/assets/development/sprockets/a7bc616914f8b8ecb8234b3b19eb8b2c +0 -0
  181. data/spec/dummy/tmp/cache/assets/development/sprockets/a8e6dddc04c87982036dc3128dddf592 +0 -0
  182. data/spec/dummy/tmp/cache/assets/development/sprockets/a9dc643a8e046f4795746f54eec3674e +0 -0
  183. data/spec/dummy/tmp/cache/assets/development/sprockets/aa5ff4c1e3bb4e973a730789af00a529 +0 -0
  184. data/spec/dummy/tmp/cache/assets/development/sprockets/aa81cf310d5d140bbd863483f38fd0a9 +0 -0
  185. data/spec/dummy/tmp/cache/assets/development/sprockets/ac3639fd8faa98d0aacac64154539513 +0 -0
  186. data/spec/dummy/tmp/cache/assets/development/sprockets/ac5424c2468c0ec2fd1985fc0e2f0fe0 +0 -0
  187. data/spec/dummy/tmp/cache/assets/development/sprockets/ac75d9bb3ad3393033a29b1558f68dc6 +0 -0
  188. data/spec/dummy/tmp/cache/assets/development/sprockets/acab060322751b3cc1f8189aa054a901 +0 -0
  189. data/spec/dummy/tmp/cache/assets/development/sprockets/ad79f3d9ccc852e44b0799019b48915d +0 -0
  190. data/spec/dummy/tmp/cache/assets/development/sprockets/ad929fe0ea4b6b870f243475518f2007 +0 -0
  191. data/spec/dummy/tmp/cache/assets/development/sprockets/b0785b5eca3ab95a9cdd7224bc70f7b8 +0 -0
  192. data/spec/dummy/tmp/cache/assets/development/sprockets/b0fdd3aaec208299720615ffbaa588d5 +0 -0
  193. data/spec/dummy/tmp/cache/assets/development/sprockets/b2655da2ace22026d8567f637e597a9c +0 -0
  194. data/spec/dummy/tmp/cache/assets/development/sprockets/b269a421986065155eec6b0ccf85c216 +0 -0
  195. data/spec/dummy/tmp/cache/assets/development/sprockets/b3f106fdb0273e14ceaac0981056f182 +0 -0
  196. data/spec/dummy/tmp/cache/assets/development/sprockets/b5bc90bd03b8b8cb88536edd94400a11 +0 -0
  197. data/spec/dummy/tmp/cache/assets/development/sprockets/b6ddeed67c9ebb1834d6252ef0360d1f +0 -0
  198. data/spec/dummy/tmp/cache/assets/development/sprockets/b8c9bdf295e555386f45c2b9039a0540 +0 -0
  199. data/spec/dummy/tmp/cache/assets/development/sprockets/b924d0b704b7f7ccae9a8502cf8d12da +0 -0
  200. data/spec/dummy/tmp/cache/assets/development/sprockets/bb1481aba2ca44d7b5ee1fe1f16ff418 +0 -0
  201. data/spec/dummy/tmp/cache/assets/development/sprockets/bca72885d4e5f5b5140a3324ec0c7518 +0 -0
  202. data/spec/dummy/tmp/cache/assets/development/sprockets/bdc5cc7c623bf7b38becd3e0cf86238b +0 -0
  203. data/spec/dummy/tmp/cache/assets/development/sprockets/bfa1dc76284515e3af8c18bef1e9e783 +0 -0
  204. data/spec/dummy/tmp/cache/assets/development/sprockets/c0228c8ca1319a061db8d99dc22bd655 +0 -0
  205. data/spec/dummy/tmp/cache/assets/development/sprockets/c39e5849e26e90eb372a38bbdf33d60f +0 -0
  206. data/spec/dummy/tmp/cache/assets/development/sprockets/c40e659adecd492d9fe52c7faf9adf8b +0 -0
  207. data/spec/dummy/tmp/cache/assets/development/sprockets/c5151e2906c7bc7aa0c535125359d57c +0 -0
  208. data/spec/dummy/tmp/cache/assets/development/sprockets/c63844335889f8194cd6f52a8b8ccaf7 +0 -0
  209. data/spec/dummy/tmp/cache/assets/development/sprockets/c7a1d2aa3e560fe16146ff9ae2007fb3 +0 -0
  210. data/spec/dummy/tmp/cache/assets/development/sprockets/c7b8416a760ef20fb941c268d6247b2c +0 -0
  211. data/spec/dummy/tmp/cache/assets/development/sprockets/c87bc9487488c0596756362e14e23f0b +0 -0
  212. data/spec/dummy/tmp/cache/assets/development/sprockets/cc1c50c422676544436b93e13078a165 +0 -0
  213. data/spec/dummy/tmp/cache/assets/development/sprockets/ce10d00f39facdef8448ce9f4c18a022 +0 -0
  214. data/spec/dummy/tmp/cache/assets/development/sprockets/d13ee01780875b57ce81ed7bc0135e8e +0 -0
  215. data/spec/dummy/tmp/cache/assets/development/sprockets/d2cfc054a6b1cb0b10c5bb2db0470cb3 +0 -0
  216. data/spec/dummy/tmp/cache/assets/development/sprockets/d5b452a1060159470bdfa5c9ce0dbb93 +0 -0
  217. data/spec/dummy/tmp/cache/assets/development/sprockets/d627a8776bc0b99cb1a80a0a92286ca2 +0 -0
  218. data/spec/dummy/tmp/cache/assets/development/sprockets/d69b30d50e02dcb115081b2cd95f9b40 +0 -0
  219. data/spec/dummy/tmp/cache/assets/development/sprockets/d6d47781ebf5f7d4eddd22e6b7e1dfa7 +0 -0
  220. data/spec/dummy/tmp/cache/assets/development/sprockets/dacd1540395ae5552c2e7b33857055e3 +0 -0
  221. data/spec/dummy/tmp/cache/assets/development/sprockets/dbf7b6c8fb18d83935e4886509dfe507 +0 -0
  222. data/spec/dummy/tmp/cache/assets/development/sprockets/ddda43bc0cead5b936fff2e3c183d025 +0 -0
  223. data/spec/dummy/tmp/cache/assets/development/sprockets/de96f229aa3f04869ec12f0de0e27dbc +0 -0
  224. data/spec/dummy/tmp/cache/assets/development/sprockets/e0075d8ed16ce9ed495a16469b82220c +0 -0
  225. data/spec/dummy/tmp/cache/assets/development/sprockets/e0a2530bd7903b53589c66e72448bf62 +0 -0
  226. data/spec/dummy/tmp/cache/assets/development/sprockets/e0f1224ac1294a11684d82b0c6490311 +0 -0
  227. data/spec/dummy/tmp/cache/assets/development/sprockets/e2176bb645c9fa718b8c0624feb46797 +0 -0
  228. data/spec/dummy/tmp/cache/assets/development/sprockets/e25be213cbed7ef4ddd5635cee309527 +0 -0
  229. data/spec/dummy/tmp/cache/assets/development/sprockets/e2be99060750d66e6a6934d09f5273da +0 -0
  230. data/spec/dummy/tmp/cache/assets/development/sprockets/e5bd61699dceba0be30e1503fb1ea2d5 +0 -0
  231. data/spec/dummy/tmp/cache/assets/development/sprockets/e5c5fb5c313f4e79163a1a3deb77d575 +0 -0
  232. data/spec/dummy/tmp/cache/assets/development/sprockets/e64969139cb2df5a0b9b4b7030011bee +0 -0
  233. data/spec/dummy/tmp/cache/assets/development/sprockets/e6e3e3a02c509c3064ce77cb5fe24f21 +0 -0
  234. data/spec/dummy/tmp/cache/assets/development/sprockets/e9036d23dde3eafc0faa51dd8608f6b9 +0 -0
  235. data/spec/dummy/tmp/cache/assets/development/sprockets/ead8c2eb1ee25b783c14cef626db1f86 +0 -0
  236. data/spec/dummy/tmp/cache/assets/development/sprockets/eaee5b2a67693103629352dc4e90afde +0 -0
  237. data/spec/dummy/tmp/cache/assets/development/sprockets/ebc72292729a9cbfd596f5b44e3f66f2 +0 -0
  238. data/spec/dummy/tmp/cache/assets/development/sprockets/ed0c0b32e435f3a6df66b33bb61a30c2 +0 -0
  239. data/spec/dummy/tmp/cache/assets/development/sprockets/ed0f1a1faa3cc0285ab9642c11499053 +0 -0
  240. data/spec/dummy/tmp/cache/assets/development/sprockets/ed7a7ef7e51b12860b68287841150e8f +0 -0
  241. data/spec/dummy/tmp/cache/assets/development/sprockets/ee1b7c45e2c87b3ccd16ad5558a526e5 +0 -0
  242. data/spec/dummy/tmp/cache/assets/development/sprockets/ee94eb3fc60faad5f9b50bddc033a930 +0 -0
  243. data/spec/dummy/tmp/cache/assets/development/sprockets/f10089e1f69b4c1c7c517d35aa42ba53 +0 -0
  244. data/spec/dummy/tmp/cache/assets/development/sprockets/f2aa5cfb18cbe25591ad8bba180631e8 +0 -0
  245. data/spec/dummy/tmp/cache/assets/development/sprockets/f3fc9c6bf619ff58fb4249bbaabf52a3 +0 -0
  246. data/spec/dummy/tmp/cache/assets/development/sprockets/f42773a21e1ad7875748692902174e5d +0 -0
  247. data/spec/dummy/tmp/cache/assets/development/sprockets/f7ecd1dcdcdd17d4cbd224f2803826bf +0 -0
  248. data/spec/dummy/tmp/cache/assets/development/sprockets/fac522969e4bf34d9f4e71f9642c395a +0 -0
  249. data/spec/dummy/tmp/cache/assets/development/sprockets/fc7ef2c6ee65afd632820f8f4f323e19 +0 -0
  250. data/spec/dummy/tmp/cache/assets/development/sprockets/fde46c2f2593f4fbe3c8154e9bbfca7c +0 -0
  251. data/spec/dummy/tmp/cache/assets/development/sprockets/fe21848495cb244ed1de184b0335ebbe +0 -0
  252. data/spec/dummy/tmp/cache/assets/development/sprockets/ff5c7362c733f8187bf4fa1b56567fff +0 -0
  253. data/spec/dummy/tmp/cache/assets/test/sprockets/01e2a3325e2617549c1dcfdab8ff93a7 +0 -0
  254. data/spec/dummy/tmp/cache/assets/test/sprockets/050d99b01781605d476d4448944e818f +0 -0
  255. data/spec/dummy/tmp/cache/assets/test/sprockets/05b1005fe9ce9c354228151b517ee009 +0 -0
  256. data/spec/dummy/tmp/cache/assets/test/sprockets/074a8d4e7179c365379a1357729cebce +0 -0
  257. data/spec/dummy/tmp/cache/assets/test/sprockets/07beacb160854d50a8348e861c26f172 +0 -0
  258. data/spec/dummy/tmp/cache/assets/test/sprockets/087d4a99adae6d6972937a2e57e93504 +0 -0
  259. data/spec/dummy/tmp/cache/assets/test/sprockets/09ebedd4feaad33be1acf8d1c5d2570f +0 -0
  260. data/spec/dummy/tmp/cache/assets/test/sprockets/0d17405b5806711c7cf261e51ea6df82 +0 -0
  261. data/spec/dummy/tmp/cache/assets/test/sprockets/0e6215d8ea6200c886a51d5ecf674654 +0 -0
  262. data/spec/dummy/tmp/cache/assets/test/sprockets/0f6a3438734a9a1edb0e0675d9d0377d +0 -0
  263. data/spec/dummy/tmp/cache/assets/test/sprockets/0faaea06542b9581dd4f5b6cd3688d4d +0 -0
  264. data/spec/dummy/tmp/cache/assets/test/sprockets/118cfd38542d213203f3dcd4dfeebd24 +0 -0
  265. data/spec/dummy/tmp/cache/assets/test/sprockets/1371f4209f2e3da36cc7ef40c312009d +0 -0
  266. data/spec/dummy/tmp/cache/assets/test/sprockets/15bbb543d7fb17009e5b5e397ccd5b8b +0 -0
  267. data/spec/dummy/tmp/cache/assets/test/sprockets/17dcd25e57fe7397d30d44ffa1400aef +0 -0
  268. data/spec/dummy/tmp/cache/assets/test/sprockets/20ebb049c3c692d97b2972d14b029c5f +0 -0
  269. data/spec/dummy/tmp/cache/assets/test/sprockets/2154b6b03f3215665cd076b8b57d516d +0 -0
  270. data/spec/dummy/tmp/cache/assets/test/sprockets/21ebb80e795090546a759df5a7c10f29 +0 -0
  271. data/spec/dummy/tmp/cache/assets/test/sprockets/2330f9bc8907f8ed00fa58b62ebefbcf +0 -0
  272. data/spec/dummy/tmp/cache/assets/test/sprockets/2587be623abb5cdb107d66c39fc34377 +0 -0
  273. data/spec/dummy/tmp/cache/assets/test/sprockets/2923479467bdf1e189d0c8f79ae46fc0 +0 -0
  274. data/spec/dummy/tmp/cache/assets/test/sprockets/292fcaf456df2e8e233cc858eb4ace9f +0 -0
  275. data/spec/dummy/tmp/cache/assets/test/sprockets/2998e7067c0bede1824dfd7f5fc95eef +0 -0
  276. data/spec/dummy/tmp/cache/assets/test/sprockets/2a787012f1b90d24f42348def86799e3 +0 -0
  277. data/spec/dummy/tmp/cache/assets/test/sprockets/3c37be0012b241b56b8563b15179847e +0 -0
  278. data/spec/dummy/tmp/cache/assets/test/sprockets/445120c6ae40c4f2ae895467d1bbb12c +0 -0
  279. data/spec/dummy/tmp/cache/assets/test/sprockets/4601411fe10ef402c54609b2df2d13e2 +0 -0
  280. data/spec/dummy/tmp/cache/assets/test/sprockets/46365985ce947df2576dca9a91a49685 +0 -0
  281. data/spec/dummy/tmp/cache/assets/test/sprockets/4bec51fd42ffdf7ebaed5174c225ccb2 +0 -0
  282. data/spec/dummy/tmp/cache/assets/test/sprockets/4bf23e7d8c09d0e6cffeebef39887ec8 +0 -0
  283. data/spec/dummy/tmp/cache/assets/test/sprockets/4c6efdfbb1b86b56c61f560eaee41a33 +0 -0
  284. data/spec/dummy/tmp/cache/assets/test/sprockets/4c75aaa6cb44f86fb775481119bb8f94 +0 -0
  285. data/spec/dummy/tmp/cache/assets/test/sprockets/53b39eb9f52812779e5702977cca7b81 +0 -0
  286. data/spec/dummy/tmp/cache/assets/test/sprockets/56b12ffb63cdb65bb22fdfb17c3e7d3f +0 -0
  287. data/spec/dummy/tmp/cache/assets/test/sprockets/5a8fd092f1b0edb02b2ea0e8b2fb3f31 +0 -0
  288. data/spec/dummy/tmp/cache/assets/test/sprockets/60c44252744654a6be1f962c64f7e8c0 +0 -0
  289. data/spec/dummy/tmp/cache/assets/test/sprockets/65ca6b356cd31cd9549ce4abbe133c46 +0 -0
  290. data/spec/dummy/tmp/cache/assets/test/sprockets/6953ed07811a21dbf3e2e6fe3adf3887 +0 -0
  291. data/spec/dummy/tmp/cache/assets/test/sprockets/6c0b1513003f61e4ca60524ff2b1cb2f +0 -0
  292. data/spec/dummy/tmp/cache/assets/test/sprockets/6e83f40cc9d9305a02c35bceae3e3dde +0 -0
  293. data/spec/dummy/tmp/cache/assets/test/sprockets/70d4509f6ebbc286e37ff1aa2dfec564 +0 -0
  294. data/spec/dummy/tmp/cache/assets/test/sprockets/7395f2f9b6f6a07b44eadbf3c1216a7c +0 -0
  295. data/spec/dummy/tmp/cache/assets/test/sprockets/766a8893a322585eff26c7bc9ad23d73 +0 -0
  296. data/spec/dummy/tmp/cache/assets/test/sprockets/7977d4db3591d52af3c7a1d32375d2c0 +0 -0
  297. data/spec/dummy/tmp/cache/assets/test/sprockets/799cc5f63f62ebc5faf4511e771fa5b5 +0 -0
  298. data/spec/dummy/tmp/cache/assets/test/sprockets/7ca5c8056349b5d9faedf61586897245 +0 -0
  299. data/spec/dummy/tmp/cache/assets/test/sprockets/7fd0ad444f4a16b359bdbfe0977bb874 +0 -0
  300. data/spec/dummy/tmp/cache/assets/test/sprockets/8139ac06e8c5dce66a851849f9e61d3c +0 -0
  301. data/spec/dummy/tmp/cache/assets/test/sprockets/843753cd212542b4d1d0934130b2c370 +0 -0
  302. data/spec/dummy/tmp/cache/assets/test/sprockets/85eae8c3c76d6df51cf4d5b4c4afda3c +0 -0
  303. data/spec/dummy/tmp/cache/assets/test/sprockets/86cfa20850f26cac6060fe7821089252 +0 -0
  304. data/spec/dummy/tmp/cache/assets/test/sprockets/8783cd1e0a84f6f66fca5cf03c55ee5c +0 -0
  305. data/spec/dummy/tmp/cache/assets/test/sprockets/8bae8adecebebb91c6d78778efc9a85f +0 -0
  306. data/spec/dummy/tmp/cache/assets/test/sprockets/9af7eb9fe427f90f4316402cea5fab7c +0 -0
  307. data/spec/dummy/tmp/cache/assets/test/sprockets/9b97a5c5521043c8454271a8a18612b2 +0 -0
  308. data/spec/dummy/tmp/cache/assets/test/sprockets/9c1917b055c00de1b20ea9a80156e459 +0 -0
  309. data/spec/dummy/tmp/cache/assets/test/sprockets/a7bc616914f8b8ecb8234b3b19eb8b2c +0 -0
  310. data/spec/dummy/tmp/cache/assets/test/sprockets/a9dc643a8e046f4795746f54eec3674e +0 -0
  311. data/spec/dummy/tmp/cache/assets/test/sprockets/ac75d9bb3ad3393033a29b1558f68dc6 +0 -0
  312. data/spec/dummy/tmp/cache/assets/test/sprockets/acab060322751b3cc1f8189aa054a901 +0 -0
  313. data/spec/dummy/tmp/cache/assets/test/sprockets/ad79f3d9ccc852e44b0799019b48915d +0 -0
  314. data/spec/dummy/tmp/cache/assets/test/sprockets/b3f106fdb0273e14ceaac0981056f182 +0 -0
  315. data/spec/dummy/tmp/cache/assets/test/sprockets/b5bc90bd03b8b8cb88536edd94400a11 +0 -0
  316. data/spec/dummy/tmp/cache/assets/test/sprockets/b8694bbec107486c72e40670b3b7832d +0 -0
  317. data/spec/dummy/tmp/cache/assets/test/sprockets/bb1481aba2ca44d7b5ee1fe1f16ff418 +0 -0
  318. data/spec/dummy/tmp/cache/assets/test/sprockets/bca72885d4e5f5b5140a3324ec0c7518 +0 -0
  319. data/spec/dummy/tmp/cache/assets/test/sprockets/bdc5cc7c623bf7b38becd3e0cf86238b +0 -0
  320. data/spec/dummy/tmp/cache/assets/test/sprockets/c0228c8ca1319a061db8d99dc22bd655 +0 -0
  321. data/spec/dummy/tmp/cache/assets/test/sprockets/ce10d00f39facdef8448ce9f4c18a022 +0 -0
  322. data/spec/dummy/tmp/cache/assets/test/sprockets/d13ee01780875b57ce81ed7bc0135e8e +0 -0
  323. data/spec/dummy/tmp/cache/assets/test/sprockets/d5b452a1060159470bdfa5c9ce0dbb93 +0 -0
  324. data/spec/dummy/tmp/cache/assets/test/sprockets/d627a8776bc0b99cb1a80a0a92286ca2 +0 -0
  325. data/spec/dummy/tmp/cache/assets/test/sprockets/d69b30d50e02dcb115081b2cd95f9b40 +0 -0
  326. data/spec/dummy/tmp/cache/assets/test/sprockets/dacd1540395ae5552c2e7b33857055e3 +0 -0
  327. data/spec/dummy/tmp/cache/assets/test/sprockets/dbcd5b5132f1ec3ff0e7e7db19190f03 +0 -0
  328. data/spec/dummy/tmp/cache/assets/test/sprockets/dbf7b6c8fb18d83935e4886509dfe507 +0 -0
  329. data/spec/dummy/tmp/cache/assets/test/sprockets/df7609630657aee0ebe5ed61e929d5dd +0 -0
  330. data/spec/dummy/tmp/cache/assets/test/sprockets/e0f1224ac1294a11684d82b0c6490311 +0 -0
  331. data/spec/dummy/tmp/cache/assets/test/sprockets/e1317822fdcc5580f1e50c9b91c6e5bb +0 -0
  332. data/spec/dummy/tmp/cache/assets/test/sprockets/e2176bb645c9fa718b8c0624feb46797 +0 -0
  333. data/spec/dummy/tmp/cache/assets/test/sprockets/e5c5fb5c313f4e79163a1a3deb77d575 +0 -0
  334. data/spec/dummy/tmp/cache/assets/test/sprockets/e8cc1bf3231003d92b11cbf1ebd5a82f +0 -0
  335. data/spec/dummy/tmp/cache/assets/test/sprockets/eaee5b2a67693103629352dc4e90afde +0 -0
  336. data/spec/dummy/tmp/cache/assets/test/sprockets/ec46fb30cecc002128c61fb49cf30da8 +0 -0
  337. data/spec/dummy/tmp/cache/assets/test/sprockets/ed0c0b32e435f3a6df66b33bb61a30c2 +0 -0
  338. data/spec/dummy/tmp/cache/assets/test/sprockets/f0f2b623b42840839e37f5ed055f5482 +0 -0
  339. data/spec/dummy/tmp/cache/assets/test/sprockets/f7ecd1dcdcdd17d4cbd224f2803826bf +0 -0
  340. data/spec/dummy/tmp/cache/assets/test/sprockets/ff5c7362c733f8187bf4fa1b56567fff +0 -0
  341. data/spec/features/console_reporter_spec.rb +1 -0
  342. data/spec/features/instrumentation_spec.rb +1 -0
  343. data/spec/javascripts/teaspoon/jasmine/spec_jspec.coffee +3 -0
  344. data/spec/javascripts/teaspoon/mocha/spec_mspec.coffee +9 -0
  345. data/spec/teaspoon/command_line_spec.rb +2 -2
  346. data/spec/teaspoon/console_spec.rb +15 -3
  347. data/spec/teaspoon/coverage_spec.rb +1 -1
  348. data/spec/teaspoon/drivers/phantomjs_driver_spec.rb +1 -1
  349. data/spec/teaspoon/drivers/selenium_driver_spec.rb +5 -5
  350. data/spec/teaspoon/environment_spec.rb +1 -1
  351. data/spec/teaspoon/formatters/base_formatter_spec.rb +3 -3
  352. data/spec/teaspoon/instrumentation_spec.rb +4 -3
  353. data/spec/teaspoon/runner_spec.rb +1 -1
  354. data/spec/teaspoon/server_spec.rb +4 -4
  355. data/spec/teaspoon/suite_spec.rb +17 -20
  356. metadata +620 -6
  357. data/bin/teabag +0 -2
@@ -23837,3 +23837,946 @@ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-06
23837
23837
  Served asset /instrumented2.js - 200 OK (3ms)
23838
23838
  Started GET "/assets/instrumented1.js?instrument=true" for 127.0.0.1 at 2013-06-16 13:23:28 -0600
23839
23839
  Served asset /instrumented1.js - 200 OK (2ms)
23840
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:13:55 -0600
23841
+ Processing by Teaspoon::SpecController#runner as HTML
23842
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
23843
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (2571.9ms)
23844
+ Completed 200 OK in 2574ms (Views: 2573.9ms)
23845
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23846
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23847
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23848
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23849
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23850
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23851
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23852
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23853
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23854
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23855
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23856
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23857
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23858
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23859
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23860
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23861
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23862
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23863
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23864
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23865
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:13:58 -0600
23866
+ Processing by Teaspoon::SpecController#fixtures as HTML
23867
+ Parameters: {"filename"=>"fixture"}
23868
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
23869
+ Completed 200 OK in 3ms (Views: 2.8ms)
23870
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23871
+ Processing by Teaspoon::SpecController#runner as HTML
23872
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
23873
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (26.7ms)
23874
+ Completed 200 OK in 28ms (Views: 28.0ms)
23875
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23876
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23877
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23878
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23879
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23880
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23881
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23882
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23883
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23884
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23885
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23886
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23887
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23888
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23889
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23890
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23891
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23892
+ Started GET "/assets/integration/integration_spec.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23893
+ Started GET "/assets/integration/integration.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23894
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23895
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:14:01 -0600
23896
+ Processing by Teaspoon::SpecController#fixtures as HTML
23897
+ Parameters: {"filename"=>"fixture"}
23898
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.9ms)
23899
+ Completed 200 OK in 3ms (Views: 2.7ms)
23900
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-06-25 11:14:05 -0600
23901
+ Processing by Teaspoon::SpecController#runner as HTML
23902
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
23903
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (19.2ms)
23904
+ Completed 200 OK in 21ms (Views: 20.5ms)
23905
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:14:05 -0600
23906
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:05 -0600
23907
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:05 -0600
23908
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:05 -0600
23909
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:14:05 -0600
23910
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:14:05 -0600
23911
+ Processing by Teaspoon::SpecController#fixtures as HTML
23912
+ Parameters: {"filename"=>"fixture"}
23913
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
23914
+ Completed 200 OK in 3ms (Views: 2.6ms)
23915
+ Started GET "/assets/instrumented1.js?instrument=true" for 127.0.0.1 at 2013-06-25 11:14:05 -0600
23916
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-06-25 11:14:05 -0600
23917
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-06-25 11:14:06 -0600
23918
+ Processing by Teaspoon::SpecController#runner as */*
23919
+ Parameters: {"suite"=>"foo"}
23920
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (1907.8ms)
23921
+ Completed 200 OK in 1912ms (Views: 1911.5ms)
23922
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-06-25 11:24:15 -0600
23923
+ Processing by Teaspoon::SpecController#runner as HTML
23924
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
23925
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (16.5ms)
23926
+ Completed 200 OK in 19ms (Views: 17.8ms)
23927
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:24:15 -0600
23928
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:15 -0600
23929
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:15 -0600
23930
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:15 -0600
23931
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:15 -0600
23932
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:24:15 -0600
23933
+ Processing by Teaspoon::SpecController#fixtures as HTML
23934
+ Parameters: {"filename"=>"fixture"}
23935
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.8ms)
23936
+ Completed 200 OK in 3ms (Views: 2.7ms)
23937
+ Started GET "/assets/instrumented1.js?instrument=true" for 127.0.0.1 at 2013-06-25 11:24:15 -0600
23938
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-06-25 11:24:15 -0600
23939
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23940
+ Processing by Teaspoon::SpecController#runner as HTML
23941
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
23942
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (27.0ms)
23943
+ Completed 200 OK in 29ms (Views: 28.3ms)
23944
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23945
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23946
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23947
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23948
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23949
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23950
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23951
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23952
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23953
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23954
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23955
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23956
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23957
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23958
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23959
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23960
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23961
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23962
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23963
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23964
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:24:19 -0600
23965
+ Processing by Teaspoon::SpecController#fixtures as HTML
23966
+ Parameters: {"filename"=>"fixture"}
23967
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.9ms)
23968
+ Completed 200 OK in 3ms (Views: 2.7ms)
23969
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23970
+ Processing by Teaspoon::SpecController#runner as HTML
23971
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
23972
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (27.1ms)
23973
+ Completed 200 OK in 29ms (Views: 28.5ms)
23974
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23975
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23976
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23977
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23978
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23979
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23980
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23981
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23982
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23983
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23984
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23985
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23986
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23987
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23988
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23989
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23990
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23991
+ Started GET "/assets/integration/integration.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23992
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23993
+ Started GET "/assets/integration/integration_spec.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23994
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:24:22 -0600
23995
+ Processing by Teaspoon::SpecController#fixtures as HTML
23996
+ Parameters: {"filename"=>"fixture"}
23997
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (2.0ms)
23998
+ Completed 200 OK in 3ms (Views: 2.9ms)
23999
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-06-25 11:24:23 -0600
24000
+ Processing by Teaspoon::SpecController#runner as */*
24001
+ Parameters: {"suite"=>"foo"}
24002
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (33.9ms)
24003
+ Completed 200 OK in 38ms (Views: 37.2ms)
24004
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-06-25 11:25:08 -0600
24005
+ Processing by Teaspoon::SpecController#runner as HTML
24006
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24007
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (15.9ms)
24008
+ Completed 200 OK in 18ms (Views: 17.2ms)
24009
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:25:08 -0600
24010
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:08 -0600
24011
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:08 -0600
24012
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:08 -0600
24013
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:08 -0600
24014
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:25:08 -0600
24015
+ Processing by Teaspoon::SpecController#fixtures as HTML
24016
+ Parameters: {"filename"=>"fixture"}
24017
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24018
+ Completed 200 OK in 3ms (Views: 2.5ms)
24019
+ Started GET "/assets/instrumented1.js?instrument=true" for 127.0.0.1 at 2013-06-25 11:25:09 -0600
24020
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-06-25 11:25:09 -0600
24021
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24022
+ Processing by Teaspoon::SpecController#runner as HTML
24023
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24024
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (29.0ms)
24025
+ Completed 200 OK in 31ms (Views: 30.7ms)
24026
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24027
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24028
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24029
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24030
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24031
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24032
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24033
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24034
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24035
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24036
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24037
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24038
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24039
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24040
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24041
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24042
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24043
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24044
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24045
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24046
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:25:12 -0600
24047
+ Processing by Teaspoon::SpecController#fixtures as HTML
24048
+ Parameters: {"filename"=>"fixture"}
24049
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (2.0ms)
24050
+ Completed 200 OK in 3ms (Views: 2.9ms)
24051
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24052
+ Processing by Teaspoon::SpecController#runner as HTML
24053
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24054
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (27.3ms)
24055
+ Completed 200 OK in 30ms (Views: 29.2ms)
24056
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24057
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24058
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24059
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24060
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24061
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24062
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24063
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24064
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24065
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24066
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24067
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24068
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24069
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24070
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24071
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24072
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24073
+ Started GET "/assets/integration/integration.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24074
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24075
+ Started GET "/assets/integration/integration_spec.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24076
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:25:15 -0600
24077
+ Processing by Teaspoon::SpecController#fixtures as HTML
24078
+ Parameters: {"filename"=>"fixture"}
24079
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24080
+ Completed 200 OK in 3ms (Views: 2.4ms)
24081
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-06-25 11:25:16 -0600
24082
+ Processing by Teaspoon::SpecController#runner as */*
24083
+ Parameters: {"suite"=>"foo"}
24084
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (33.3ms)
24085
+ Completed 200 OK in 38ms (Views: 37.9ms)
24086
+ Started GET "/assets/instrumented1.js?instrument=true" for 127.0.0.1 at 2013-06-25 11:29:35 -0600
24087
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-06-25 11:29:35 -0600
24088
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24089
+ Processing by Teaspoon::SpecController#runner as HTML
24090
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24091
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (43.1ms)
24092
+ Completed 200 OK in 56ms (Views: 56.0ms)
24093
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24094
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24095
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24096
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24097
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24098
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24099
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24100
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24101
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24102
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24103
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24104
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24105
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24106
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24107
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24108
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24109
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24110
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24111
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24112
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24113
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:29:39 -0600
24114
+ Processing by Teaspoon::SpecController#fixtures as HTML
24115
+ Parameters: {"filename"=>"fixture"}
24116
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24117
+ Completed 200 OK in 3ms (Views: 2.3ms)
24118
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24119
+ Processing by Teaspoon::SpecController#runner as HTML
24120
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24121
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (43.5ms)
24122
+ Completed 200 OK in 50ms (Views: 49.4ms)
24123
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24124
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24125
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24126
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24127
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24128
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24129
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24130
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24131
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24132
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24133
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24134
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24135
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24136
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24137
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24138
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24139
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24140
+ Started GET "/assets/integration/integration.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24141
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24142
+ Started GET "/assets/integration/integration_spec.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24143
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:29:42 -0600
24144
+ Processing by Teaspoon::SpecController#fixtures as HTML
24145
+ Parameters: {"filename"=>"fixture"}
24146
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
24147
+ Completed 200 OK in 3ms (Views: 2.5ms)
24148
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-06-25 11:30:02 -0600
24149
+ Processing by Teaspoon::SpecController#runner as HTML
24150
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24151
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (16.9ms)
24152
+ Completed 200 OK in 27ms (Views: 26.4ms)
24153
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:30:02 -0600
24154
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:02 -0600
24155
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:02 -0600
24156
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:02 -0600
24157
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:02 -0600
24158
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:30:02 -0600
24159
+ Processing by Teaspoon::SpecController#fixtures as HTML
24160
+ Parameters: {"filename"=>"fixture"}
24161
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24162
+ Completed 200 OK in 4ms (Views: 3.1ms)
24163
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-06-25 11:30:03 -0600
24164
+ Processing by Teaspoon::SpecController#runner as */*
24165
+ Parameters: {"suite"=>"foo"}
24166
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (33.0ms)
24167
+ Completed 200 OK in 36ms (Views: 35.7ms)
24168
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24169
+ Processing by Teaspoon::SpecController#runner as HTML
24170
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24171
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (44.5ms)
24172
+ Completed 200 OK in 51ms (Views: 50.7ms)
24173
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24174
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24175
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24176
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24177
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24178
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24179
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24180
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24181
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24182
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24183
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24184
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24185
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24186
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24187
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24188
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24189
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24190
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24191
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24192
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24193
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:30:28 -0600
24194
+ Processing by Teaspoon::SpecController#fixtures as HTML
24195
+ Parameters: {"filename"=>"fixture"}
24196
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24197
+ Completed 200 OK in 3ms (Views: 2.5ms)
24198
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24199
+ Processing by Teaspoon::SpecController#runner as HTML
24200
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24201
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (25.5ms)
24202
+ Completed 200 OK in 31ms (Views: 31.2ms)
24203
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24204
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24205
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24206
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24207
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24208
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24209
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24210
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24211
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24212
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24213
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24214
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24215
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24216
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24217
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24218
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24219
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24220
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24221
+ Started GET "/assets/integration/integration_spec.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24222
+ Started GET "/assets/integration/integration.js?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24223
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24224
+ Processing by Teaspoon::SpecController#fixtures as HTML
24225
+ Parameters: {"filename"=>"fixture"}
24226
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
24227
+ Completed 200 OK in 3ms (Views: 2.3ms)
24228
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-06-25 11:30:32 -0600
24229
+ Processing by Teaspoon::SpecController#runner as */*
24230
+ Parameters: {"suite"=>"foo"}
24231
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (39.1ms)
24232
+ Completed 200 OK in 49ms (Views: 48.9ms)
24233
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-06-25 11:30:52 -0600
24234
+ Processing by Teaspoon::SpecController#runner as HTML
24235
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24236
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (11.9ms)
24237
+ Completed 200 OK in 13ms (Views: 13.1ms)
24238
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:30:52 -0600
24239
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:52 -0600
24240
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:52 -0600
24241
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:52 -0600
24242
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:30:52 -0600
24243
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:30:52 -0600
24244
+ Processing by Teaspoon::SpecController#fixtures as HTML
24245
+ Parameters: {"filename"=>"fixture"}
24246
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
24247
+ Completed 200 OK in 3ms (Views: 2.6ms)
24248
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-06-25 11:31:01 -0600
24249
+ Processing by Teaspoon::SpecController#runner as HTML
24250
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24251
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (17.7ms)
24252
+ Completed 200 OK in 26ms (Views: 25.9ms)
24253
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:31:01 -0600
24254
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:01 -0600
24255
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:01 -0600
24256
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:01 -0600
24257
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:01 -0600
24258
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:31:01 -0600
24259
+ Processing by Teaspoon::SpecController#fixtures as HTML
24260
+ Parameters: {"filename"=>"fixture"}
24261
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
24262
+ Completed 200 OK in 3ms (Views: 2.8ms)
24263
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-06-25 11:31:01 -0600
24264
+ Processing by Teaspoon::SpecController#runner as */*
24265
+ Parameters: {"suite"=>"foo"}
24266
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (31.2ms)
24267
+ Completed 200 OK in 34ms (Views: 33.9ms)
24268
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24269
+ Processing by Teaspoon::SpecController#runner as HTML
24270
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24271
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (26.3ms)
24272
+ Completed 200 OK in 33ms (Views: 32.4ms)
24273
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24274
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24275
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24276
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24277
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24278
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24279
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24280
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24281
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24282
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24283
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24284
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24285
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24286
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24287
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24288
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24289
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24290
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24291
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24292
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24293
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24294
+ Processing by Teaspoon::SpecController#fixtures as HTML
24295
+ Parameters: {"filename"=>"fixture"}
24296
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24297
+ Completed 200 OK in 3ms (Views: 2.5ms)
24298
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-06-25 11:31:05 -0600
24299
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-07-08 11:18:35 -0600
24300
+ Processing by Teaspoon::SpecController#runner as HTML
24301
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24302
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (57.0ms)
24303
+ Completed 200 OK in 63ms (Views: 63.1ms)
24304
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:18:35 -0600
24305
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:35 -0600
24306
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24307
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24308
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24309
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24310
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24311
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24312
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24313
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24314
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24315
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24316
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24317
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24318
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24319
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24320
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24321
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24322
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24323
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24324
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24325
+ Processing by Teaspoon::SpecController#fixtures as HTML
24326
+ Parameters: {"filename"=>"fixture"}
24327
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24328
+ Completed 200 OK in 3ms (Views: 2.5ms)
24329
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-07-08 11:18:36 -0600
24330
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-07-08 11:18:57 -0600
24331
+ Processing by Teaspoon::SpecController#runner as HTML
24332
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24333
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (14.2ms)
24334
+ Completed 200 OK in 48ms (Views: 47.9ms)
24335
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:18:57 -0600
24336
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:57 -0600
24337
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:57 -0600
24338
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:57 -0600
24339
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:18:57 -0600
24340
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:18:58 -0600
24341
+ Processing by Teaspoon::SpecController#fixtures as HTML
24342
+ Parameters: {"filename"=>"fixture"}
24343
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.8ms)
24344
+ Completed 200 OK in 3ms (Views: 2.6ms)
24345
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-07-08 11:18:58 -0600
24346
+ Processing by Teaspoon::SpecController#runner as */*
24347
+ Parameters: {"suite"=>"foo"}
24348
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (54.3ms)
24349
+ Completed 200 OK in 59ms (Views: 58.9ms)
24350
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-07-08 11:55:08 -0600
24351
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-07-08 11:55:10 -0600
24352
+ Processing by Teaspoon::SpecController#runner as HTML
24353
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24354
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (16.1ms)
24355
+ Completed 200 OK in 27ms (Views: 26.5ms)
24356
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:55:10 -0600
24357
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:10 -0600
24358
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:10 -0600
24359
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:10 -0600
24360
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:10 -0600
24361
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:55:10 -0600
24362
+ Processing by Teaspoon::SpecController#fixtures as HTML
24363
+ Parameters: {"filename"=>"fixture"}
24364
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24365
+ Completed 200 OK in 3ms (Views: 2.5ms)
24366
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-07-08 11:55:11 -0600
24367
+ Processing by Teaspoon::SpecController#runner as */*
24368
+ Parameters: {"suite"=>"foo"}
24369
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (31.8ms)
24370
+ Completed 200 OK in 35ms (Views: 35.2ms)
24371
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24372
+ Processing by Teaspoon::SpecController#runner as HTML
24373
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24374
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (25.3ms)
24375
+ Completed 200 OK in 31ms (Views: 31.1ms)
24376
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24377
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24378
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24379
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24380
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24381
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24382
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24383
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24384
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24385
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24386
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24387
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24388
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24389
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24390
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24391
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24392
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24393
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24394
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24395
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24396
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:55:14 -0600
24397
+ Processing by Teaspoon::SpecController#fixtures as HTML
24398
+ Parameters: {"filename"=>"fixture"}
24399
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
24400
+ Completed 200 OK in 3ms (Views: 2.5ms)
24401
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-07-08 11:56:41 -0600
24402
+ Processing by Teaspoon::SpecController#runner as HTML
24403
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24404
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (17.0ms)
24405
+ Completed 200 OK in 26ms (Views: 25.8ms)
24406
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:56:42 -0600
24407
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:42 -0600
24408
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:42 -0600
24409
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:42 -0600
24410
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:42 -0600
24411
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:56:42 -0600
24412
+ Processing by Teaspoon::SpecController#fixtures as HTML
24413
+ Parameters: {"filename"=>"fixture"}
24414
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.9ms)
24415
+ Completed 200 OK in 3ms (Views: 2.9ms)
24416
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24417
+ Processing by Teaspoon::SpecController#runner as HTML
24418
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24419
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (25.5ms)
24420
+ Completed 200 OK in 31ms (Views: 31.0ms)
24421
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24422
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24423
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24424
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24425
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24426
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24427
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24428
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24429
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24430
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24431
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24432
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24433
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24434
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24435
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24436
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24437
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24438
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24439
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24440
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24441
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:56:45 -0600
24442
+ Processing by Teaspoon::SpecController#fixtures as HTML
24443
+ Parameters: {"filename"=>"fixture"}
24444
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
24445
+ Completed 200 OK in 3ms (Views: 2.5ms)
24446
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-07-08 11:57:03 -0600
24447
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-07-08 11:57:04 -0600
24448
+ Processing by Teaspoon::SpecController#runner as */*
24449
+ Parameters: {"suite"=>"foo"}
24450
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (31.9ms)
24451
+ Completed 200 OK in 37ms (Views: 36.6ms)
24452
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-07-08 11:57:55 -0600
24453
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-07-08 11:57:57 -0600
24454
+ Processing by Teaspoon::SpecController#runner as HTML
24455
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24456
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (13.7ms)
24457
+ Completed 200 OK in 21ms (Views: 21.0ms)
24458
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:57:57 -0600
24459
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:57:57 -0600
24460
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:57:57 -0600
24461
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:57:57 -0600
24462
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:57:57 -0600
24463
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:57:57 -0600
24464
+ Processing by Teaspoon::SpecController#fixtures as HTML
24465
+ Parameters: {"filename"=>"fixture"}
24466
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24467
+ Completed 200 OK in 3ms (Views: 2.7ms)
24468
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-07-08 11:57:57 -0600
24469
+ Processing by Teaspoon::SpecController#runner as */*
24470
+ Parameters: {"suite"=>"foo"}
24471
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (31.5ms)
24472
+ Completed 200 OK in 34ms (Views: 34.2ms)
24473
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24474
+ Processing by Teaspoon::SpecController#runner as HTML
24475
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24476
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (26.1ms)
24477
+ Completed 200 OK in 32ms (Views: 32.2ms)
24478
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24479
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24480
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24481
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24482
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24483
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24484
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24485
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24486
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24487
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24488
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24489
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24490
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24491
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24492
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24493
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24494
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24495
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24496
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24497
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24498
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:58:01 -0600
24499
+ Processing by Teaspoon::SpecController#fixtures as HTML
24500
+ Parameters: {"filename"=>"fixture"}
24501
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
24502
+ Completed 200 OK in 3ms (Views: 2.5ms)
24503
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-07-08 11:58:42 -0600
24504
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-07-08 11:58:42 -0600
24505
+ Processing by Teaspoon::SpecController#runner as */*
24506
+ Parameters: {"suite"=>"foo"}
24507
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (57.1ms)
24508
+ Completed 200 OK in 67ms (Views: 66.3ms)
24509
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24510
+ Processing by Teaspoon::SpecController#runner as HTML
24511
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24512
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (26.1ms)
24513
+ Completed 200 OK in 32ms (Views: 32.0ms)
24514
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24515
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24516
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24517
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24518
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24519
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24520
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24521
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24522
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24523
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24524
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24525
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24526
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24527
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24528
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24529
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24530
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24531
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24532
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24533
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24534
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:58:45 -0600
24535
+ Processing by Teaspoon::SpecController#fixtures as HTML
24536
+ Parameters: {"filename"=>"fixture"}
24537
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
24538
+ Completed 200 OK in 3ms (Views: 2.5ms)
24539
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-07-08 11:58:48 -0600
24540
+ Processing by Teaspoon::SpecController#runner as HTML
24541
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24542
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (11.0ms)
24543
+ Completed 200 OK in 12ms (Views: 12.1ms)
24544
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 11:58:48 -0600
24545
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:48 -0600
24546
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:48 -0600
24547
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:48 -0600
24548
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 11:58:48 -0600
24549
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 11:58:48 -0600
24550
+ Processing by Teaspoon::SpecController#fixtures as HTML
24551
+ Parameters: {"filename"=>"fixture"}
24552
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.8ms)
24553
+ Completed 200 OK in 3ms (Views: 2.7ms)
24554
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-07-08 11:59:59 -0600
24555
+ Processing by Teaspoon::SpecController#runner as */*
24556
+ Parameters: {"suite"=>"foo"}
24557
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (45.3ms)
24558
+ Completed 200 OK in 74ms (Views: 73.4ms)
24559
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24560
+ Processing by Teaspoon::SpecController#runner as HTML
24561
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24562
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (25.2ms)
24563
+ Completed 200 OK in 31ms (Views: 30.8ms)
24564
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24565
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24566
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24567
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24568
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24569
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24570
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24571
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24572
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24573
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24574
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24575
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24576
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24577
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24578
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24579
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24580
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24581
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24582
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24583
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24584
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 12:00:02 -0600
24585
+ Processing by Teaspoon::SpecController#fixtures as HTML
24586
+ Parameters: {"filename"=>"fixture"}
24587
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24588
+ Completed 200 OK in 3ms (Views: 2.4ms)
24589
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-07-08 12:00:03 -0600
24590
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-07-08 12:00:05 -0600
24591
+ Processing by Teaspoon::SpecController#runner as HTML
24592
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24593
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (10.6ms)
24594
+ Completed 200 OK in 12ms (Views: 11.8ms)
24595
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-08 12:00:05 -0600
24596
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:05 -0600
24597
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:05 -0600
24598
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:05 -0600
24599
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-08 12:00:05 -0600
24600
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-08 12:00:05 -0600
24601
+ Processing by Teaspoon::SpecController#fixtures as HTML
24602
+ Parameters: {"filename"=>"fixture"}
24603
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (2.2ms)
24604
+ Completed 200 OK in 4ms (Views: 3.3ms)
24605
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-07-15 09:35:58 -0600
24606
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24607
+ Processing by Teaspoon::SpecController#runner as HTML
24608
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24609
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (39.2ms)
24610
+ Completed 200 OK in 47ms (Views: 46.6ms)
24611
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24612
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24613
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24614
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24615
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24616
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24617
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24618
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24619
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24620
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24621
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24622
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24623
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24624
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24625
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24626
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24627
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24628
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24629
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24630
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24631
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-15 09:36:01 -0600
24632
+ Processing by Teaspoon::SpecController#fixtures as HTML
24633
+ Parameters: {"filename"=>"fixture"}
24634
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.8ms)
24635
+ Completed 200 OK in 3ms (Views: 3.1ms)
24636
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-07-15 09:36:04 -0600
24637
+ Processing by Teaspoon::SpecController#runner as HTML
24638
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24639
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (22.2ms)
24640
+ Completed 200 OK in 57ms (Views: 57.1ms)
24641
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-15 09:36:04 -0600
24642
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:04 -0600
24643
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:04 -0600
24644
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:04 -0600
24645
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-15 09:36:04 -0600
24646
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-15 09:36:04 -0600
24647
+ Processing by Teaspoon::SpecController#fixtures as HTML
24648
+ Parameters: {"filename"=>"fixture"}
24649
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
24650
+ Completed 200 OK in 3ms (Views: 2.6ms)
24651
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-07-15 09:36:05 -0600
24652
+ Processing by Teaspoon::SpecController#runner as */*
24653
+ Parameters: {"suite"=>"foo"}
24654
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (62.7ms)
24655
+ Completed 200 OK in 67ms (Views: 67.2ms)
24656
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-07-15 10:44:43 -0600
24657
+ Processing by Teaspoon::SpecController#runner as HTML
24658
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24659
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (25.6ms)
24660
+ Rendered text template (0.0ms)
24661
+ Completed 200 OK in 38ms (Views: 2.3ms)
24662
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-07-15 10:44:45 -0600
24663
+ Processing by Teaspoon::SpecController#runner as */*
24664
+ Parameters: {"suite"=>"foo"}
24665
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (7.5ms)
24666
+ Rendered text template (0.0ms)
24667
+ Completed 200 OK in 11ms (Views: 0.2ms)
24668
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-07-15 10:44:45 -0600
24669
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-07-15 10:44:49 -0600
24670
+ Processing by Teaspoon::SpecController#runner as HTML
24671
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24672
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (430.1ms)
24673
+ Rendered text template (0.0ms)
24674
+ Completed 200 OK in 438ms (Views: 2.0ms)
24675
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24676
+ Processing by Teaspoon::SpecController#runner as HTML
24677
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24678
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/_standard.html.erb (6.7ms)
24679
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (28.7ms)
24680
+ Completed 200 OK in 35ms (Views: 34.3ms)
24681
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24682
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24683
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24684
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24685
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24686
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24687
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24688
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24689
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24690
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24691
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24692
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24693
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24694
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24695
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24696
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24697
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24698
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24699
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24700
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24701
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-15 11:03:49 -0600
24702
+ Processing by Teaspoon::SpecController#fixtures as HTML
24703
+ Parameters: {"filename"=>"fixture"}
24704
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
24705
+ Completed 200 OK in 3ms (Views: 2.4ms)
24706
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-07-15 11:04:09 -0600
24707
+ Processing by Teaspoon::SpecController#runner as HTML
24708
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24709
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/_standard.html.erb (7.9ms)
24710
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (19.8ms)
24711
+ Completed 200 OK in 28ms (Views: 28.0ms)
24712
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-07-15 11:04:10 -0600
24713
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-07-15 11:04:10 -0600
24714
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-07-15 11:04:10 -0600
24715
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-07-15 11:04:10 -0600
24716
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-07-15 11:04:10 -0600
24717
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-07-15 11:04:10 -0600
24718
+ Processing by Teaspoon::SpecController#fixtures as HTML
24719
+ Parameters: {"filename"=>"fixture"}
24720
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.8ms)
24721
+ Completed 200 OK in 4ms (Views: 4.0ms)
24722
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-07-15 11:04:10 -0600
24723
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-07-15 11:04:10 -0600
24724
+ Processing by Teaspoon::SpecController#runner as */*
24725
+ Parameters: {"suite"=>"foo"}
24726
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/_standard.html.erb (28.4ms)
24727
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (35.0ms)
24728
+ Completed 200 OK in 38ms (Views: 38.3ms)
24729
+ Started GET "/teaspoon/foo" for 127.0.0.1 at 2013-08-14 10:17:33 -0600
24730
+ Processing by Teaspoon::SpecController#runner as */*
24731
+ Parameters: {"suite"=>"foo"}
24732
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/_standard.html.erb (40.9ms)
24733
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (93.5ms)
24734
+ Completed 200 OK in 106ms (Views: 105.4ms)
24735
+ Started GET "/teaspoon/default?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee&reporter=Console" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24736
+ Processing by Teaspoon::SpecController#runner as HTML
24737
+ Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "reporter"=>"Console", "suite"=>"default"}
24738
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/_standard.html.erb (8.0ms)
24739
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (40.1ms)
24740
+ Completed 200 OK in 46ms (Views: 45.9ms)
24741
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24742
+ Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24743
+ Started GET "/assets/teaspoon/base/runner.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24744
+ Started GET "/assets/teaspoon/base/teaspoon.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24745
+ Started GET "/assets/teaspoon/base/fixture.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24746
+ Started GET "/assets/teaspoon/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24747
+ Started GET "/assets/teaspoon/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24748
+ Started GET "/assets/teaspoon/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24749
+ Started GET "/assets/teaspoon/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24750
+ Started GET "/assets/teaspoon/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24751
+ Started GET "/assets/teaspoon/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24752
+ Started GET "/assets/teaspoon/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24753
+ Started GET "/assets/teaspoon/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24754
+ Started GET "/assets/teaspoon/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24755
+ Started GET "/assets/teaspoon/jasmine.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24756
+ Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24757
+ Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24758
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24759
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24760
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24761
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-08-14 10:17:36 -0600
24762
+ Processing by Teaspoon::SpecController#fixtures as HTML
24763
+ Parameters: {"filename"=>"fixture"}
24764
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
24765
+ Completed 200 OK in 4ms (Views: 3.4ms)
24766
+ Started GET "/assets/instrumented2.js?instrument=false" for 127.0.0.1 at 2013-08-14 10:17:37 -0600
24767
+ Started GET "/teaspoon/integration?reporter=HTML" for 127.0.0.1 at 2013-08-14 10:17:39 -0600
24768
+ Processing by Teaspoon::SpecController#runner as HTML
24769
+ Parameters: {"reporter"=>"HTML", "suite"=>"integration"}
24770
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/_standard.html.erb (8.6ms)
24771
+ Rendered /Users/jejacks0n/Projects/teaspoon/app/views/teaspoon/spec/runner.html.erb (10.9ms)
24772
+ Completed 200 OK in 12ms (Views: 12.0ms)
24773
+ Started GET "/assets/teaspoon.css?body=1&instrument=1" for 127.0.0.1 at 2013-08-14 10:17:39 -0600
24774
+ Started GET "/assets/teaspoon-jasmine.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:39 -0600
24775
+ Started GET "/assets/integration/integration.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:39 -0600
24776
+ Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:39 -0600
24777
+ Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-08-14 10:17:39 -0600
24778
+ Started GET "/teaspoon/fixtures/fixture.html" for 127.0.0.1 at 2013-08-14 10:17:39 -0600
24779
+ Processing by Teaspoon::SpecController#fixtures as HTML
24780
+ Parameters: {"filename"=>"fixture"}
24781
+ Rendered /Users/jejacks0n/Projects/teaspoon/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
24782
+ Completed 200 OK in 3ms (Views: 2.6ms)