teabag 0.5.1 → 0.5.2
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.
- data/app/assets/javascripts/teabag-jasmine.js +30 -15
- data/app/assets/javascripts/teabag-mocha.js +30 -14
- data/app/assets/javascripts/teabag-qunit.js +31 -15
- data/app/assets/javascripts/teabag-teabag.js +53 -0
- data/app/assets/javascripts/teabag/base/reporters/html.coffee +23 -49
- data/app/assets/javascripts/teabag/base/reporters/html/template.coffee +41 -0
- data/app/assets/javascripts/teabag/base/runner.coffee +1 -1
- data/app/assets/javascripts/teabag/jasmine.coffee +0 -1
- data/app/assets/javascripts/teabag/mocha.coffee +0 -1
- data/app/assets/javascripts/teabag/mocha/reporters/html.coffee +0 -1
- data/app/assets/javascripts/teabag/qunit.coffee +1 -2
- data/app/assets/javascripts/teabag/teabag.coffee +32 -0
- data/app/assets/stylesheets/teabag.css +94 -26
- data/app/controllers/teabag/spec_controller.rb +5 -1
- data/app/views/teabag/spec/{index.html.erb → runner.html.erb} +0 -0
- data/app/views/teabag/spec/suites.html.erb +40 -0
- data/config/routes.rb +3 -2
- data/lib/teabag/console.rb +2 -2
- data/lib/teabag/drivers/phantomjs/runner.coffee +1 -0
- data/lib/teabag/suite.rb +26 -16
- data/lib/teabag/version.rb +1 -1
- data/spec/dummy/app/assets/javascripts/integration/integration_spec.coffee +1 -1
- data/spec/dummy/config/application.rb +1 -27
- data/spec/dummy/config/boot.rb +5 -8
- data/spec/dummy/config/routes.rb +0 -1
- data/spec/dummy/log/development.log +67702 -0
- data/spec/dummy/log/test.log +1488 -0
- data/spec/dummy/tmp/cache/assets/BE1/2F0/sprockets%2F5d1a10a753437053978b5661a7513600 +0 -0
- data/spec/dummy/tmp/cache/assets/C13/B50/sprockets%2F431452d41e5087d2211162d23c63789b +0 -0
- data/spec/dummy/tmp/cache/assets/C35/A30/sprockets%2F29906bf540f7d2e081088494b2554989 +0 -0
- data/spec/dummy/tmp/cache/assets/C4E/9B0/sprockets%2Fa807397434c9262c3d62da3e91152184 +0 -0
- data/spec/dummy/tmp/cache/assets/C59/250/sprockets%2Fa80d3fe493d2476e58c4323996064512 +0 -0
- data/spec/dummy/tmp/cache/assets/C72/150/sprockets%2F4194031b4b51b6422c14ac697e3455e5 +0 -0
- data/spec/dummy/tmp/cache/assets/C75/D50/sprockets%2F5302968a40e08d2c011aa38666d273f6 +0 -0
- data/spec/dummy/tmp/cache/assets/C78/F80/sprockets%2F9161622ddd251097a4ab816b8220984c +0 -0
- data/spec/dummy/tmp/cache/assets/C7A/EC0/sprockets%2F5c16e4214f5662e1b27932a57c43491b +0 -0
- data/spec/dummy/tmp/cache/assets/C83/E90/sprockets%2F8be0bf09618c38257464f07790a4163b +0 -0
- data/spec/dummy/tmp/cache/assets/C89/700/sprockets%2F259935a7704fef0069303ea63fa89408 +0 -0
- data/spec/dummy/tmp/cache/assets/C8A/460/sprockets%2F77bffd9959420103906722b404ae8d59 +0 -0
- data/spec/dummy/tmp/cache/assets/C91/FA0/sprockets%2F2eb81283f5789ae91a69344552db3856 +0 -0
- data/spec/dummy/tmp/cache/assets/C9D/E90/sprockets%2F3045c9533f179d3e1c805d163ed002a0 +0 -0
- data/spec/dummy/tmp/cache/assets/CA6/2F0/sprockets%2F20040c18b672e4c4d2731a2a929d8b97 +0 -0
- data/spec/dummy/tmp/cache/assets/CA6/DF0/sprockets%2F7da83747ce56e49393b6b8726587f846 +0 -0
- data/spec/dummy/tmp/cache/assets/CA9/C40/sprockets%2F932b7e2cd1e067289ab51190800814df +0 -0
- data/spec/dummy/tmp/cache/assets/CAA/0C0/sprockets%2F057b0ce384f16d9202ae84473436cc35 +0 -0
- data/spec/dummy/tmp/cache/assets/CAD/410/sprockets%2F651414e5c7e86f05c5108dc71626b25c +0 -0
- data/spec/dummy/tmp/cache/assets/CAF/0F0/sprockets%2F6000e67cf3f2377f860c24da7c819701 +0 -0
- data/spec/dummy/tmp/cache/assets/CB0/700/sprockets%2F006af6bf0f6b55777b03c4615c853881 +0 -0
- data/spec/dummy/tmp/cache/assets/CB5/E60/sprockets%2Ff0f2b623b42840839e37f5ed055f5482 +0 -0
- data/spec/dummy/tmp/cache/assets/CBB/FA0/sprockets%2F74922109263bdc965b2e9567eec6d154 +0 -0
- data/spec/dummy/tmp/cache/assets/CBD/AF0/sprockets%2Fd687ec33822256e9444e8cd04f1b4873 +0 -0
- data/spec/dummy/tmp/cache/assets/CBF/630/sprockets%2F707d2db81468088470d476abff35388d +0 -0
- data/spec/dummy/tmp/cache/assets/CC2/EC0/sprockets%2F76bf80cb571ca530357f78db78167866 +0 -0
- data/spec/dummy/tmp/cache/assets/CC3/BA0/sprockets%2Fa717665e3657e376fa8d788940d6a22a +0 -0
- data/spec/dummy/tmp/cache/assets/CCC/DB0/sprockets%2F3998958d61cda73452466f5652ed81ef +0 -0
- data/spec/dummy/tmp/cache/assets/CCE/C50/sprockets%2Fe12774c2fea852112414bb379a71f31a +0 -0
- data/spec/dummy/tmp/cache/assets/CD1/620/sprockets%2F06a3eb05fcb4175a679d6084a06026a6 +0 -0
- data/spec/dummy/tmp/cache/assets/CD3/460/sprockets%2F7f3f6802b0b309ed142d0b671c9640c4 +0 -0
- data/spec/dummy/tmp/cache/assets/CD6/DD0/sprockets%2F301bd3b0e19eb866905681d03a891be3 +0 -0
- data/spec/dummy/tmp/cache/assets/CD9/9B0/sprockets%2Fdc1f0447e4c5c2f990750b2f722c5900 +0 -0
- data/spec/dummy/tmp/cache/assets/CD9/DD0/sprockets%2Fe5774759168a731da1c1149ecf0e1b03 +0 -0
- data/spec/dummy/tmp/cache/assets/CE0/090/sprockets%2F48d5d35ae87d0723318b8bc257fa2237 +0 -0
- data/spec/dummy/tmp/cache/assets/CE3/1F0/sprockets%2Fe69a515d3a9d14c669be8871012a7d07 +0 -0
- data/spec/dummy/tmp/cache/assets/CE4/190/sprockets%2F36c9ee4181433e33e07eb9748d218ae2 +0 -0
- data/spec/dummy/tmp/cache/assets/CE6/270/sprockets%2F2c98152560d18470fec8cf4c6829b4d0 +0 -0
- data/spec/dummy/tmp/cache/assets/CE6/7C0/sprockets%2Fa03a2c86ce6724be8542295e1cf24798 +0 -0
- data/spec/dummy/tmp/cache/assets/CE7/A60/sprockets%2Ff58eee249aa167d23f8220087bb46684 +0 -0
- data/spec/dummy/tmp/cache/assets/CE9/9E0/sprockets%2F135480d497ed7e4884462dc0ef0b80d7 +0 -0
- data/spec/dummy/tmp/cache/assets/CEB/090/sprockets%2F55dcd7ace406b77208c380d496e37864 +0 -0
- data/spec/dummy/tmp/cache/assets/CEB/680/sprockets%2F67f0794ef8c0576d5c7da34f4437305a +0 -0
- data/spec/dummy/tmp/cache/assets/CEB/B40/sprockets%2F1150bf8d912aa100a132251eefaf6045 +0 -0
- data/spec/dummy/tmp/cache/assets/CF1/C50/sprockets%2F57bd9ac92067ea01882feef075582758 +0 -0
- data/spec/dummy/tmp/cache/assets/CF3/3A0/sprockets%2F6571249b82eb52e7c7e035c692df9b69 +0 -0
- data/spec/dummy/tmp/cache/assets/CF4/6C0/sprockets%2F087d4a99adae6d6972937a2e57e93504 +0 -0
- data/spec/dummy/tmp/cache/assets/CF4/6F0/sprockets%2Fed96f92571224b862b84d7078b86ded3 +0 -0
- data/spec/dummy/tmp/cache/assets/CF7/F10/sprockets%2F8c45854ebd195b52cc42bf3f99996336 +0 -0
- data/spec/dummy/tmp/cache/assets/CF8/780/sprockets%2F8845b81ff27cdb57c835836c9f91a265 +0 -0
- data/spec/dummy/tmp/cache/assets/CFA/D20/sprockets%2Fb26796b39b3c5d6ed70be7989637a493 +0 -0
- data/spec/dummy/tmp/cache/assets/CFC/380/sprockets%2Fa7443cbd671446a589867dd5f4a4f989 +0 -0
- data/spec/dummy/tmp/cache/assets/D00/110/sprockets%2F6a6353b7723a8b21708e0fbfe04bd422 +0 -0
- data/spec/dummy/tmp/cache/assets/D00/F60/sprockets%2F42e279b52511c47d26c0adb125fd04e8 +0 -0
- data/spec/dummy/tmp/cache/assets/D03/630/sprockets%2F5d8da32dba6a7be70426a1d554773701 +0 -0
- data/spec/dummy/tmp/cache/assets/D04/170/sprockets%2F76ab1dc02e6c7618852708a1e05a2df3 +0 -0
- data/spec/dummy/tmp/cache/assets/D04/480/sprockets%2F8bd8f10500b21d2f9d94e4cd1401c936 +0 -0
- data/spec/dummy/tmp/cache/assets/D04/580/sprockets%2F18748d128c062c8eab0e22d35d41b19e +0 -0
- data/spec/dummy/tmp/cache/assets/D05/8D0/sprockets%2F319f8f235f452343f1ebf03cb262d23d +0 -0
- data/spec/dummy/tmp/cache/assets/D09/BF0/sprockets%2F9e6bca5d26f50d9484385d51ba04312c +0 -0
- data/spec/dummy/tmp/cache/assets/D0B/210/sprockets%2Fb95ce127097fba0e4019f633e91b730d +0 -0
- data/spec/dummy/tmp/cache/assets/D0E/570/sprockets%2F90fe371bf8091e88a712124d9cdae260 +0 -0
- data/spec/dummy/tmp/cache/assets/D15/750/sprockets%2F8effdd3e668a4036260a3e370f3b6657 +0 -0
- data/spec/dummy/tmp/cache/assets/D17/710/sprockets%2Ffa49fb6823d466e79a195e0cd71340c5 +0 -0
- data/spec/dummy/tmp/cache/assets/D1A/D30/sprockets%2F815a5177e9edba0c5c996182ef1b3675 +0 -0
- data/spec/dummy/tmp/cache/assets/D1B/730/sprockets%2Fcf6ce779d043d29aae915f599a413380 +0 -0
- data/spec/dummy/tmp/cache/assets/D1D/560/sprockets%2F1ca784ee7ba1922465147e7f8963eae5 +0 -0
- data/spec/dummy/tmp/cache/assets/D1E/AA0/sprockets%2F5c8741a556bc955cd36e61c88582b6dc +0 -0
- data/spec/dummy/tmp/cache/assets/D23/E70/sprockets%2F0c6d23a1282deab18acb51022a74489a +0 -0
- data/spec/dummy/tmp/cache/assets/D2D/060/sprockets%2F545ec7a363badb5e7106e5112b53b26d +0 -0
- data/spec/dummy/tmp/cache/assets/D2F/520/sprockets%2Fea2308e8add6880c1c4d47040ab710d7 +0 -0
- data/spec/dummy/tmp/cache/assets/D31/9C0/sprockets%2Fbd102a4f5a4985c3519dd6ab0295a1c6 +0 -0
- data/spec/dummy/tmp/cache/assets/D32/500/sprockets%2F6927df5a24d91c75d001e2b5600ab8be +0 -0
- data/spec/dummy/tmp/cache/assets/D35/7C0/sprockets%2Ff536a2606eaf7d542c0985104cb62baf +0 -0
- data/spec/dummy/tmp/cache/assets/D37/300/sprockets%2F2d0e503e6a7c7c7fdc9912501b2f6b43 +0 -0
- data/spec/dummy/tmp/cache/assets/D37/FF0/sprockets%2F96841ca4cfae32c515077f3f5fc303b2 +0 -0
- data/spec/dummy/tmp/cache/assets/D3C/840/sprockets%2Fc6202ec91d567a85bd3d46dc43ea9108 +0 -0
- data/spec/dummy/tmp/cache/assets/D44/E90/sprockets%2F05cfc0bf7c9938963d1d1c63248db80d +0 -0
- data/spec/dummy/tmp/cache/assets/D45/C30/sprockets%2Fcc744877558178a3adb77c441cadce70 +0 -0
- data/spec/dummy/tmp/cache/assets/D47/A90/sprockets%2Fe7ca382b607c595ea6505853f7fb63da +0 -0
- data/spec/dummy/tmp/cache/assets/D49/1F0/sprockets%2F773b56f87127c6605e7d1d3faf2b6af6 +0 -0
- data/spec/dummy/tmp/cache/assets/D49/A10/sprockets%2Fc4656bd995a6f297c26d19b13aadb963 +0 -0
- data/spec/dummy/tmp/cache/assets/D4A/580/sprockets%2F19b8d8a9a57850de79b6c099fb2d010e +0 -0
- data/spec/dummy/tmp/cache/assets/D50/D70/sprockets%2Fe2a3e6c95b11e0801a4eebae3a026026 +0 -0
- data/spec/dummy/tmp/cache/assets/D51/400/sprockets%2Ff5e433d8a31e80985b75ce598de236be +0 -0
- data/spec/dummy/tmp/cache/assets/D54/D80/sprockets%2F631327e25ec20edc723046cdec3bb1c0 +0 -0
- data/spec/dummy/tmp/cache/assets/D58/870/sprockets%2F3cef1ff075a050004b74ffa13c8c4f02 +0 -0
- data/spec/dummy/tmp/cache/assets/D5C/710/sprockets%2F9427d05cee2caa721241a25a9af1d08f +0 -0
- data/spec/dummy/tmp/cache/assets/D5C/CC0/sprockets%2Faa8bf6de211f2765b0a26f112b971f0c +0 -0
- data/spec/dummy/tmp/cache/assets/D5E/FA0/sprockets%2Fc81c371ae2d61a6aa1708262fba79e0d +0 -0
- data/spec/dummy/tmp/cache/assets/D61/1F0/sprockets%2F0c7a6176d2fc4db00bb9a74d36380fe1 +0 -0
- data/spec/dummy/tmp/cache/assets/D61/E60/sprockets%2F301aede3913de3c54c91b65cf2bd3381 +0 -0
- data/spec/dummy/tmp/cache/assets/D67/030/sprockets%2Fb8b36ba6104c8dbe6297b4e61e6d33b1 +0 -0
- data/spec/dummy/tmp/cache/assets/D67/BC0/sprockets%2F35d2c2b45981ade5a2db2a9c7f37a615 +0 -0
- data/spec/dummy/tmp/cache/assets/D67/C20/sprockets%2F0d30bf27e5f74bbd85f313cb8d3c4623 +0 -0
- data/spec/dummy/tmp/cache/assets/D69/F90/sprockets%2F6a0795b7b38bd7e6142cd1b88211dade +0 -0
- data/spec/dummy/tmp/cache/assets/D6A/7E0/sprockets%2F3a3b155b775b7d32b25abc8cb6bf9727 +0 -0
- data/spec/dummy/tmp/cache/assets/D6A/950/sprockets%2F429b1806cb7580ebf29f9a12c33cbea6 +0 -0
- data/spec/dummy/tmp/cache/assets/D6D/DA0/sprockets%2Fac936bf40b42227a2bf9d474ae9ec149 +0 -0
- data/spec/dummy/tmp/cache/assets/D6F/5B0/sprockets%2F5dcc801a7a6c340c5baf525839f9b8b6 +0 -0
- data/spec/dummy/tmp/cache/assets/D73/C00/sprockets%2F9cf4bfb486e4ab461e3f275a3d974c30 +0 -0
- data/spec/dummy/tmp/cache/assets/D77/B30/sprockets%2F946cf2f17c7eb41037f9ee08ad67ec40 +0 -0
- data/spec/dummy/tmp/cache/assets/D78/2F0/sprockets%2F3c61f8915b8f717b1de788e6ecad122c +0 -0
- data/spec/dummy/tmp/cache/assets/D78/870/sprockets%2F8f3a7d4fcd104fa8e47f552f6630a49e +0 -0
- data/spec/dummy/tmp/cache/assets/D78/F10/sprockets%2Fa2d995664d1a9bf976c1bfbbb90f8710 +0 -0
- data/spec/dummy/tmp/cache/assets/D79/B60/sprockets%2F5e6fb36a01166982ae9a59eced0a4f88 +0 -0
- data/spec/dummy/tmp/cache/assets/D7E/C10/sprockets%2F747c98c3cc7494a62dd882752adffb2b +0 -0
- data/spec/dummy/tmp/cache/assets/D80/390/sprockets%2Fe44158f578d9ffade083a07f54eab729 +0 -0
- data/spec/dummy/tmp/cache/assets/D93/BD0/sprockets%2Ff5e1b60201e08e3ddf8d3de5211f3d5e +0 -0
- data/spec/dummy/tmp/cache/assets/D9A/540/sprockets%2F60ad172ea82631ca9c666cfd4d95f1ab +0 -0
- data/spec/dummy/tmp/cache/assets/DA0/330/sprockets%2Fcbbb4de706387d50f48a72ee6c9c1b80 +0 -0
- data/spec/dummy/tmp/cache/assets/DA5/0A0/sprockets%2F7a4b5928cec69ab65afff309a04d6b47 +0 -0
- data/spec/dummy/tmp/cache/assets/DA8/C50/sprockets%2F0810627fddce930a399fc60d3be97fed +0 -0
- data/spec/dummy/tmp/cache/assets/DA9/BF0/sprockets%2Fc59f8f7bf494fe030610bc86bb7cc5e5 +0 -0
- data/spec/dummy/tmp/cache/assets/DAD/1F0/sprockets%2Fdf7609630657aee0ebe5ed61e929d5dd +0 -0
- data/spec/dummy/tmp/cache/assets/DAE/6C0/sprockets%2F77c7a8676aeefa73156c55dfcf51cc46 +0 -0
- data/spec/dummy/tmp/cache/assets/DB3/5D0/sprockets%2Fce1d4d75832c9bdeafd869f6f7b61725 +0 -0
- data/spec/dummy/tmp/cache/assets/DB3/D70/sprockets%2Fcc2f5e1f6eeb99c33881848cb1cde758 +0 -0
- data/spec/dummy/tmp/cache/assets/DB5/040/sprockets%2F9a9da5df88713663b9fbc945facca891 +0 -0
- data/spec/dummy/tmp/cache/assets/DB9/220/sprockets%2Fd2dc4f59e70e73984997ffca8ad7f4a0 +0 -0
- data/spec/dummy/tmp/cache/assets/DBC/A20/sprockets%2Fec46fb30cecc002128c61fb49cf30da8 +0 -0
- data/spec/dummy/tmp/cache/assets/DC4/860/sprockets%2Fa01a3cf460ff15daae0f928d0f85f52e +0 -0
- data/spec/dummy/tmp/cache/assets/DC4/CA0/sprockets%2Fdbcd5b5132f1ec3ff0e7e7db19190f03 +0 -0
- data/spec/dummy/tmp/cache/assets/DC7/A10/sprockets%2F84a8af0fcbf401864e1ae5bf092cba94 +0 -0
- data/spec/dummy/tmp/cache/assets/DD7/630/sprockets%2Ffa5eec4483c5be83deee04f5a5654a58 +0 -0
- data/spec/dummy/tmp/cache/assets/DDB/520/sprockets%2Faa365f7b98350c85b6acb09d5e9cbf9e +0 -0
- data/spec/dummy/tmp/cache/assets/DDD/A60/sprockets%2Fff948b6ffe44a3cc3d2d109a39f548fd +0 -0
- data/spec/dummy/tmp/cache/assets/DE4/140/sprockets%2F139e4ab85d1aacb22c115fa136afdc8a +0 -0
- data/spec/dummy/tmp/cache/assets/DF6/0E0/sprockets%2F85b10db6e1afe643aba6d396abdd77f0 +0 -0
- data/spec/dummy/tmp/cache/assets/DF7/E10/sprockets%2F25e4253aba9a9adcefb72552fb1ff0c8 +0 -0
- data/spec/dummy/tmp/cache/assets/DFC/C20/sprockets%2Fd9178ad7e3b401c9fceafd64ea2b50d6 +0 -0
- data/spec/dummy/tmp/cache/assets/DFC/C30/sprockets%2Fb50a07cb30b0bd0eec8e98e5de79d65d +0 -0
- data/spec/dummy/tmp/cache/assets/E02/6E0/sprockets%2F63d6a5cdb8cefa64ef76b5c6e0fd3720 +0 -0
- data/spec/dummy/tmp/cache/assets/E08/BB0/sprockets%2Fefac99af1af28543aef6fb607faa4973 +0 -0
- data/spec/dummy/tmp/cache/assets/E08/F20/sprockets%2F4fc5cdcd6974efe7adfe809b30bd6513 +0 -0
- data/spec/dummy/tmp/cache/assets/E0D/070/sprockets%2F0e7ef9a5978dcc6b1abce678ef836c0a +0 -0
- data/spec/dummy/tmp/cache/assets/E14/8E0/sprockets%2Fb8d902ffcf8758fde63d0fa579ba6d4e +0 -0
- data/spec/dummy/tmp/cache/assets/E16/D30/sprockets%2Fd69469e6e7439baacd8df989c0fdacc2 +0 -0
- data/spec/dummy/tmp/cache/assets/E2F/790/sprockets%2F7fac280deaa7ef20a77d5c9b5b9cfc34 +0 -0
- data/spec/dummy/tmp/cache/assets/E36/A40/sprockets%2Ff3477eebd69a4f1b8fbdd3f9ef2ba242 +0 -0
- data/spec/dummy/tmp/cache/assets/E41/250/sprockets%2F97cf8fe3d7ffaff076f655aefb36da03 +0 -0
- data/spec/dummy/tmp/cache/assets/E64/1E0/sprockets%2F81ab4c863fbbdec8dd66afc97ebf034d +0 -0
- data/spec/dummy/tmp/cache/assets/E6E/260/sprockets%2Fd9f8ab8b91ef582cc6c99a3ba0dedfe6 +0 -0
- data/spec/dummy/tmp/cache/assets/E89/4C0/sprockets%2F68b2eedb3cde6fc01d50fead7caf8a18 +0 -0
- data/spec/dummy/tmp/cache/assets/F79/360/sprockets%2F0ce035fefee5ebdabc8efabfbdbd6ee4 +0 -0
- data/spec/features/console_reporter_spec.rb +1 -0
- data/spec/javascripts/teabag/base/reporters/html/failure_view_spec.coffee +27 -0
- data/spec/javascripts/teabag/base/reporters/html_spec.coffee +25 -9
- data/spec/javascripts/teabag/base/runner_spec.coffee +2 -0
- data/spec/javascripts/teabag/jasmine/fixture_jspec.coffee +13 -0
- data/spec/javascripts/teabag/jasmine/runner_jspec.coffee +0 -7
- data/spec/javascripts/teabag/mocha/fixture_mspec.coffee +12 -0
- data/spec/javascripts/teabag/mocha/models_mspec.coffee +7 -9
- data/spec/javascripts/teabag/mocha/reporters/html_mspec.coffee +0 -4
- data/spec/teabag/console_spec.rb +3 -3
- data/spec/teabag/suite_spec.rb +45 -16
- data/test/javascripts/teabag/qunit/{qunit_test.coffee → fixture_test.coffee} +0 -33
- data/test/javascripts/teabag/qunit/runner_test.coffee +0 -2
- metadata +57 -11
- data/spec/javascripts/teabag/jasmine/jasmine_jspec.coffee +0 -60
- data/spec/javascripts/teabag/mocha/mocha_mspec.coffee +0 -60
data/spec/dummy/log/test.log
CHANGED
|
@@ -6572,3 +6572,1491 @@ Processing by Teabag::SpecController#fixtures as HTML
|
|
|
6572
6572
|
Parameters: {"filename"=>"fixture"}
|
|
6573
6573
|
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.4ms)
|
|
6574
6574
|
Completed 200 OK in 2ms (Views: 2.2ms)
|
|
6575
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-10 23:19:43 -0700
|
|
6576
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
6577
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
6578
|
+
Compiled teabag.css (0ms) (pid 52189)
|
|
6579
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 52189)
|
|
6580
|
+
Compiled teabag/base/runner.js (109ms) (pid 52189)
|
|
6581
|
+
Compiled teabag/base/fixture.js (131ms) (pid 52189)
|
|
6582
|
+
Compiled teabag/base/reporters/html/base_view.js (113ms) (pid 52189)
|
|
6583
|
+
Compiled teabag/base/reporters/html/progress_view.js (126ms) (pid 52189)
|
|
6584
|
+
Compiled teabag/base/reporters/html/spec_view.js (122ms) (pid 52189)
|
|
6585
|
+
Compiled teabag/base/reporters/html/failure_view.js (106ms) (pid 52189)
|
|
6586
|
+
Compiled teabag/base/reporters/html/suite_view.js (120ms) (pid 52189)
|
|
6587
|
+
Compiled teabag/base/reporters/html.js (798ms) (pid 52189)
|
|
6588
|
+
Compiled teabag/base/reporters/console.js (127ms) (pid 52189)
|
|
6589
|
+
Compiled teabag/base/teabag.js (1304ms) (pid 52189)
|
|
6590
|
+
Compiled teabag/jasmine/reporters/html.js (104ms) (pid 52189)
|
|
6591
|
+
Compiled teabag/jasmine.js (1631ms) (pid 52189)
|
|
6592
|
+
Compiled support/json2.js (1ms) (pid 52189)
|
|
6593
|
+
Compiled spec_helper.js (112ms) (pid 52189)
|
|
6594
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1950.9ms)
|
|
6595
|
+
Completed 200 OK in 1980ms (Views: 1979.5ms)
|
|
6596
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6597
|
+
Served asset /teabag.css - 200 OK (3ms)
|
|
6598
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6599
|
+
Served asset /teabag/base/teabag.js - 200 OK (21ms)
|
|
6600
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6601
|
+
Served asset /jasmine-1.3.1.js - 200 OK (19ms)
|
|
6602
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6603
|
+
Served asset /teabag/base/fixture.js - 200 OK (3ms)
|
|
6604
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6605
|
+
Served asset /teabag/base/runner.js - 200 OK (3ms)
|
|
6606
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6607
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (7ms)
|
|
6608
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6609
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (4ms)
|
|
6610
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6611
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (19ms)
|
|
6612
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6613
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (5ms)
|
|
6614
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6615
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (3ms)
|
|
6616
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6617
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (3ms)
|
|
6618
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6619
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (3ms)
|
|
6620
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6621
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (3ms)
|
|
6622
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6623
|
+
Served asset /teabag/jasmine.js - 200 OK (25ms)
|
|
6624
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6625
|
+
Served asset /spec_helper.js - 200 OK (5ms)
|
|
6626
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6627
|
+
Served asset /integration/spec_helper.js - 200 OK (2ms)
|
|
6628
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6629
|
+
Served asset /support/json2.js - 200 OK (4ms)
|
|
6630
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6631
|
+
Served asset /integration/integration_spec.js - 200 OK (4ms)
|
|
6632
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-10 23:19:45 -0700
|
|
6633
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
6634
|
+
Parameters: {"filename"=>"fixture"}
|
|
6635
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (2.9ms)
|
|
6636
|
+
Completed 200 OK in 6ms (Views: 5.2ms)
|
|
6637
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 00:16:13 -0700
|
|
6638
|
+
Processing by Teabag::SpecController#runner as */*
|
|
6639
|
+
Parameters: {"suite"=>"foo"}
|
|
6640
|
+
Compiled teabag.css (0ms) (pid 54164)
|
|
6641
|
+
Compiled support/json2.js (1ms) (pid 54164)
|
|
6642
|
+
Compiled spec_helper.js (176ms) (pid 54164)
|
|
6643
|
+
Compiled teabag/base/fixture_spec.js (134ms) (pid 54164)
|
|
6644
|
+
Compiled teabag/base/reporters/console_spec.js (137ms) (pid 54164)
|
|
6645
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (124ms) (pid 54164)
|
|
6646
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (95ms) (pid 54164)
|
|
6647
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (95ms) (pid 54164)
|
|
6648
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (122ms) (pid 54164)
|
|
6649
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (96ms) (pid 54164)
|
|
6650
|
+
Compiled teabag/base/reporters/html_spec.js (172ms) (pid 54164)
|
|
6651
|
+
Compiled teabag/base/runner_spec.js (119ms) (pid 54164)
|
|
6652
|
+
Compiled teabag/base/teabag_spec.js (141ms) (pid 54164)
|
|
6653
|
+
Compiled drivers/phantomjs/runner.js (121ms) (pid 54164)
|
|
6654
|
+
Compiled teabag/phantomjs/runner_spec.js (267ms) (pid 54164)
|
|
6655
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1829.2ms)
|
|
6656
|
+
Completed 200 OK in 1838ms (Views: 1838.1ms)
|
|
6657
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 00:16:17 -0700
|
|
6658
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
6659
|
+
Parameters: {"suite"=>"integration"}
|
|
6660
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (11.8ms)
|
|
6661
|
+
Completed 200 OK in 13ms (Views: 12.9ms)
|
|
6662
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 00:16:17 -0700
|
|
6663
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
6664
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:17 -0700
|
|
6665
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
6666
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:17 -0700
|
|
6667
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
6668
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:17 -0700
|
|
6669
|
+
Served asset /teabag-jasmine.js - 200 OK (1ms)
|
|
6670
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 00:16:17 -0700
|
|
6671
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
6672
|
+
Parameters: {"filename"=>"fixture"}
|
|
6673
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
|
|
6674
|
+
Completed 200 OK in 5ms (Views: 4.2ms)
|
|
6675
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 00:16:20 -0700
|
|
6676
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
6677
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
6678
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 54197)
|
|
6679
|
+
Compiled teabag/base/runner.js (107ms) (pid 54197)
|
|
6680
|
+
Compiled teabag/base/fixture.js (131ms) (pid 54197)
|
|
6681
|
+
Compiled teabag/base/reporters/html/base_view.js (110ms) (pid 54197)
|
|
6682
|
+
Compiled teabag/base/reporters/html/progress_view.js (124ms) (pid 54197)
|
|
6683
|
+
Compiled teabag/base/reporters/html/spec_view.js (122ms) (pid 54197)
|
|
6684
|
+
Compiled teabag/base/reporters/html/failure_view.js (103ms) (pid 54197)
|
|
6685
|
+
Compiled teabag/base/reporters/html/suite_view.js (117ms) (pid 54197)
|
|
6686
|
+
Compiled teabag/base/reporters/html.js (767ms) (pid 54197)
|
|
6687
|
+
Compiled teabag/base/reporters/console.js (123ms) (pid 54197)
|
|
6688
|
+
Compiled teabag/base/teabag.js (1250ms) (pid 54197)
|
|
6689
|
+
Compiled teabag/jasmine/reporters/html.js (125ms) (pid 54197)
|
|
6690
|
+
Compiled teabag/jasmine.js (1526ms) (pid 54197)
|
|
6691
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1607.3ms)
|
|
6692
|
+
Completed 200 OK in 1633ms (Views: 1632.6ms)
|
|
6693
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6694
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
6695
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6696
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
6697
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6698
|
+
Served asset /teabag/base/teabag.js - 200 OK (11ms)
|
|
6699
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6700
|
+
Served asset /jasmine-1.3.1.js - 200 OK (1ms)
|
|
6701
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6702
|
+
Served asset /teabag/base/fixture.js - 200 OK (2ms)
|
|
6703
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6704
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
6705
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6706
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (6ms)
|
|
6707
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6708
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (17ms)
|
|
6709
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6710
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
6711
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6712
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
6713
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6714
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
6715
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6716
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (2ms)
|
|
6717
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6718
|
+
Served asset /teabag/jasmine.js - 200 OK (15ms)
|
|
6719
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6720
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
6721
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6722
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
6723
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6724
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
6725
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6726
|
+
Served asset /integration/spec_helper.js - 200 OK (0ms)
|
|
6727
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6728
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
6729
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 00:16:22 -0700
|
|
6730
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
6731
|
+
Parameters: {"filename"=>"fixture"}
|
|
6732
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
|
|
6733
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
|
6734
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 16:22:11 -0700
|
|
6735
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
6736
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
6737
|
+
Compiled teabag.css (0ms) (pid 13522)
|
|
6738
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 13522)
|
|
6739
|
+
Compiled teabag/base/runner.js (108ms) (pid 13522)
|
|
6740
|
+
Compiled teabag/base/fixture.js (153ms) (pid 13522)
|
|
6741
|
+
Compiled teabag/base/reporters/html/base_view.js (112ms) (pid 13522)
|
|
6742
|
+
Compiled teabag/base/reporters/html/progress_view.js (125ms) (pid 13522)
|
|
6743
|
+
Compiled teabag/base/reporters/html/spec_view.js (122ms) (pid 13522)
|
|
6744
|
+
Compiled teabag/base/reporters/html/failure_view.js (106ms) (pid 13522)
|
|
6745
|
+
Compiled teabag/base/reporters/html/suite_view.js (118ms) (pid 13522)
|
|
6746
|
+
Compiled teabag/base/reporters/html.js (763ms) (pid 13522)
|
|
6747
|
+
Compiled teabag/base/reporters/console.js (123ms) (pid 13522)
|
|
6748
|
+
Compiled teabag/base/teabag.js (1276ms) (pid 13522)
|
|
6749
|
+
Compiled teabag/jasmine/reporters/html.js (103ms) (pid 13522)
|
|
6750
|
+
Compiled teabag/jasmine.js (1560ms) (pid 13522)
|
|
6751
|
+
Compiled support/json2.js (1ms) (pid 13522)
|
|
6752
|
+
Compiled spec_helper.js (136ms) (pid 13522)
|
|
6753
|
+
Compiled integration/integration_spec.js (105ms) (pid 13522)
|
|
6754
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1929.2ms)
|
|
6755
|
+
Completed 200 OK in 1958ms (Views: 1957.5ms)
|
|
6756
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 16:22:12 -0700
|
|
6757
|
+
Served asset /teabag.css - 200 OK (21ms)
|
|
6758
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6759
|
+
Served asset /teabag/base/teabag.js - 200 OK (14ms)
|
|
6760
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6761
|
+
Served asset /jasmine-1.3.1.js - 200 OK (2ms)
|
|
6762
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6763
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
6764
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6765
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
6766
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6767
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (5ms)
|
|
6768
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6769
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
6770
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6771
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (1ms)
|
|
6772
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6773
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (2ms)
|
|
6774
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6775
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
6776
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6777
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
6778
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6779
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (2ms)
|
|
6780
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6781
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
6782
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6783
|
+
Served asset /teabag/jasmine.js - 200 OK (27ms)
|
|
6784
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6785
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
6786
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6787
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
6788
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6789
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
6790
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6791
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
6792
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 16:22:13 -0700
|
|
6793
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
6794
|
+
Parameters: {"filename"=>"fixture"}
|
|
6795
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
|
|
6796
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
|
6797
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 16:22:15 -0700
|
|
6798
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
6799
|
+
Parameters: {"suite"=>"integration"}
|
|
6800
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (46.4ms)
|
|
6801
|
+
Completed 200 OK in 56ms (Views: 55.7ms)
|
|
6802
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 16:22:15 -0700
|
|
6803
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
6804
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:15 -0700
|
|
6805
|
+
Served asset /teabag-jasmine.js - 200 OK (3ms)
|
|
6806
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:15 -0700
|
|
6807
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
6808
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 16:22:15 -0700
|
|
6809
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
6810
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 16:22:15 -0700
|
|
6811
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
6812
|
+
Parameters: {"filename"=>"fixture"}
|
|
6813
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
|
|
6814
|
+
Completed 200 OK in 4ms (Views: 4.1ms)
|
|
6815
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 16:22:16 -0700
|
|
6816
|
+
Processing by Teabag::SpecController#runner as */*
|
|
6817
|
+
Parameters: {"suite"=>"foo"}
|
|
6818
|
+
Compiled teabag/base/fixture_spec.js (135ms) (pid 13507)
|
|
6819
|
+
Compiled teabag/base/reporters/console_spec.js (139ms) (pid 13507)
|
|
6820
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (126ms) (pid 13507)
|
|
6821
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (95ms) (pid 13507)
|
|
6822
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (98ms) (pid 13507)
|
|
6823
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (95ms) (pid 13507)
|
|
6824
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (97ms) (pid 13507)
|
|
6825
|
+
Compiled teabag/base/reporters/html_spec.js (173ms) (pid 13507)
|
|
6826
|
+
Compiled teabag/base/runner_spec.js (120ms) (pid 13507)
|
|
6827
|
+
Compiled teabag/base/teabag_spec.js (143ms) (pid 13507)
|
|
6828
|
+
Compiled drivers/phantomjs/runner.js (124ms) (pid 13507)
|
|
6829
|
+
Compiled teabag/phantomjs/runner_spec.js (275ms) (pid 13507)
|
|
6830
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1635.5ms)
|
|
6831
|
+
Completed 200 OK in 1638ms (Views: 1638.2ms)
|
|
6832
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 17:45:32 -0700
|
|
6833
|
+
Processing by Teabag::SpecController#runner as */*
|
|
6834
|
+
Parameters: {"suite"=>"foo"}
|
|
6835
|
+
Compiled teabag.css (0ms) (pid 13985)
|
|
6836
|
+
Compiled support/json2.js (1ms) (pid 13985)
|
|
6837
|
+
Compiled spec_helper.js (205ms) (pid 13985)
|
|
6838
|
+
Compiled teabag/base/fixture_spec.js (133ms) (pid 13985)
|
|
6839
|
+
Compiled teabag/base/reporters/console_spec.js (139ms) (pid 13985)
|
|
6840
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (124ms) (pid 13985)
|
|
6841
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (97ms) (pid 13985)
|
|
6842
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (97ms) (pid 13985)
|
|
6843
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (124ms) (pid 13985)
|
|
6844
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (96ms) (pid 13985)
|
|
6845
|
+
Compiled teabag/base/reporters/html_spec.js (171ms) (pid 13985)
|
|
6846
|
+
Compiled teabag/base/runner_spec.js (118ms) (pid 13985)
|
|
6847
|
+
Compiled teabag/base/teabag_spec.js (139ms) (pid 13985)
|
|
6848
|
+
Compiled drivers/phantomjs/runner.js (123ms) (pid 13985)
|
|
6849
|
+
Compiled teabag/phantomjs/runner_spec.js (271ms) (pid 13985)
|
|
6850
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1900.0ms)
|
|
6851
|
+
Completed 200 OK in 1913ms (Views: 1912.5ms)
|
|
6852
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 17:45:36 -0700
|
|
6853
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
6854
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
6855
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 14014)
|
|
6856
|
+
Compiled teabag/base/runner.js (106ms) (pid 14014)
|
|
6857
|
+
Compiled teabag/base/fixture.js (133ms) (pid 14014)
|
|
6858
|
+
Compiled teabag/base/reporters/html/base_view.js (113ms) (pid 14014)
|
|
6859
|
+
Compiled teabag/base/reporters/html/progress_view.js (124ms) (pid 14014)
|
|
6860
|
+
Compiled teabag/base/reporters/html/spec_view.js (123ms) (pid 14014)
|
|
6861
|
+
Compiled teabag/base/reporters/html/failure_view.js (182ms) (pid 14014)
|
|
6862
|
+
Compiled teabag/base/reporters/html/suite_view.js (121ms) (pid 14014)
|
|
6863
|
+
Compiled teabag/base/reporters/html.js (945ms) (pid 14014)
|
|
6864
|
+
Compiled teabag/base/reporters/console.js (125ms) (pid 14014)
|
|
6865
|
+
Compiled teabag/base/teabag.js (1437ms) (pid 14014)
|
|
6866
|
+
Compiled teabag/jasmine/reporters/html.js (126ms) (pid 14014)
|
|
6867
|
+
Compiled teabag/jasmine.js (1719ms) (pid 14014)
|
|
6868
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1806.6ms)
|
|
6869
|
+
Completed 200 OK in 1832ms (Views: 1832.1ms)
|
|
6870
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6871
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
6872
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6873
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
6874
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6875
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
6876
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6877
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
6878
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6879
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (7ms)
|
|
6880
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6881
|
+
Served asset /teabag/base/teabag.js - 200 OK (10ms)
|
|
6882
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6883
|
+
Served asset /jasmine-1.3.1.js - 200 OK (1ms)
|
|
6884
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6885
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (16ms)
|
|
6886
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6887
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
6888
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6889
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
6890
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6891
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (2ms)
|
|
6892
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6893
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
6894
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6895
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
6896
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6897
|
+
Served asset /spec_helper.js - 200 OK (3ms)
|
|
6898
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6899
|
+
Served asset /teabag/jasmine.js - 200 OK (12ms)
|
|
6900
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6901
|
+
Served asset /integration/spec_helper.js - 200 OK (0ms)
|
|
6902
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6903
|
+
Served asset /support/json2.js - 200 OK (2ms)
|
|
6904
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6905
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
6906
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 17:45:38 -0700
|
|
6907
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
6908
|
+
Parameters: {"filename"=>"fixture"}
|
|
6909
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (2.1ms)
|
|
6910
|
+
Completed 200 OK in 4ms (Views: 3.7ms)
|
|
6911
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 17:45:52 -0700
|
|
6912
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
6913
|
+
Parameters: {"suite"=>"integration"}
|
|
6914
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (10.5ms)
|
|
6915
|
+
Completed 200 OK in 12ms (Views: 11.5ms)
|
|
6916
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 17:45:52 -0700
|
|
6917
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
6918
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:52 -0700
|
|
6919
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
6920
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:52 -0700
|
|
6921
|
+
Served asset /teabag-jasmine.js - 200 OK (2ms)
|
|
6922
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 17:45:52 -0700
|
|
6923
|
+
Served asset /integration/spec_helper.js - 200 OK (0ms)
|
|
6924
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 17:45:52 -0700
|
|
6925
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
6926
|
+
Parameters: {"filename"=>"fixture"}
|
|
6927
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.9ms)
|
|
6928
|
+
Completed 200 OK in 6ms (Views: 5.6ms)
|
|
6929
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 17:46:56 -0700
|
|
6930
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
6931
|
+
Parameters: {"suite"=>"integration"}
|
|
6932
|
+
Compiled teabag.css (0ms) (pid 14145)
|
|
6933
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (42.2ms)
|
|
6934
|
+
Completed 200 OK in 51ms (Views: 51.1ms)
|
|
6935
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 17:46:56 -0700
|
|
6936
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
6937
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 17:46:56 -0700
|
|
6938
|
+
Served asset /teabag-jasmine.js - 200 OK (3ms)
|
|
6939
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 17:46:56 -0700
|
|
6940
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
6941
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 17:46:56 -0700
|
|
6942
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
6943
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 17:46:56 -0700
|
|
6944
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
6945
|
+
Parameters: {"filename"=>"fixture"}
|
|
6946
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.4ms)
|
|
6947
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
|
6948
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 17:55:13 -0700
|
|
6949
|
+
Processing by Teabag::SpecController#runner as */*
|
|
6950
|
+
Parameters: {"suite"=>"foo"}
|
|
6951
|
+
Compiled teabag.css (0ms) (pid 15310)
|
|
6952
|
+
Compiled support/json2.js (0ms) (pid 15310)
|
|
6953
|
+
Compiled spec_helper.js (112ms) (pid 15310)
|
|
6954
|
+
Compiled teabag/base/fixture_spec.js (136ms) (pid 15310)
|
|
6955
|
+
Compiled teabag/base/reporters/console_spec.js (141ms) (pid 15310)
|
|
6956
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (127ms) (pid 15310)
|
|
6957
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (95ms) (pid 15310)
|
|
6958
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (95ms) (pid 15310)
|
|
6959
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (123ms) (pid 15310)
|
|
6960
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (94ms) (pid 15310)
|
|
6961
|
+
Compiled teabag/base/reporters/html_spec.js (177ms) (pid 15310)
|
|
6962
|
+
Compiled teabag/base/runner_spec.js (120ms) (pid 15310)
|
|
6963
|
+
Compiled teabag/base/teabag_spec.js (113ms) (pid 15310)
|
|
6964
|
+
Compiled drivers/phantomjs/runner.js (123ms) (pid 15310)
|
|
6965
|
+
Compiled teabag/phantomjs/runner_spec.js (298ms) (pid 15310)
|
|
6966
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1771.5ms)
|
|
6967
|
+
Completed 200 OK in 1780ms (Views: 1779.8ms)
|
|
6968
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 17:55:18 -0700
|
|
6969
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
6970
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
6971
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 15338)
|
|
6972
|
+
Compiled teabag/base/runner.js (111ms) (pid 15338)
|
|
6973
|
+
Compiled teabag/base/fixture.js (136ms) (pid 15338)
|
|
6974
|
+
Compiled teabag/base/reporters/html/base_view.js (110ms) (pid 15338)
|
|
6975
|
+
Compiled teabag/base/reporters/html/progress_view.js (123ms) (pid 15338)
|
|
6976
|
+
Compiled teabag/base/reporters/html/spec_view.js (123ms) (pid 15338)
|
|
6977
|
+
Compiled teabag/base/reporters/html/failure_view.js (105ms) (pid 15338)
|
|
6978
|
+
Compiled teabag/base/reporters/html/suite_view.js (116ms) (pid 15338)
|
|
6979
|
+
Compiled teabag/base/reporters/html.js (751ms) (pid 15338)
|
|
6980
|
+
Compiled teabag/base/reporters/console.js (121ms) (pid 15338)
|
|
6981
|
+
Compiled teabag/base/teabag.js (1267ms) (pid 15338)
|
|
6982
|
+
Compiled teabag/jasmine/reporters/html.js (126ms) (pid 15338)
|
|
6983
|
+
Compiled teabag/jasmine.js (1552ms) (pid 15338)
|
|
6984
|
+
Compiled integration/spec_helper.js (131ms) (pid 15338)
|
|
6985
|
+
Compiled integration/integration_spec.js (238ms) (pid 15338)
|
|
6986
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1868.3ms)
|
|
6987
|
+
Completed 200 OK in 1893ms (Views: 1892.7ms)
|
|
6988
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
6989
|
+
Served asset /teabag.css - 200 OK (19ms)
|
|
6990
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
6991
|
+
Served asset /jasmine-1.3.1.js - 200 OK (5ms)
|
|
6992
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
6993
|
+
Served asset /teabag/base/teabag.js - 200 OK (8ms)
|
|
6994
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
6995
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
6996
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
6997
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
6998
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
6999
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7000
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7001
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (9ms)
|
|
7002
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7003
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (1ms)
|
|
7004
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7005
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
7006
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7007
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (3ms)
|
|
7008
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7009
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (2ms)
|
|
7010
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7011
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7012
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7013
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
7014
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7015
|
+
Served asset /teabag/jasmine.js - 200 OK (26ms)
|
|
7016
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7017
|
+
Served asset /support/json2.js - 200 OK (2ms)
|
|
7018
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7019
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7020
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7021
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
7022
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7023
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7024
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 17:55:20 -0700
|
|
7025
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7026
|
+
Parameters: {"filename"=>"fixture"}
|
|
7027
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
|
|
7028
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
|
7029
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 17:55:22 -0700
|
|
7030
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7031
|
+
Parameters: {"suite"=>"integration"}
|
|
7032
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (10.9ms)
|
|
7033
|
+
Completed 200 OK in 12ms (Views: 12.0ms)
|
|
7034
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 17:55:22 -0700
|
|
7035
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
7036
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:22 -0700
|
|
7037
|
+
Served asset /integration/integration_spec.js - 200 OK (3ms)
|
|
7038
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:22 -0700
|
|
7039
|
+
Served asset /teabag-jasmine.js - 200 OK (1ms)
|
|
7040
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 17:55:22 -0700
|
|
7041
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7042
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 17:55:22 -0700
|
|
7043
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7044
|
+
Parameters: {"filename"=>"fixture"}
|
|
7045
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
7046
|
+
Completed 200 OK in 42ms (Views: 41.2ms)
|
|
7047
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 18:57:03 -0700
|
|
7048
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7049
|
+
Parameters: {"suite"=>"integration"}
|
|
7050
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (24.3ms)
|
|
7051
|
+
Completed 200 OK in 36ms (Views: 35.8ms)
|
|
7052
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 18:57:03 -0700
|
|
7053
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
7054
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:03 -0700
|
|
7055
|
+
Served asset /teabag-jasmine.js - 200 OK (3ms)
|
|
7056
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:03 -0700
|
|
7057
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7058
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:03 -0700
|
|
7059
|
+
Served asset /integration/integration_spec.js - 200 OK (3ms)
|
|
7060
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 18:57:03 -0700
|
|
7061
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7062
|
+
Parameters: {"filename"=>"fixture"}
|
|
7063
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.9ms)
|
|
7064
|
+
Completed 200 OK in 8ms (Views: 7.7ms)
|
|
7065
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 18:57:15 -0700
|
|
7066
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7067
|
+
Parameters: {"suite"=>"foo"}
|
|
7068
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (90.5ms)
|
|
7069
|
+
Completed 200 OK in 93ms (Views: 92.9ms)
|
|
7070
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 18:57:19 -0700
|
|
7071
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7072
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7073
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 18330)
|
|
7074
|
+
Compiled teabag/base/runner.js (107ms) (pid 18330)
|
|
7075
|
+
Compiled teabag/base/fixture.js (130ms) (pid 18330)
|
|
7076
|
+
Compiled teabag/base/reporters/html/base_view.js (115ms) (pid 18330)
|
|
7077
|
+
Compiled teabag/base/reporters/html/progress_view.js (127ms) (pid 18330)
|
|
7078
|
+
Compiled teabag/base/reporters/html/spec_view.js (120ms) (pid 18330)
|
|
7079
|
+
Compiled teabag/base/reporters/html/failure_view.js (103ms) (pid 18330)
|
|
7080
|
+
Compiled teabag/base/reporters/html/suite_view.js (117ms) (pid 18330)
|
|
7081
|
+
Compiled teabag/base/reporters/html.js (780ms) (pid 18330)
|
|
7082
|
+
Compiled teabag/base/reporters/console.js (122ms) (pid 18330)
|
|
7083
|
+
Compiled teabag/base/teabag.js (1268ms) (pid 18330)
|
|
7084
|
+
Compiled teabag/jasmine/reporters/html.js (124ms) (pid 18330)
|
|
7085
|
+
Compiled teabag/jasmine.js (1619ms) (pid 18330)
|
|
7086
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1693.2ms)
|
|
7087
|
+
Completed 200 OK in 1721ms (Views: 1720.8ms)
|
|
7088
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7089
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7090
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7091
|
+
Served asset /jasmine-1.3.1.js - 200 OK (1ms)
|
|
7092
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7093
|
+
Served asset /teabag/base/teabag.js - 200 OK (15ms)
|
|
7094
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7095
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
7096
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7097
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (5ms)
|
|
7098
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7099
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7100
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7101
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7102
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7103
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (1ms)
|
|
7104
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7105
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
7106
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7107
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
7108
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7109
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
7110
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7111
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7112
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7113
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
7114
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7115
|
+
Served asset /teabag/jasmine.js - 200 OK (44ms)
|
|
7116
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7117
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
7118
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7119
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7120
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7121
|
+
Served asset /integration/spec_helper.js - 200 OK (0ms)
|
|
7122
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7123
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7124
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 18:57:20 -0700
|
|
7125
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7126
|
+
Parameters: {"filename"=>"fixture"}
|
|
7127
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
7128
|
+
Completed 200 OK in 4ms (Views: 3.2ms)
|
|
7129
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 18:57:49 -0700
|
|
7130
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7131
|
+
Parameters: {"suite"=>"integration"}
|
|
7132
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (18.9ms)
|
|
7133
|
+
Completed 200 OK in 50ms (Views: 49.4ms)
|
|
7134
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 18:57:49 -0700
|
|
7135
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7136
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:49 -0700
|
|
7137
|
+
Served asset /integration/integration_spec.js - 200 OK (4ms)
|
|
7138
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:49 -0700
|
|
7139
|
+
Served asset /teabag-jasmine.js - 200 OK (1ms)
|
|
7140
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 18:57:49 -0700
|
|
7141
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7142
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 18:57:49 -0700
|
|
7143
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7144
|
+
Parameters: {"filename"=>"fixture"}
|
|
7145
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
|
|
7146
|
+
Completed 200 OK in 4ms (Views: 3.8ms)
|
|
7147
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 18:57:49 -0700
|
|
7148
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7149
|
+
Parameters: {"suite"=>"foo"}
|
|
7150
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (67.0ms)
|
|
7151
|
+
Completed 200 OK in 69ms (Views: 69.1ms)
|
|
7152
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7153
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7154
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7155
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (67.6ms)
|
|
7156
|
+
Completed 200 OK in 93ms (Views: 92.3ms)
|
|
7157
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7158
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7159
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7160
|
+
Served asset /teabag/base/fixture.js - 200 OK (2ms)
|
|
7161
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7162
|
+
Served asset /jasmine-1.3.1.js - 200 OK (1ms)
|
|
7163
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7164
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7165
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7166
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (2ms)
|
|
7167
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7168
|
+
Served asset /teabag/base/teabag.js - 200 OK (8ms)
|
|
7169
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7170
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (6ms)
|
|
7171
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7172
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (2ms)
|
|
7173
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7174
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (2ms)
|
|
7175
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7176
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
7177
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7178
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7179
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7180
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
7181
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7182
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
7183
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7184
|
+
Served asset /teabag/jasmine.js - 200 OK (31ms)
|
|
7185
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7186
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
7187
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7188
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7189
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7190
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7191
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7192
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7193
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 18:58:04 -0700
|
|
7194
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7195
|
+
Parameters: {"filename"=>"fixture"}
|
|
7196
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.4ms)
|
|
7197
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
|
7198
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 18:59:40 -0700
|
|
7199
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7200
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7201
|
+
Compiled teabag.css (0ms) (pid 18523)
|
|
7202
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 18523)
|
|
7203
|
+
Compiled teabag/base/runner.js (108ms) (pid 18523)
|
|
7204
|
+
Compiled teabag/base/fixture.js (152ms) (pid 18523)
|
|
7205
|
+
Compiled teabag/base/reporters/html/base_view.js (110ms) (pid 18523)
|
|
7206
|
+
Compiled teabag/base/reporters/html/progress_view.js (123ms) (pid 18523)
|
|
7207
|
+
Compiled teabag/base/reporters/html/spec_view.js (120ms) (pid 18523)
|
|
7208
|
+
Compiled teabag/base/reporters/html/failure_view.js (105ms) (pid 18523)
|
|
7209
|
+
Compiled teabag/base/reporters/html/suite_view.js (117ms) (pid 18523)
|
|
7210
|
+
Compiled teabag/base/reporters/html.js (746ms) (pid 18523)
|
|
7211
|
+
Compiled teabag/base/reporters/console.js (123ms) (pid 18523)
|
|
7212
|
+
Compiled teabag/base/teabag.js (1251ms) (pid 18523)
|
|
7213
|
+
Compiled teabag/jasmine/reporters/html.js (103ms) (pid 18523)
|
|
7214
|
+
Compiled teabag/jasmine.js (1523ms) (pid 18523)
|
|
7215
|
+
Compiled support/json2.js (0ms) (pid 18523)
|
|
7216
|
+
Compiled spec_helper.js (131ms) (pid 18523)
|
|
7217
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1739.6ms)
|
|
7218
|
+
Completed 200 OK in 1764ms (Views: 1764.2ms)
|
|
7219
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7220
|
+
Served asset /teabag.css - 200 OK (19ms)
|
|
7221
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7222
|
+
Served asset /jasmine-1.3.1.js - 200 OK (4ms)
|
|
7223
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7224
|
+
Served asset /teabag/base/teabag.js - 200 OK (12ms)
|
|
7225
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7226
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7227
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7228
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7229
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7230
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (6ms)
|
|
7231
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7232
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
7233
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7234
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (1ms)
|
|
7235
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7236
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
7237
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7238
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
7239
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7240
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (2ms)
|
|
7241
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7242
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (2ms)
|
|
7243
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7244
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7245
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7246
|
+
Served asset /support/json2.js - 200 OK (3ms)
|
|
7247
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7248
|
+
Served asset /teabag/jasmine.js - 200 OK (27ms)
|
|
7249
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7250
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7251
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7252
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7253
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7254
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7255
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 18:59:42 -0700
|
|
7256
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7257
|
+
Parameters: {"filename"=>"fixture"}
|
|
7258
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
7259
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
|
7260
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 18:59:43 -0700
|
|
7261
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7262
|
+
Parameters: {"suite"=>"foo"}
|
|
7263
|
+
Compiled teabag/base/fixture_spec.js (152ms) (pid 18508)
|
|
7264
|
+
Compiled teabag/base/reporters/console_spec.js (137ms) (pid 18508)
|
|
7265
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (123ms) (pid 18508)
|
|
7266
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (100ms) (pid 18508)
|
|
7267
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (95ms) (pid 18508)
|
|
7268
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (94ms) (pid 18508)
|
|
7269
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (95ms) (pid 18508)
|
|
7270
|
+
Compiled teabag/base/reporters/html_spec.js (178ms) (pid 18508)
|
|
7271
|
+
Compiled teabag/base/runner_spec.js (119ms) (pid 18508)
|
|
7272
|
+
Compiled teabag/base/teabag_spec.js (112ms) (pid 18508)
|
|
7273
|
+
Compiled drivers/phantomjs/runner.js (121ms) (pid 18508)
|
|
7274
|
+
Compiled teabag/phantomjs/runner_spec.js (293ms) (pid 18508)
|
|
7275
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1628.7ms)
|
|
7276
|
+
Completed 200 OK in 1639ms (Views: 1638.3ms)
|
|
7277
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 18:59:46 -0700
|
|
7278
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7279
|
+
Parameters: {"suite"=>"integration"}
|
|
7280
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (12.7ms)
|
|
7281
|
+
Completed 200 OK in 15ms (Views: 14.3ms)
|
|
7282
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 18:59:46 -0700
|
|
7283
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7284
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:46 -0700
|
|
7285
|
+
Served asset /integration/integration_spec.js - 200 OK (4ms)
|
|
7286
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:46 -0700
|
|
7287
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7288
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 18:59:46 -0700
|
|
7289
|
+
Served asset /teabag-jasmine.js - 200 OK (1ms)
|
|
7290
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 18:59:47 -0700
|
|
7291
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7292
|
+
Parameters: {"filename"=>"fixture"}
|
|
7293
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.8ms)
|
|
7294
|
+
Completed 200 OK in 8ms (Views: 7.4ms)
|
|
7295
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7296
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7297
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7298
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (69.1ms)
|
|
7299
|
+
Completed 200 OK in 95ms (Views: 94.9ms)
|
|
7300
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7301
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7302
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7303
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7304
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7305
|
+
Served asset /teabag/base/teabag.js - 200 OK (14ms)
|
|
7306
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7307
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
7308
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7309
|
+
Served asset /jasmine-1.3.1.js - 200 OK (1ms)
|
|
7310
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7311
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7312
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7313
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (1ms)
|
|
7314
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7315
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (8ms)
|
|
7316
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7317
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
7318
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7319
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
7320
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7321
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7322
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7323
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (3ms)
|
|
7324
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7325
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (2ms)
|
|
7326
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7327
|
+
Served asset /teabag/jasmine.js - 200 OK (29ms)
|
|
7328
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7329
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7330
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7331
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
7332
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7333
|
+
Served asset /integration/spec_helper.js - 200 OK (0ms)
|
|
7334
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7335
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7336
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 19:00:45 -0700
|
|
7337
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7338
|
+
Parameters: {"filename"=>"fixture"}
|
|
7339
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.4ms)
|
|
7340
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
|
7341
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 19:00:46 -0700
|
|
7342
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7343
|
+
Parameters: {"suite"=>"foo"}
|
|
7344
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (66.3ms)
|
|
7345
|
+
Completed 200 OK in 76ms (Views: 76.1ms)
|
|
7346
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 19:00:48 -0700
|
|
7347
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7348
|
+
Parameters: {"suite"=>"integration"}
|
|
7349
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (10.9ms)
|
|
7350
|
+
Completed 200 OK in 12ms (Views: 12.0ms)
|
|
7351
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 19:00:48 -0700
|
|
7352
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
7353
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:48 -0700
|
|
7354
|
+
Served asset /integration/integration_spec.js - 200 OK (3ms)
|
|
7355
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:48 -0700
|
|
7356
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7357
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 19:00:48 -0700
|
|
7358
|
+
Served asset /teabag-jasmine.js - 200 OK (1ms)
|
|
7359
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 19:00:48 -0700
|
|
7360
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7361
|
+
Parameters: {"filename"=>"fixture"}
|
|
7362
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (2.4ms)
|
|
7363
|
+
Completed 200 OK in 4ms (Views: 3.7ms)
|
|
7364
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 19:45:21 -0700
|
|
7365
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7366
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7367
|
+
Compiled teabag.css (0ms) (pid 20406)
|
|
7368
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 20406)
|
|
7369
|
+
Compiled teabag/base/runner.js (107ms) (pid 20406)
|
|
7370
|
+
Compiled teabag/base/fixture.js (129ms) (pid 20406)
|
|
7371
|
+
Compiled teabag/base/reporters/html/base_view.js (110ms) (pid 20406)
|
|
7372
|
+
Compiled teabag/base/reporters/html/progress_view.js (122ms) (pid 20406)
|
|
7373
|
+
Compiled teabag/base/reporters/html/spec_view.js (126ms) (pid 20406)
|
|
7374
|
+
Compiled teabag/base/reporters/html/failure_view.js (107ms) (pid 20406)
|
|
7375
|
+
Compiled teabag/base/reporters/html/suite_view.js (118ms) (pid 20406)
|
|
7376
|
+
Compiled teabag/base/reporters/html.js (758ms) (pid 20406)
|
|
7377
|
+
Compiled teabag/base/reporters/console.js (123ms) (pid 20406)
|
|
7378
|
+
Compiled teabag/base/teabag.js (1262ms) (pid 20406)
|
|
7379
|
+
Compiled teabag/jasmine/reporters/html.js (125ms) (pid 20406)
|
|
7380
|
+
Compiled teabag/jasmine.js (1542ms) (pid 20406)
|
|
7381
|
+
Compiled support/json2.js (1ms) (pid 20406)
|
|
7382
|
+
Compiled spec_helper.js (133ms) (pid 20406)
|
|
7383
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1792.0ms)
|
|
7384
|
+
Completed 200 OK in 1817ms (Views: 1816.8ms)
|
|
7385
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7386
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
7387
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7388
|
+
Served asset /teabag/base/fixture.js - 200 OK (2ms)
|
|
7389
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7390
|
+
Served asset /teabag/base/teabag.js - 200 OK (10ms)
|
|
7391
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7392
|
+
Served asset /teabag/base/runner.js - 200 OK (2ms)
|
|
7393
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7394
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
7395
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7396
|
+
Served asset /jasmine-1.3.1.js - 200 OK (3ms)
|
|
7397
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7398
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (5ms)
|
|
7399
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7400
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
7401
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7402
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (1ms)
|
|
7403
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7404
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
7405
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7406
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
7407
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7408
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7409
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7410
|
+
Served asset /teabag/jasmine.js - 200 OK (25ms)
|
|
7411
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7412
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
7413
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7414
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
7415
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7416
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7417
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7418
|
+
Served asset /integration/spec_helper.js - 200 OK (0ms)
|
|
7419
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7420
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7421
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 19:45:23 -0700
|
|
7422
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7423
|
+
Parameters: {"filename"=>"fixture"}
|
|
7424
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.8ms)
|
|
7425
|
+
Completed 200 OK in 4ms (Views: 3.6ms)
|
|
7426
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 19:45:26 -0700
|
|
7427
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7428
|
+
Parameters: {"suite"=>"integration"}
|
|
7429
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (44.1ms)
|
|
7430
|
+
Completed 200 OK in 54ms (Views: 53.4ms)
|
|
7431
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 19:45:26 -0700
|
|
7432
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7433
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:26 -0700
|
|
7434
|
+
Served asset /teabag-jasmine.js - 200 OK (4ms)
|
|
7435
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:26 -0700
|
|
7436
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7437
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 19:45:26 -0700
|
|
7438
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7439
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 19:45:26 -0700
|
|
7440
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7441
|
+
Parameters: {"filename"=>"fixture"}
|
|
7442
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
|
|
7443
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
|
7444
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 19:45:37 -0700
|
|
7445
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7446
|
+
Parameters: {"suite"=>"foo"}
|
|
7447
|
+
Compiled teabag/base/fixture_spec.js (135ms) (pid 20403)
|
|
7448
|
+
Compiled teabag/base/reporters/console_spec.js (161ms) (pid 20403)
|
|
7449
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (124ms) (pid 20403)
|
|
7450
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (94ms) (pid 20403)
|
|
7451
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (95ms) (pid 20403)
|
|
7452
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (94ms) (pid 20403)
|
|
7453
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (94ms) (pid 20403)
|
|
7454
|
+
Compiled teabag/base/reporters/html_spec.js (169ms) (pid 20403)
|
|
7455
|
+
Compiled teabag/base/runner_spec.js (121ms) (pid 20403)
|
|
7456
|
+
Compiled teabag/base/teabag_spec.js (113ms) (pid 20403)
|
|
7457
|
+
Compiled drivers/phantomjs/runner.js (122ms) (pid 20403)
|
|
7458
|
+
Compiled teabag/phantomjs/runner_spec.js (269ms) (pid 20403)
|
|
7459
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1621.9ms)
|
|
7460
|
+
Completed 200 OK in 1626ms (Views: 1625.8ms)
|
|
7461
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 22:14:27 -0700
|
|
7462
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7463
|
+
Parameters: {"suite"=>"foo"}
|
|
7464
|
+
Compiled teabag.css (0ms) (pid 25158)
|
|
7465
|
+
Compiled teabag-jasmine.js (0ms) (pid 25158)
|
|
7466
|
+
Compiled support/json2.js (1ms) (pid 25158)
|
|
7467
|
+
Compiled spec_helper.js (109ms) (pid 25158)
|
|
7468
|
+
Compiled teabag/base/fixture_spec.js (132ms) (pid 25158)
|
|
7469
|
+
Compiled teabag/base/reporters/console_spec.js (136ms) (pid 25158)
|
|
7470
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (122ms) (pid 25158)
|
|
7471
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (119ms) (pid 25158)
|
|
7472
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (94ms) (pid 25158)
|
|
7473
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (93ms) (pid 25158)
|
|
7474
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (94ms) (pid 25158)
|
|
7475
|
+
Compiled teabag/base/reporters/html_spec.js (171ms) (pid 25158)
|
|
7476
|
+
Compiled teabag/base/runner_spec.js (144ms) (pid 25158)
|
|
7477
|
+
Compiled teabag/base/teabag_spec.js (112ms) (pid 25158)
|
|
7478
|
+
Compiled drivers/phantomjs/runner.js (123ms) (pid 25158)
|
|
7479
|
+
Compiled teabag/phantomjs/runner_spec.js (267ms) (pid 25158)
|
|
7480
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1742.8ms)
|
|
7481
|
+
Completed 200 OK in 1752ms (Views: 1751.4ms)
|
|
7482
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 22:14:31 -0700
|
|
7483
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7484
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7485
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 25187)
|
|
7486
|
+
Compiled teabag/base/runner.js (105ms) (pid 25187)
|
|
7487
|
+
Compiled teabag/base/fixture.js (129ms) (pid 25187)
|
|
7488
|
+
Compiled teabag/base/reporters/html/base_view.js (110ms) (pid 25187)
|
|
7489
|
+
Compiled teabag/base/reporters/html/progress_view.js (122ms) (pid 25187)
|
|
7490
|
+
Compiled teabag/base/reporters/html/spec_view.js (119ms) (pid 25187)
|
|
7491
|
+
Compiled teabag/base/reporters/html/failure_view.js (104ms) (pid 25187)
|
|
7492
|
+
Compiled teabag/base/reporters/html/suite_view.js (118ms) (pid 25187)
|
|
7493
|
+
Compiled teabag/base/reporters/html/template.js (94ms) (pid 25187)
|
|
7494
|
+
Compiled teabag/base/reporters/html.js (844ms) (pid 25187)
|
|
7495
|
+
Compiled teabag/base/reporters/console.js (142ms) (pid 25187)
|
|
7496
|
+
Compiled teabag/base/teabag.js (1362ms) (pid 25187)
|
|
7497
|
+
Compiled teabag/jasmine/reporters/html.js (102ms) (pid 25187)
|
|
7498
|
+
Compiled teabag/jasmine.js (1610ms) (pid 25187)
|
|
7499
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1715.6ms)
|
|
7500
|
+
Completed 200 OK in 1740ms (Views: 1740.2ms)
|
|
7501
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7502
|
+
Served asset /teabag.css - 200 OK (16ms)
|
|
7503
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7504
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7505
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7506
|
+
Served asset /teabag/base/teabag.js - 200 OK (15ms)
|
|
7507
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7508
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7509
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7510
|
+
Served asset /jasmine-1.3.1.js - 200 OK (1ms)
|
|
7511
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7512
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
7513
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7514
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (6ms)
|
|
7515
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7516
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (1ms)
|
|
7517
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7518
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
7519
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7520
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
7521
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7522
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
7523
|
+
Started GET "/assets/teabag/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7524
|
+
Served asset /teabag/base/reporters/html/template.js - 200 OK (1ms)
|
|
7525
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7526
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7527
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7528
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
7529
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7530
|
+
Served asset /teabag/jasmine.js - 200 OK (18ms)
|
|
7531
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7532
|
+
Served asset /support/json2.js - 200 OK (2ms)
|
|
7533
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7534
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7535
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7536
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7537
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7538
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7539
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 22:14:33 -0700
|
|
7540
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7541
|
+
Parameters: {"filename"=>"fixture"}
|
|
7542
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
7543
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
|
7544
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 22:14:36 -0700
|
|
7545
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7546
|
+
Parameters: {"suite"=>"integration"}
|
|
7547
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (11.5ms)
|
|
7548
|
+
Completed 200 OK in 13ms (Views: 12.7ms)
|
|
7549
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 22:14:36 -0700
|
|
7550
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7551
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:36 -0700
|
|
7552
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7553
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:36 -0700
|
|
7554
|
+
Served asset /teabag-jasmine.js - 200 OK (3ms)
|
|
7555
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 22:14:36 -0700
|
|
7556
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7557
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 22:14:36 -0700
|
|
7558
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7559
|
+
Parameters: {"filename"=>"fixture"}
|
|
7560
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
|
|
7561
|
+
Completed 200 OK in 5ms (Views: 4.3ms)
|
|
7562
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 22:43:30 -0700
|
|
7563
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7564
|
+
Parameters: {"suite"=>"foo"}
|
|
7565
|
+
Compiled teabag.css (0ms) (pid 26587)
|
|
7566
|
+
Compiled support/json2.js (0ms) (pid 26587)
|
|
7567
|
+
Compiled spec_helper.js (134ms) (pid 26587)
|
|
7568
|
+
Compiled teabag/base/fixture_spec.js (133ms) (pid 26587)
|
|
7569
|
+
Compiled teabag/base/reporters/console_spec.js (139ms) (pid 26587)
|
|
7570
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (124ms) (pid 26587)
|
|
7571
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (95ms) (pid 26587)
|
|
7572
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (95ms) (pid 26587)
|
|
7573
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (94ms) (pid 26587)
|
|
7574
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (95ms) (pid 26587)
|
|
7575
|
+
Compiled teabag/base/reporters/html_spec.js (174ms) (pid 26587)
|
|
7576
|
+
Compiled teabag/base/runner_spec.js (119ms) (pid 26587)
|
|
7577
|
+
Compiled teabag/base/teabag_spec.js (139ms) (pid 26587)
|
|
7578
|
+
Compiled drivers/phantomjs/runner.js (120ms) (pid 26587)
|
|
7579
|
+
Compiled teabag/phantomjs/runner_spec.js (265ms) (pid 26587)
|
|
7580
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1744.4ms)
|
|
7581
|
+
Completed 200 OK in 1752ms (Views: 1752.3ms)
|
|
7582
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 22:43:45 -0700
|
|
7583
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7584
|
+
Parameters: {"suite"=>"integration"}
|
|
7585
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (11.8ms)
|
|
7586
|
+
Completed 200 OK in 13ms (Views: 12.9ms)
|
|
7587
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 22:43:45 -0700
|
|
7588
|
+
Served asset /teabag.css - 200 OK (3ms)
|
|
7589
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:45 -0700
|
|
7590
|
+
Served asset /teabag-jasmine.js - 200 OK (2ms)
|
|
7591
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:45 -0700
|
|
7592
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7593
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:45 -0700
|
|
7594
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
7595
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 22:43:45 -0700
|
|
7596
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7597
|
+
Parameters: {"filename"=>"fixture"}
|
|
7598
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
7599
|
+
Completed 200 OK in 6ms (Views: 5.4ms)
|
|
7600
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 22:43:48 -0700
|
|
7601
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7602
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7603
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 26632)
|
|
7604
|
+
Compiled teabag/base/runner.js (110ms) (pid 26632)
|
|
7605
|
+
Compiled teabag/base/fixture.js (135ms) (pid 26632)
|
|
7606
|
+
Compiled teabag/base/reporters/html/base_view.js (111ms) (pid 26632)
|
|
7607
|
+
Compiled teabag/base/reporters/html/progress_view.js (123ms) (pid 26632)
|
|
7608
|
+
Compiled teabag/base/reporters/html/spec_view.js (120ms) (pid 26632)
|
|
7609
|
+
Compiled teabag/base/reporters/html/failure_view.js (104ms) (pid 26632)
|
|
7610
|
+
Compiled teabag/base/reporters/html/suite_view.js (116ms) (pid 26632)
|
|
7611
|
+
Compiled teabag/base/reporters/html/template.js (94ms) (pid 26632)
|
|
7612
|
+
Compiled teabag/base/reporters/html.js (861ms) (pid 26632)
|
|
7613
|
+
Compiled teabag/base/reporters/console.js (144ms) (pid 26632)
|
|
7614
|
+
Compiled teabag/base/teabag.js (1397ms) (pid 26632)
|
|
7615
|
+
Compiled teabag/jasmine/reporters/html.js (101ms) (pid 26632)
|
|
7616
|
+
Compiled teabag/jasmine.js (1710ms) (pid 26632)
|
|
7617
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1810.7ms)
|
|
7618
|
+
Completed 200 OK in 1836ms (Views: 1836.0ms)
|
|
7619
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7620
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
7621
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7622
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7623
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7624
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7625
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7626
|
+
Served asset /teabag/base/teabag.js - 200 OK (12ms)
|
|
7627
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7628
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (7ms)
|
|
7629
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7630
|
+
Served asset /jasmine-1.3.1.js - 200 OK (1ms)
|
|
7631
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7632
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
7633
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7634
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (1ms)
|
|
7635
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7636
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (2ms)
|
|
7637
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7638
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
7639
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7640
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
7641
|
+
Started GET "/assets/teabag/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7642
|
+
Served asset /teabag/base/reporters/html/template.js - 200 OK (1ms)
|
|
7643
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7644
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7645
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7646
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (12ms)
|
|
7647
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7648
|
+
Served asset /teabag/jasmine.js - 200 OK (15ms)
|
|
7649
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7650
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
7651
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7652
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7653
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7654
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7655
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7656
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7657
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 22:43:50 -0700
|
|
7658
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7659
|
+
Parameters: {"filename"=>"fixture"}
|
|
7660
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
|
|
7661
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
|
7662
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 22:54:17 -0700
|
|
7663
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7664
|
+
Parameters: {"suite"=>"foo"}
|
|
7665
|
+
Compiled teabag.css (0ms) (pid 30099)
|
|
7666
|
+
Compiled teabag-jasmine.js (0ms) (pid 30099)
|
|
7667
|
+
Compiled support/json2.js (1ms) (pid 30099)
|
|
7668
|
+
Compiled spec_helper.js (125ms) (pid 30099)
|
|
7669
|
+
Compiled teabag/base/fixture_spec.js (133ms) (pid 30099)
|
|
7670
|
+
Compiled teabag/base/reporters/console_spec.js (136ms) (pid 30099)
|
|
7671
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (124ms) (pid 30099)
|
|
7672
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (94ms) (pid 30099)
|
|
7673
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (94ms) (pid 30099)
|
|
7674
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (94ms) (pid 30099)
|
|
7675
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (93ms) (pid 30099)
|
|
7676
|
+
Compiled teabag/base/reporters/html_spec.js (172ms) (pid 30099)
|
|
7677
|
+
Compiled teabag/base/runner_spec.js (149ms) (pid 30099)
|
|
7678
|
+
Compiled teabag/base/teabag_spec.js (111ms) (pid 30099)
|
|
7679
|
+
Compiled drivers/phantomjs/runner.js (123ms) (pid 30099)
|
|
7680
|
+
Compiled teabag/phantomjs/runner_spec.js (271ms) (pid 30099)
|
|
7681
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1742.6ms)
|
|
7682
|
+
Completed 200 OK in 1753ms (Views: 1752.7ms)
|
|
7683
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 22:54:22 -0700
|
|
7684
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7685
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7686
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 30127)
|
|
7687
|
+
Compiled teabag/base/runner.js (107ms) (pid 30127)
|
|
7688
|
+
Compiled teabag/base/fixture.js (132ms) (pid 30127)
|
|
7689
|
+
Compiled teabag/base/reporters/html/base_view.js (143ms) (pid 30127)
|
|
7690
|
+
Compiled teabag/base/reporters/html/progress_view.js (123ms) (pid 30127)
|
|
7691
|
+
Compiled teabag/base/reporters/html/spec_view.js (120ms) (pid 30127)
|
|
7692
|
+
Compiled teabag/base/reporters/html/failure_view.js (103ms) (pid 30127)
|
|
7693
|
+
Compiled teabag/base/reporters/html/suite_view.js (117ms) (pid 30127)
|
|
7694
|
+
Compiled teabag/base/reporters/html/template.js (94ms) (pid 30127)
|
|
7695
|
+
Compiled teabag/base/reporters/html.js (881ms) (pid 30127)
|
|
7696
|
+
Compiled teabag/base/reporters/console.js (121ms) (pid 30127)
|
|
7697
|
+
Compiled teabag/base/teabag.js (1364ms) (pid 30127)
|
|
7698
|
+
Compiled teabag/jasmine/reporters/html.js (102ms) (pid 30127)
|
|
7699
|
+
Compiled teabag/jasmine.js (1618ms) (pid 30127)
|
|
7700
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1739.8ms)
|
|
7701
|
+
Completed 200 OK in 1749ms (Views: 1748.6ms)
|
|
7702
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7703
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
7704
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7705
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7706
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7707
|
+
Served asset /teabag/base/teabag.js - 200 OK (9ms)
|
|
7708
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7709
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
7710
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7711
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7712
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7713
|
+
Served asset /jasmine-1.3.1.js - 200 OK (1ms)
|
|
7714
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7715
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (22ms)
|
|
7716
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7717
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (2ms)
|
|
7718
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7719
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
7720
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7721
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
7722
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7723
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
7724
|
+
Started GET "/assets/teabag/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7725
|
+
Served asset /teabag/base/reporters/html/template.js - 200 OK (1ms)
|
|
7726
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7727
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7728
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7729
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
7730
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7731
|
+
Served asset /teabag/jasmine.js - 200 OK (14ms)
|
|
7732
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7733
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
7734
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7735
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7736
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7737
|
+
Served asset /integration/spec_helper.js - 200 OK (0ms)
|
|
7738
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7739
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7740
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 22:54:23 -0700
|
|
7741
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7742
|
+
Parameters: {"filename"=>"fixture"}
|
|
7743
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
7744
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
|
7745
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 22:54:26 -0700
|
|
7746
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7747
|
+
Parameters: {"suite"=>"integration"}
|
|
7748
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (11.2ms)
|
|
7749
|
+
Completed 200 OK in 13ms (Views: 12.4ms)
|
|
7750
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 22:54:26 -0700
|
|
7751
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
7752
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:26 -0700
|
|
7753
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7754
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:26 -0700
|
|
7755
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
7756
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 22:54:26 -0700
|
|
7757
|
+
Served asset /teabag-jasmine.js - 200 OK (1ms)
|
|
7758
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 22:54:26 -0700
|
|
7759
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7760
|
+
Parameters: {"filename"=>"fixture"}
|
|
7761
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
7762
|
+
Completed 200 OK in 4ms (Views: 3.7ms)
|
|
7763
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-11 23:01:51 -0700
|
|
7764
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7765
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7766
|
+
Compiled teabag.css (0ms) (pid 31247)
|
|
7767
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 31247)
|
|
7768
|
+
Compiled teabag/base/runner.js (111ms) (pid 31247)
|
|
7769
|
+
Compiled teabag/base/fixture.js (131ms) (pid 31247)
|
|
7770
|
+
Compiled teabag/base/reporters/html/base_view.js (133ms) (pid 31247)
|
|
7771
|
+
Compiled teabag/base/reporters/html/progress_view.js (123ms) (pid 31247)
|
|
7772
|
+
Compiled teabag/base/reporters/html/spec_view.js (121ms) (pid 31247)
|
|
7773
|
+
Compiled teabag/base/reporters/html/failure_view.js (103ms) (pid 31247)
|
|
7774
|
+
Compiled teabag/base/reporters/html/suite_view.js (119ms) (pid 31247)
|
|
7775
|
+
Compiled teabag/base/reporters/html/template.js (94ms) (pid 31247)
|
|
7776
|
+
Compiled teabag/base/reporters/html.js (875ms) (pid 31247)
|
|
7777
|
+
Compiled teabag/base/reporters/console.js (123ms) (pid 31247)
|
|
7778
|
+
Compiled teabag/base/teabag.js (1366ms) (pid 31247)
|
|
7779
|
+
Compiled teabag/jasmine/reporters/html.js (103ms) (pid 31247)
|
|
7780
|
+
Compiled teabag/jasmine.js (1678ms) (pid 31247)
|
|
7781
|
+
Compiled support/json2.js (1ms) (pid 31247)
|
|
7782
|
+
Compiled spec_helper.js (120ms) (pid 31247)
|
|
7783
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1961.8ms)
|
|
7784
|
+
Completed 200 OK in 1975ms (Views: 1974.3ms)
|
|
7785
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7786
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
7787
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7788
|
+
Served asset /jasmine-1.3.1.js - 200 OK (1ms)
|
|
7789
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7790
|
+
Served asset /teabag/base/teabag.js - 200 OK (29ms)
|
|
7791
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7792
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7793
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7794
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
7795
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7796
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7797
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7798
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (7ms)
|
|
7799
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7800
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (2ms)
|
|
7801
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7802
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (2ms)
|
|
7803
|
+
Started GET "/assets/teabag/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7804
|
+
Served asset /teabag/base/reporters/html/template.js - 200 OK (1ms)
|
|
7805
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7806
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
7807
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7808
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
7809
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7810
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (2ms)
|
|
7811
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7812
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
7813
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7814
|
+
Served asset /teabag/jasmine.js - 200 OK (15ms)
|
|
7815
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7816
|
+
Served asset /support/json2.js - 200 OK (2ms)
|
|
7817
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7818
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7819
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7820
|
+
Served asset /integration/spec_helper.js - 200 OK (0ms)
|
|
7821
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7822
|
+
Served asset /integration/integration_spec.js - 200 OK (1ms)
|
|
7823
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 23:01:53 -0700
|
|
7824
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7825
|
+
Parameters: {"filename"=>"fixture"}
|
|
7826
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
|
|
7827
|
+
Completed 200 OK in 4ms (Views: 3.4ms)
|
|
7828
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-11 23:02:05 -0700
|
|
7829
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7830
|
+
Parameters: {"suite"=>"foo"}
|
|
7831
|
+
Compiled teabag/base/fixture_spec.js (136ms) (pid 31245)
|
|
7832
|
+
Compiled teabag/base/reporters/console_spec.js (153ms) (pid 31245)
|
|
7833
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (135ms) (pid 31245)
|
|
7834
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (97ms) (pid 31245)
|
|
7835
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (125ms) (pid 31245)
|
|
7836
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (95ms) (pid 31245)
|
|
7837
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (98ms) (pid 31245)
|
|
7838
|
+
Compiled teabag/base/reporters/html_spec.js (176ms) (pid 31245)
|
|
7839
|
+
Compiled teabag/base/runner_spec.js (120ms) (pid 31245)
|
|
7840
|
+
Compiled teabag/base/teabag_spec.js (143ms) (pid 31245)
|
|
7841
|
+
Compiled drivers/phantomjs/runner.js (121ms) (pid 31245)
|
|
7842
|
+
Compiled teabag/phantomjs/runner_spec.js (273ms) (pid 31245)
|
|
7843
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1700.4ms)
|
|
7844
|
+
Completed 200 OK in 1710ms (Views: 1710.1ms)
|
|
7845
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-11 23:02:09 -0700
|
|
7846
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7847
|
+
Parameters: {"suite"=>"integration"}
|
|
7848
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (10.9ms)
|
|
7849
|
+
Completed 200 OK in 12ms (Views: 12.1ms)
|
|
7850
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-11 23:02:09 -0700
|
|
7851
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7852
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-11 23:02:09 -0700
|
|
7853
|
+
Served asset /integration/spec_helper.js - 200 OK (3ms)
|
|
7854
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-11 23:02:09 -0700
|
|
7855
|
+
Served asset /teabag-jasmine.js - 200 OK (1ms)
|
|
7856
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-11 23:02:09 -0700
|
|
7857
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
7858
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-11 23:02:09 -0700
|
|
7859
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7860
|
+
Parameters: {"filename"=>"fixture"}
|
|
7861
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
|
|
7862
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
|
7863
|
+
Started GET "/teabag/integration" for ::ffff:127.0.0.1 at 2013-01-13 17:28:21 -0700
|
|
7864
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7865
|
+
Parameters: {"suite"=>"integration"}
|
|
7866
|
+
Compiled teabag.css (0ms) (pid 61799)
|
|
7867
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (30.1ms)
|
|
7868
|
+
Completed 200 OK in 42ms (Views: 41.8ms)
|
|
7869
|
+
Started GET "/assets/teabag.css?body=1" for ::ffff:127.0.0.1 at 2013-01-13 17:28:21 -0700
|
|
7870
|
+
Served asset /teabag.css - 200 OK (2ms)
|
|
7871
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for ::ffff:127.0.0.1 at 2013-01-13 17:28:21 -0700
|
|
7872
|
+
Served asset /integration/integration_spec.js - 200 OK (3ms)
|
|
7873
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for ::ffff:127.0.0.1 at 2013-01-13 17:28:21 -0700
|
|
7874
|
+
Served asset /teabag-jasmine.js - 200 OK (1ms)
|
|
7875
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for ::ffff:127.0.0.1 at 2013-01-13 17:28:21 -0700
|
|
7876
|
+
Served asset /integration/spec_helper.js - 200 OK (0ms)
|
|
7877
|
+
Started GET "/teabag/fixtures/fixture.html" for ::ffff:127.0.0.1 at 2013-01-13 17:28:21 -0700
|
|
7878
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7879
|
+
Parameters: {"filename"=>"fixture"}
|
|
7880
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
7881
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
|
7882
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-13 17:28:24 -0700
|
|
7883
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7884
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7885
|
+
Compiled jasmine-1.3.1.js (1ms) (pid 61806)
|
|
7886
|
+
Compiled teabag/base/runner.js (108ms) (pid 61806)
|
|
7887
|
+
Compiled teabag/base/fixture.js (130ms) (pid 61806)
|
|
7888
|
+
Compiled teabag/base/reporters/html/base_view.js (109ms) (pid 61806)
|
|
7889
|
+
Compiled teabag/base/reporters/html/progress_view.js (144ms) (pid 61806)
|
|
7890
|
+
Compiled teabag/base/reporters/html/spec_view.js (120ms) (pid 61806)
|
|
7891
|
+
Compiled teabag/base/reporters/html/failure_view.js (106ms) (pid 61806)
|
|
7892
|
+
Compiled teabag/base/reporters/html/suite_view.js (118ms) (pid 61806)
|
|
7893
|
+
Compiled teabag/base/reporters/html/template.js (95ms) (pid 61806)
|
|
7894
|
+
Compiled teabag/base/reporters/html.js (875ms) (pid 61806)
|
|
7895
|
+
Compiled teabag/base/reporters/console.js (125ms) (pid 61806)
|
|
7896
|
+
Compiled teabag/base/teabag.js (1372ms) (pid 61806)
|
|
7897
|
+
Compiled teabag/jasmine/reporters/html.js (103ms) (pid 61806)
|
|
7898
|
+
Compiled teabag/jasmine.js (1745ms) (pid 61806)
|
|
7899
|
+
Compiled support/json2.js (1ms) (pid 61806)
|
|
7900
|
+
Compiled spec_helper.js (118ms) (pid 61806)
|
|
7901
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (2007.5ms)
|
|
7902
|
+
Completed 200 OK in 2016ms (Views: 2015.6ms)
|
|
7903
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7904
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7905
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7906
|
+
Served asset /jasmine-1.3.1.js - 200 OK (6ms)
|
|
7907
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7908
|
+
Served asset /teabag/base/teabag.js - 200 OK (23ms)
|
|
7909
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7910
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (6ms)
|
|
7911
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7912
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7913
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7914
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (1ms)
|
|
7915
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7916
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7917
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7918
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (1ms)
|
|
7919
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7920
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
7921
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7922
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
7923
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7924
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
7925
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7926
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
7927
|
+
Started GET "/assets/teabag/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7928
|
+
Served asset /teabag/base/reporters/html/template.js - 200 OK (2ms)
|
|
7929
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7930
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
7931
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7932
|
+
Served asset /teabag/jasmine.js - 200 OK (27ms)
|
|
7933
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7934
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
7935
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7936
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
7937
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7938
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
7939
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7940
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
7941
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-13 17:28:26 -0700
|
|
7942
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
7943
|
+
Parameters: {"filename"=>"fixture"}
|
|
7944
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
7945
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
|
7946
|
+
Started GET "/teabag/foo" for ::ffff:127.0.0.1 at 2013-01-13 17:28:38 -0700
|
|
7947
|
+
Processing by Teabag::SpecController#runner as */*
|
|
7948
|
+
Parameters: {"suite"=>"foo"}
|
|
7949
|
+
Compiled teabag/base/fixture_spec.js (134ms) (pid 61799)
|
|
7950
|
+
Compiled teabag/base/reporters/console_spec.js (162ms) (pid 61799)
|
|
7951
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (125ms) (pid 61799)
|
|
7952
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (94ms) (pid 61799)
|
|
7953
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (93ms) (pid 61799)
|
|
7954
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (94ms) (pid 61799)
|
|
7955
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (95ms) (pid 61799)
|
|
7956
|
+
Compiled teabag/base/reporters/html_spec.js (171ms) (pid 61799)
|
|
7957
|
+
Compiled teabag/base/runner_spec.js (118ms) (pid 61799)
|
|
7958
|
+
Compiled teabag/base/teabag_spec.js (113ms) (pid 61799)
|
|
7959
|
+
Compiled drivers/phantomjs/runner.js (119ms) (pid 61799)
|
|
7960
|
+
Compiled teabag/phantomjs/runner_spec.js (265ms) (pid 61799)
|
|
7961
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1614.4ms)
|
|
7962
|
+
Completed 200 OK in 1618ms (Views: 1618.0ms)
|
|
7963
|
+
Started GET "/teabag/default/?file%5B%5D=app/assets/javascripts/integration/integration_spec.coffee" for 127.0.0.1 at 2013-01-16 12:09:43 -0700
|
|
7964
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
7965
|
+
Parameters: {"file"=>["app/assets/javascripts/integration/integration_spec.coffee"], "suite"=>"default"}
|
|
7966
|
+
Compiled teabag.css (0ms) (pid 32579)
|
|
7967
|
+
Compiled jasmine-1.3.1.js (0ms) (pid 32579)
|
|
7968
|
+
Compiled teabag/base/runner.js (109ms) (pid 32579)
|
|
7969
|
+
Compiled teabag/base/fixture.js (133ms) (pid 32579)
|
|
7970
|
+
Compiled teabag/base/reporters/html/base_view.js (133ms) (pid 32579)
|
|
7971
|
+
Compiled teabag/base/reporters/html/progress_view.js (125ms) (pid 32579)
|
|
7972
|
+
Compiled teabag/base/reporters/html/spec_view.js (122ms) (pid 32579)
|
|
7973
|
+
Compiled teabag/base/reporters/html/failure_view.js (106ms) (pid 32579)
|
|
7974
|
+
Compiled teabag/base/reporters/html/suite_view.js (125ms) (pid 32579)
|
|
7975
|
+
Compiled teabag/base/reporters/html/template.js (97ms) (pid 32579)
|
|
7976
|
+
Compiled teabag/base/reporters/html.js (891ms) (pid 32579)
|
|
7977
|
+
Compiled teabag/base/reporters/console.js (123ms) (pid 32579)
|
|
7978
|
+
Compiled teabag/base/teabag.js (1394ms) (pid 32579)
|
|
7979
|
+
Compiled teabag/jasmine/reporters/html.js (104ms) (pid 32579)
|
|
7980
|
+
Compiled teabag/jasmine.js (1671ms) (pid 32579)
|
|
7981
|
+
Compiled support/json2.js (0ms) (pid 32579)
|
|
7982
|
+
Compiled spec_helper.js (120ms) (pid 32579)
|
|
7983
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1937.0ms)
|
|
7984
|
+
Completed 200 OK in 1948ms (Views: 1947.4ms)
|
|
7985
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
7986
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
7987
|
+
Started GET "/assets/jasmine-1.3.1.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
7988
|
+
Served asset /jasmine-1.3.1.js - 200 OK (5ms)
|
|
7989
|
+
Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
7990
|
+
Served asset /teabag/base/teabag.js - 200 OK (25ms)
|
|
7991
|
+
Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
7992
|
+
Served asset /teabag/base/reporters/html.js - 200 OK (9ms)
|
|
7993
|
+
Started GET "/assets/teabag/base/fixture.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
7994
|
+
Served asset /teabag/base/fixture.js - 200 OK (1ms)
|
|
7995
|
+
Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
7996
|
+
Served asset /teabag/base/runner.js - 200 OK (1ms)
|
|
7997
|
+
Started GET "/assets/teabag/base/reporters/html/base_view.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
7998
|
+
Served asset /teabag/base/reporters/html/base_view.js - 200 OK (2ms)
|
|
7999
|
+
Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8000
|
+
Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (2ms)
|
|
8001
|
+
Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8002
|
+
Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (1ms)
|
|
8003
|
+
Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8004
|
+
Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (1ms)
|
|
8005
|
+
Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8006
|
+
Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (1ms)
|
|
8007
|
+
Started GET "/assets/teabag/base/reporters/html/template.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8008
|
+
Served asset /teabag/base/reporters/html/template.js - 200 OK (3ms)
|
|
8009
|
+
Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8010
|
+
Served asset /teabag/base/reporters/console.js - 200 OK (1ms)
|
|
8011
|
+
Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8012
|
+
Served asset /teabag/jasmine/reporters/html.js - 200 OK (1ms)
|
|
8013
|
+
Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8014
|
+
Served asset /teabag/jasmine.js - 200 OK (27ms)
|
|
8015
|
+
Started GET "/assets/support/json2.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8016
|
+
Served asset /support/json2.js - 200 OK (1ms)
|
|
8017
|
+
Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8018
|
+
Served asset /spec_helper.js - 200 OK (2ms)
|
|
8019
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8020
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
8021
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8022
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
8023
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-16 12:09:45 -0700
|
|
8024
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
8025
|
+
Parameters: {"filename"=>"fixture"}
|
|
8026
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
|
|
8027
|
+
Completed 200 OK in 4ms (Views: 4.2ms)
|
|
8028
|
+
Started GET "/teabag/integration" for 127.0.0.1 at 2013-01-16 12:09:59 -0700
|
|
8029
|
+
Processing by Teabag::SpecController#runner as HTML
|
|
8030
|
+
Parameters: {"suite"=>"integration"}
|
|
8031
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (19.4ms)
|
|
8032
|
+
Completed 200 OK in 51ms (Views: 50.4ms)
|
|
8033
|
+
Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2013-01-16 12:09:59 -0700
|
|
8034
|
+
Served asset /teabag.css - 200 OK (1ms)
|
|
8035
|
+
Started GET "/assets/integration/integration_spec.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:59 -0700
|
|
8036
|
+
Served asset /integration/integration_spec.js - 200 OK (2ms)
|
|
8037
|
+
Started GET "/assets/integration/spec_helper.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:59 -0700
|
|
8038
|
+
Served asset /integration/spec_helper.js - 200 OK (1ms)
|
|
8039
|
+
Started GET "/assets/teabag-jasmine.js?body=1" for 127.0.0.1 at 2013-01-16 12:09:59 -0700
|
|
8040
|
+
Served asset /teabag-jasmine.js - 200 OK (1ms)
|
|
8041
|
+
Started GET "/teabag/fixtures/fixture.html" for 127.0.0.1 at 2013-01-16 12:10:00 -0700
|
|
8042
|
+
Processing by Teabag::SpecController#fixtures as HTML
|
|
8043
|
+
Parameters: {"filename"=>"fixture"}
|
|
8044
|
+
Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
|
|
8045
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
|
8046
|
+
Started GET "/teabag/foo" for 127.0.0.1 at 2013-01-16 12:10:00 -0700
|
|
8047
|
+
Processing by Teabag::SpecController#runner as */*
|
|
8048
|
+
Parameters: {"suite"=>"foo"}
|
|
8049
|
+
Compiled teabag/base/fixture_spec.js (155ms) (pid 32484)
|
|
8050
|
+
Compiled teabag/base/reporters/console_spec.js (150ms) (pid 32484)
|
|
8051
|
+
Compiled teabag/base/reporters/html/base_view_spec.js (127ms) (pid 32484)
|
|
8052
|
+
Compiled teabag/base/reporters/html/failure_view_spec.js (108ms) (pid 32484)
|
|
8053
|
+
Compiled teabag/base/reporters/html/progress_view_spec.js (98ms) (pid 32484)
|
|
8054
|
+
Compiled teabag/base/reporters/html/spec_view_spec.js (98ms) (pid 32484)
|
|
8055
|
+
Compiled teabag/base/reporters/html/suite_view_spec.js (128ms) (pid 32484)
|
|
8056
|
+
Compiled teabag/base/reporters/html_spec.js (176ms) (pid 32484)
|
|
8057
|
+
Compiled teabag/base/runner_spec.js (121ms) (pid 32484)
|
|
8058
|
+
Compiled teabag/base/teabag_spec.js (115ms) (pid 32484)
|
|
8059
|
+
Compiled drivers/phantomjs/runner.js (153ms) (pid 32484)
|
|
8060
|
+
Compiled teabag/phantomjs/runner_spec.js (303ms) (pid 32484)
|
|
8061
|
+
Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/runner.html.erb (1693.4ms)
|
|
8062
|
+
Completed 200 OK in 1696ms (Views: 1696.2ms)
|