teabag 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. data/README.md +11 -2
  2. data/app/assets/javascripts/teabag/base/reporters/console.coffee +1 -1
  3. data/app/assets/javascripts/teabag/base/teabag.coffee +1 -0
  4. data/app/assets/javascripts/teabag-jasmine.js +3 -1
  5. data/app/assets/javascripts/teabag-mocha.js +3 -1
  6. data/lib/generators/teabag/install/templates/initializer.rb +12 -61
  7. data/lib/teabag/configuration.rb +2 -2
  8. data/lib/teabag/formatters/base_formatter.rb +4 -0
  9. data/lib/teabag/formatters/progress_formatter.rb +3 -3
  10. data/lib/teabag/formatters/swayze_or_oprah_formatter.rb +71 -0
  11. data/lib/teabag/runner.rb +2 -2
  12. data/lib/teabag/version.rb +1 -1
  13. data/spec/dummy/log/development.log +3800 -0
  14. data/spec/dummy/log/test.log +80 -0
  15. data/spec/dummy/tmp/cache/assets/C4E/9B0/sprockets%2Fa807397434c9262c3d62da3e91152184 +0 -0
  16. data/spec/dummy/tmp/cache/assets/C75/D50/sprockets%2F5302968a40e08d2c011aa38666d273f6 +0 -0
  17. data/spec/dummy/tmp/cache/assets/C8A/460/sprockets%2F77bffd9959420103906722b404ae8d59 +0 -0
  18. data/spec/dummy/tmp/cache/assets/C91/FA0/sprockets%2F2eb81283f5789ae91a69344552db3856 +0 -0
  19. data/spec/dummy/tmp/cache/assets/CE1/730/sprockets%2Fa1678837061e18d7aca0286c07acf676 +0 -0
  20. data/spec/dummy/tmp/cache/assets/CE9/9E0/sprockets%2F135480d497ed7e4884462dc0ef0b80d7 +0 -0
  21. data/spec/dummy/tmp/cache/assets/CEB/680/sprockets%2F67f0794ef8c0576d5c7da34f4437305a +0 -0
  22. data/spec/dummy/tmp/cache/assets/D00/110/sprockets%2F6a6353b7723a8b21708e0fbfe04bd422 +0 -0
  23. data/spec/dummy/tmp/cache/assets/D35/7C0/sprockets%2Ff536a2606eaf7d542c0985104cb62baf +0 -0
  24. data/spec/dummy/tmp/cache/assets/D35/F00/sprockets%2F8e7f22358123b7eb5e21d17f442ce0ac +0 -0
  25. data/spec/dummy/tmp/cache/assets/D49/A10/sprockets%2Fc4656bd995a6f297c26d19b13aadb963 +0 -0
  26. data/spec/dummy/tmp/cache/assets/D50/D70/sprockets%2Fe2a3e6c95b11e0801a4eebae3a026026 +0 -0
  27. data/spec/dummy/tmp/cache/assets/D51/400/sprockets%2Ff5e433d8a31e80985b75ce598de236be +0 -0
  28. data/spec/dummy/tmp/cache/assets/D8C/520/sprockets%2F221cd58a042baac534d27e4cfedc1188 +0 -0
  29. data/spec/dummy/tmp/cache/assets/DA5/0A0/sprockets%2F7a4b5928cec69ab65afff309a04d6b47 +0 -0
  30. data/spec/dummy/tmp/cache/assets/DB5/040/sprockets%2F9a9da5df88713663b9fbc945facca891 +0 -0
  31. data/spec/dummy/tmp/cache/assets/DC7/A10/sprockets%2F84a8af0fcbf401864e1ae5bf092cba94 +0 -0
  32. data/spec/dummy/tmp/cache/assets/DEB/110/sprockets%2F2dbdab0ce5babca645cdb5780004f875 +0 -0
  33. data/spec/dummy/tmp/cache/assets/DF6/0E0/sprockets%2F85b10db6e1afe643aba6d396abdd77f0 +0 -0
  34. data/spec/dummy/tmp/cache/assets/DFC/C30/sprockets%2Fb50a07cb30b0bd0eec8e98e5de79d65d +0 -0
  35. data/spec/dummy/tmp/cache/assets/E17/EF0/sprockets%2Fa291ad64a26afd055dfadabbdf03f154 +0 -0
  36. data/spec/javascripts/teabag/base/teabag_spec.coffee +13 -3
  37. data/spec/teabag/formatters/progress_formatter_spec.rb +4 -4
  38. data/spec/teabag/runner_spec.rb +6 -3
  39. metadata +5 -4
@@ -308737,3 +308737,3803 @@ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
308737
308737
 
308738
308738
  Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 14:10:11 -0700
308739
308739
  Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
308740
+
308741
+
308742
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308743
+ Processing by Teabag::SpecController#index as HTML
308744
+ Parameters: {"suite"=>"default"}
308745
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.5ms)
308746
+ Completed 200 OK in 34ms (Views: 33.5ms)
308747
+
308748
+
308749
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308750
+ Served asset /teabag.css - 200 OK (6ms)
308751
+
308752
+
308753
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308754
+ Served asset /teabag/jasmine.js - 200 OK (49ms)
308755
+
308756
+
308757
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308758
+ Served asset /spec_helper.js - 200 OK (3ms)
308759
+
308760
+
308761
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308762
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (5ms)
308763
+
308764
+
308765
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308766
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (5ms)
308767
+
308768
+
308769
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308770
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
308771
+
308772
+
308773
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308774
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms)
308775
+
308776
+
308777
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308778
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (5ms)
308779
+
308780
+
308781
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308782
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (5ms)
308783
+
308784
+
308785
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308786
+ Served asset /teabag/base/reporters_spec.js - 200 OK (4ms)
308787
+
308788
+
308789
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308790
+ Served asset /teabag/base/runner_spec.js - 200 OK (3ms)
308791
+
308792
+
308793
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308794
+ Served asset /teabag/base/teabag_spec.js - 200 OK (4ms)
308795
+
308796
+
308797
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:35:41 -0700
308798
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
308799
+
308800
+
308801
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308802
+ Processing by Teabag::SpecController#index as HTML
308803
+ Parameters: {"suite"=>"default"}
308804
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.0ms)
308805
+ Completed 200 OK in 14ms (Views: 13.4ms)
308806
+
308807
+
308808
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308809
+ Served asset /teabag.css - 200 OK (4ms)
308810
+
308811
+
308812
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308813
+ Served asset /teabag/jasmine.js - 200 OK (19ms)
308814
+
308815
+
308816
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308817
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
308818
+
308819
+
308820
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308821
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms)
308822
+
308823
+
308824
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308825
+ Served asset /spec_helper.js - 200 OK (2ms)
308826
+
308827
+
308828
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308829
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
308830
+
308831
+
308832
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308833
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (21ms)
308834
+
308835
+
308836
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308837
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
308838
+
308839
+
308840
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308841
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
308842
+
308843
+
308844
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308845
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
308846
+
308847
+
308848
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308849
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
308850
+
308851
+
308852
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308853
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
308854
+
308855
+
308856
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:35:55 -0700
308857
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
308858
+
308859
+
308860
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:35:56 -0700
308861
+ Processing by Teabag::SpecController#index as HTML
308862
+ Parameters: {"suite"=>"jasmine"}
308863
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.5ms)
308864
+ Completed 200 OK in 6ms (Views: 5.7ms)
308865
+
308866
+
308867
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:35:56 -0700
308868
+ Served asset /teabag.css - 200 OK (0ms)
308869
+
308870
+
308871
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:35:56 -0700
308872
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (4ms)
308873
+
308874
+
308875
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:35:56 -0700
308876
+ Served asset /jasmine_helper.js - 200 OK (14ms)
308877
+
308878
+
308879
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:35:56 -0700
308880
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (4ms)
308881
+
308882
+
308883
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:35:56 -0700
308884
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
308885
+
308886
+
308887
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:35:56 -0700
308888
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
308889
+
308890
+
308891
+ Started GET "/teabag/fixtures/fixture.html?1355535356148" for 127.0.0.1 at 2012-12-14 18:35:56 -0700
308892
+ Processing by Teabag::SpecController#fixtures as HTML
308893
+ Parameters: {"1355535356148"=>nil, "filename"=>"fixture"}
308894
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
308895
+ Completed 200 OK in 3ms (Views: 3.0ms)
308896
+
308897
+
308898
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:35:57 -0700
308899
+ Processing by Teabag::SpecController#index as HTML
308900
+ Parameters: {"suite"=>"mocha"}
308901
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.2ms)
308902
+ Completed 200 OK in 7ms (Views: 6.5ms)
308903
+
308904
+
308905
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:35:57 -0700
308906
+ Served asset /teabag.css - 200 OK (0ms)
308907
+
308908
+
308909
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:35:57 -0700
308910
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (7ms)
308911
+
308912
+
308913
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:35:57 -0700
308914
+ Served asset /teabag/mocha.js - 200 OK (22ms)
308915
+
308916
+
308917
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:35:57 -0700
308918
+ Served asset /mocha_helper.js - 200 OK (7ms)
308919
+
308920
+
308921
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:35:57 -0700
308922
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (5ms)
308923
+
308924
+
308925
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:35:57 -0700
308926
+ Served asset /expect.js - 200 OK (5ms)
308927
+
308928
+
308929
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:35:57 -0700
308930
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
308931
+
308932
+
308933
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:35:57 -0700
308934
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms)
308935
+
308936
+
308937
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308938
+ Processing by Teabag::SpecController#index as HTML
308939
+ Parameters: {"suite"=>"default"}
308940
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.0ms)
308941
+ Completed 200 OK in 29ms (Views: 28.6ms)
308942
+
308943
+
308944
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308945
+ Served asset /teabag.css - 200 OK (4ms)
308946
+
308947
+
308948
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308949
+ Served asset /spec_helper.js - 200 OK (5ms)
308950
+
308951
+
308952
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308953
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (19ms)
308954
+
308955
+
308956
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308957
+ Served asset /teabag/jasmine.js - 200 OK (16ms)
308958
+
308959
+
308960
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308961
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (2ms)
308962
+
308963
+
308964
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308965
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
308966
+
308967
+
308968
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308969
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (2ms)
308970
+
308971
+
308972
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308973
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
308974
+
308975
+
308976
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308977
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
308978
+
308979
+
308980
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308981
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
308982
+
308983
+
308984
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308985
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
308986
+
308987
+
308988
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308989
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
308990
+
308991
+
308992
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308993
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
308994
+
308995
+
308996
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
308997
+ Processing by Teabag::SpecController#index as HTML
308998
+ Parameters: {"suite"=>"jasmine"}
308999
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.3ms)
309000
+ Completed 200 OK in 6ms (Views: 6.0ms)
309001
+
309002
+
309003
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
309004
+ Served asset /teabag.css - 200 OK (0ms)
309005
+
309006
+
309007
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
309008
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
309009
+
309010
+
309011
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
309012
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
309013
+
309014
+
309015
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:37:24 -0700
309016
+ Served asset /jasmine_helper.js - 200 OK (35ms)
309017
+
309018
+
309019
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:37:25 -0700
309020
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
309021
+
309022
+
309023
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:37:25 -0700
309024
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
309025
+
309026
+
309027
+ Started GET "/teabag/fixtures/fixture.html?1355535445065" for 127.0.0.1 at 2012-12-14 18:37:25 -0700
309028
+ Processing by Teabag::SpecController#fixtures as HTML
309029
+ Parameters: {"1355535445065"=>nil, "filename"=>"fixture"}
309030
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
309031
+ Completed 200 OK in 3ms (Views: 2.3ms)
309032
+
309033
+
309034
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:37:26 -0700
309035
+ Processing by Teabag::SpecController#index as HTML
309036
+ Parameters: {"suite"=>"mocha"}
309037
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.5ms)
309038
+ Completed 200 OK in 6ms (Views: 5.6ms)
309039
+
309040
+
309041
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:37:26 -0700
309042
+ Served asset /teabag.css - 200 OK (0ms)
309043
+
309044
+
309045
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:37:26 -0700
309046
+ Served asset /teabag/mocha.js - 200 OK (21ms)
309047
+
309048
+
309049
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:37:26 -0700
309050
+ Served asset /mocha_helper.js - 200 OK (6ms)
309051
+
309052
+
309053
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:37:26 -0700
309054
+ Served asset /expect.js - 200 OK (2ms)
309055
+
309056
+
309057
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:37:26 -0700
309058
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
309059
+
309060
+
309061
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:37:26 -0700
309062
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
309063
+
309064
+
309065
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:37:26 -0700
309066
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (27ms)
309067
+
309068
+
309069
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:37:26 -0700
309070
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms)
309071
+
309072
+
309073
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309074
+ Processing by Teabag::SpecController#index as HTML
309075
+ Parameters: {"suite"=>"default"}
309076
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (7.8ms)
309077
+ Completed 200 OK in 28ms (Views: 28.2ms)
309078
+
309079
+
309080
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309081
+ Served asset /teabag.css - 200 OK (3ms)
309082
+
309083
+
309084
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309085
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (3ms)
309086
+
309087
+
309088
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309089
+ Served asset /teabag/jasmine.js - 200 OK (32ms)
309090
+
309091
+
309092
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309093
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (4ms)
309094
+
309095
+
309096
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309097
+ Served asset /spec_helper.js - 200 OK (2ms)
309098
+
309099
+
309100
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309101
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
309102
+
309103
+
309104
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309105
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (6ms)
309106
+
309107
+
309108
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309109
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
309110
+
309111
+
309112
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309113
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (2ms)
309114
+
309115
+
309116
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309117
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
309118
+
309119
+
309120
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309121
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
309122
+
309123
+
309124
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309125
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
309126
+
309127
+
309128
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309129
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
309130
+
309131
+
309132
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309133
+ Processing by Teabag::SpecController#index as HTML
309134
+ Parameters: {"suite"=>"jasmine"}
309135
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3.4ms)
309136
+ Completed 200 OK in 5ms (Views: 4.6ms)
309137
+
309138
+
309139
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309140
+ Served asset /teabag.css - 200 OK (0ms)
309141
+
309142
+
309143
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309144
+ Served asset /teabag/jasmine.js - 200 OK (3ms)
309145
+
309146
+
309147
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309148
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
309149
+
309150
+
309151
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:38:13 -0700
309152
+ Served asset /jasmine_helper.js - 200 OK (37ms)
309153
+
309154
+
309155
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:38:14 -0700
309156
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
309157
+
309158
+
309159
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:38:14 -0700
309160
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
309161
+
309162
+
309163
+ Started GET "/teabag/fixtures/fixture.html?1355535494056" for 127.0.0.1 at 2012-12-14 18:38:14 -0700
309164
+ Processing by Teabag::SpecController#fixtures as HTML
309165
+ Parameters: {"1355535494056"=>nil, "filename"=>"fixture"}
309166
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
309167
+ Completed 200 OK in 3ms (Views: 2.2ms)
309168
+
309169
+
309170
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:38:15 -0700
309171
+ Processing by Teabag::SpecController#index as HTML
309172
+ Parameters: {"suite"=>"mocha"}
309173
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.1ms)
309174
+ Completed 200 OK in 7ms (Views: 6.9ms)
309175
+
309176
+
309177
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:38:15 -0700
309178
+ Served asset /teabag.css - 200 OK (0ms)
309179
+
309180
+
309181
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:38:15 -0700
309182
+ Served asset /teabag/mocha.js - 200 OK (22ms)
309183
+
309184
+
309185
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:38:15 -0700
309186
+ Served asset /mocha_helper.js - 200 OK (6ms)
309187
+
309188
+
309189
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:38:15 -0700
309190
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
309191
+
309192
+
309193
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:38:15 -0700
309194
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
309195
+
309196
+
309197
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:38:15 -0700
309198
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
309199
+
309200
+
309201
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:38:15 -0700
309202
+ Served asset /expect.js - 200 OK (28ms)
309203
+
309204
+
309205
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:38:15 -0700
309206
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
309207
+
309208
+
309209
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309210
+ Processing by Teabag::SpecController#index as HTML
309211
+ Parameters: {"suite"=>"default"}
309212
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.2ms)
309213
+ Completed 200 OK in 29ms (Views: 29.3ms)
309214
+
309215
+
309216
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309217
+ Served asset /teabag.css - 200 OK (3ms)
309218
+
309219
+
309220
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309221
+ Served asset /spec_helper.js - 200 OK (2ms)
309222
+
309223
+
309224
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309225
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (20ms)
309226
+
309227
+
309228
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309229
+ Served asset /teabag/jasmine.js - 200 OK (15ms)
309230
+
309231
+
309232
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309233
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
309234
+
309235
+
309236
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309237
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (2ms)
309238
+
309239
+
309240
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309241
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (2ms)
309242
+
309243
+
309244
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309245
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (5ms)
309246
+
309247
+
309248
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309249
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
309250
+
309251
+
309252
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309253
+ Served asset /teabag/base/reporters_spec.js - 200 OK (3ms)
309254
+
309255
+
309256
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309257
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
309258
+
309259
+
309260
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309261
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
309262
+
309263
+
309264
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:39:15 -0700
309265
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
309266
+
309267
+
309268
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:39:16 -0700
309269
+ Processing by Teabag::SpecController#index as HTML
309270
+ Parameters: {"suite"=>"jasmine"}
309271
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.1ms)
309272
+ Completed 200 OK in 5ms (Views: 5.3ms)
309273
+
309274
+
309275
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:39:16 -0700
309276
+ Served asset /teabag.css - 200 OK (0ms)
309277
+
309278
+
309279
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:39:16 -0700
309280
+ Served asset /teabag/jasmine.js - 200 OK (5ms)
309281
+
309282
+
309283
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:39:16 -0700
309284
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
309285
+
309286
+
309287
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:39:16 -0700
309288
+ Served asset /jasmine_helper.js - 200 OK (35ms)
309289
+
309290
+
309291
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:39:16 -0700
309292
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
309293
+
309294
+
309295
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:39:16 -0700
309296
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
309297
+
309298
+
309299
+ Started GET "/teabag/fixtures/fixture.html?1355535556677" for 127.0.0.1 at 2012-12-14 18:39:16 -0700
309300
+ Processing by Teabag::SpecController#fixtures as HTML
309301
+ Parameters: {"1355535556677"=>nil, "filename"=>"fixture"}
309302
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
309303
+ Completed 200 OK in 3ms (Views: 2.2ms)
309304
+
309305
+
309306
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:39:18 -0700
309307
+ Processing by Teabag::SpecController#index as HTML
309308
+ Parameters: {"suite"=>"mocha"}
309309
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.3ms)
309310
+ Completed 200 OK in 7ms (Views: 6.9ms)
309311
+
309312
+
309313
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:39:18 -0700
309314
+ Served asset /teabag.css - 200 OK (0ms)
309315
+
309316
+
309317
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:39:18 -0700
309318
+ Served asset /expect.js - 200 OK (6ms)
309319
+
309320
+
309321
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:39:18 -0700
309322
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
309323
+
309324
+
309325
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:39:18 -0700
309326
+ Served asset /teabag/mocha.js - 200 OK (16ms)
309327
+
309328
+
309329
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:39:18 -0700
309330
+ Served asset /mocha_helper.js - 200 OK (4ms)
309331
+
309332
+
309333
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:39:18 -0700
309334
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
309335
+
309336
+
309337
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:39:18 -0700
309338
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (29ms)
309339
+
309340
+
309341
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:39:18 -0700
309342
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms)
309343
+
309344
+
309345
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309346
+ Processing by Teabag::SpecController#index as HTML
309347
+ Parameters: {"suite"=>"default"}
309348
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.1ms)
309349
+ Completed 200 OK in 30ms (Views: 29.7ms)
309350
+
309351
+
309352
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309353
+ Served asset /teabag.css - 200 OK (3ms)
309354
+
309355
+
309356
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309357
+ Served asset /teabag/jasmine.js - 200 OK (33ms)
309358
+
309359
+
309360
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309361
+ Served asset /spec_helper.js - 200 OK (2ms)
309362
+
309363
+
309364
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309365
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms)
309366
+
309367
+
309368
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309369
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
309370
+
309371
+
309372
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309373
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
309374
+
309375
+
309376
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309377
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (2ms)
309378
+
309379
+
309380
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309381
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (4ms)
309382
+
309383
+
309384
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309385
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (2ms)
309386
+
309387
+
309388
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309389
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
309390
+
309391
+
309392
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309393
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
309394
+
309395
+
309396
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309397
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
309398
+
309399
+
309400
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:41:31 -0700
309401
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
309402
+
309403
+
309404
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:41:32 -0700
309405
+ Processing by Teabag::SpecController#index as HTML
309406
+ Parameters: {"suite"=>"jasmine"}
309407
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.0ms)
309408
+ Completed 200 OK in 5ms (Views: 5.3ms)
309409
+
309410
+
309411
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:41:32 -0700
309412
+ Served asset /teabag.css - 200 OK (0ms)
309413
+
309414
+
309415
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:41:32 -0700
309416
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (4ms)
309417
+
309418
+
309419
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:41:32 -0700
309420
+ Served asset /jasmine_helper.js - 200 OK (36ms)
309421
+
309422
+
309423
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:41:32 -0700
309424
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
309425
+
309426
+
309427
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:41:32 -0700
309428
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (2ms)
309429
+
309430
+
309431
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:41:32 -0700
309432
+ Served asset /teabag/jasmine.js - 200 OK (0ms)
309433
+
309434
+
309435
+ Started GET "/teabag/fixtures/fixture.html?1355535692575" for 127.0.0.1 at 2012-12-14 18:41:32 -0700
309436
+ Processing by Teabag::SpecController#fixtures as HTML
309437
+ Parameters: {"1355535692575"=>nil, "filename"=>"fixture"}
309438
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
309439
+ Completed 200 OK in 3ms (Views: 2.3ms)
309440
+
309441
+
309442
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:41:34 -0700
309443
+ Processing by Teabag::SpecController#index as HTML
309444
+ Parameters: {"suite"=>"mocha"}
309445
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.4ms)
309446
+ Completed 200 OK in 6ms (Views: 5.5ms)
309447
+
309448
+
309449
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:41:34 -0700
309450
+ Served asset /teabag.css - 200 OK (0ms)
309451
+
309452
+
309453
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:41:34 -0700
309454
+ Served asset /teabag/mocha.js - 200 OK (21ms)
309455
+
309456
+
309457
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:41:34 -0700
309458
+ Served asset /expect.js - 200 OK (2ms)
309459
+
309460
+
309461
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:41:34 -0700
309462
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
309463
+
309464
+
309465
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:41:34 -0700
309466
+ Served asset /mocha_helper.js - 200 OK (4ms)
309467
+
309468
+
309469
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:41:34 -0700
309470
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
309471
+
309472
+
309473
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:41:34 -0700
309474
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (27ms)
309475
+
309476
+
309477
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:41:34 -0700
309478
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms)
309479
+
309480
+
309481
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309482
+ Processing by Teabag::SpecController#index as HTML
309483
+ Parameters: {"suite"=>"default"}
309484
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.1ms)
309485
+ Completed 200 OK in 29ms (Views: 29.0ms)
309486
+
309487
+
309488
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309489
+ Served asset /teabag.css - 200 OK (3ms)
309490
+
309491
+
309492
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309493
+ Served asset /spec_helper.js - 200 OK (2ms)
309494
+
309495
+
309496
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309497
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (20ms)
309498
+
309499
+
309500
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309501
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
309502
+
309503
+
309504
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309505
+ Served asset /teabag/jasmine.js - 200 OK (21ms)
309506
+
309507
+
309508
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309509
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
309510
+
309511
+
309512
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309513
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (3ms)
309514
+
309515
+
309516
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309517
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
309518
+
309519
+
309520
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309521
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (3ms)
309522
+
309523
+
309524
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309525
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
309526
+
309527
+
309528
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309529
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
309530
+
309531
+
309532
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309533
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
309534
+
309535
+
309536
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:41:46 -0700
309537
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
309538
+
309539
+
309540
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:41:47 -0700
309541
+ Processing by Teabag::SpecController#index as HTML
309542
+ Parameters: {"suite"=>"jasmine"}
309543
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.3ms)
309544
+ Completed 200 OK in 6ms (Views: 5.5ms)
309545
+
309546
+
309547
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:41:47 -0700
309548
+ Served asset /teabag.css - 200 OK (0ms)
309549
+
309550
+
309551
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:41:47 -0700
309552
+ Served asset /teabag/jasmine.js - 200 OK (3ms)
309553
+
309554
+
309555
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:41:47 -0700
309556
+ Served asset /jasmine_helper.js - 200 OK (37ms)
309557
+
309558
+
309559
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:41:47 -0700
309560
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
309561
+
309562
+
309563
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:41:47 -0700
309564
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (2ms)
309565
+
309566
+
309567
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:41:47 -0700
309568
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
309569
+
309570
+
309571
+ Started GET "/teabag/fixtures/fixture.html?1355535707896" for 127.0.0.1 at 2012-12-14 18:41:47 -0700
309572
+ Processing by Teabag::SpecController#fixtures as HTML
309573
+ Parameters: {"1355535707896"=>nil, "filename"=>"fixture"}
309574
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
309575
+ Completed 200 OK in 3ms (Views: 2.3ms)
309576
+
309577
+
309578
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:41:49 -0700
309579
+ Processing by Teabag::SpecController#index as HTML
309580
+ Parameters: {"suite"=>"mocha"}
309581
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.4ms)
309582
+ Completed 200 OK in 6ms (Views: 5.5ms)
309583
+
309584
+
309585
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:41:49 -0700
309586
+ Served asset /teabag.css - 200 OK (0ms)
309587
+
309588
+
309589
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:41:49 -0700
309590
+ Served asset /teabag/mocha.js - 200 OK (20ms)
309591
+
309592
+
309593
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:41:49 -0700
309594
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
309595
+
309596
+
309597
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:41:49 -0700
309598
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
309599
+
309600
+
309601
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:41:49 -0700
309602
+ Served asset /expect.js - 200 OK (3ms)
309603
+
309604
+
309605
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:41:49 -0700
309606
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
309607
+
309608
+
309609
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:41:49 -0700
309610
+ Served asset /mocha_helper.js - 200 OK (30ms)
309611
+
309612
+
309613
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:41:49 -0700
309614
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
309615
+
309616
+
309617
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309618
+ Processing by Teabag::SpecController#index as HTML
309619
+ Parameters: {"suite"=>"default"}
309620
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.1ms)
309621
+ Completed 200 OK in 14ms (Views: 13.5ms)
309622
+
309623
+
309624
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309625
+ Served asset /teabag.css - 200 OK (3ms)
309626
+
309627
+
309628
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309629
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
309630
+
309631
+
309632
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309633
+ Served asset /teabag/jasmine.js - 200 OK (16ms)
309634
+
309635
+
309636
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309637
+ Served asset /spec_helper.js - 200 OK (2ms)
309638
+
309639
+
309640
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309641
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (3ms)
309642
+
309643
+
309644
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309645
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (5ms)
309646
+
309647
+
309648
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309649
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (2ms)
309650
+
309651
+
309652
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309653
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
309654
+
309655
+
309656
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309657
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (5ms)
309658
+
309659
+
309660
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309661
+ Served asset /teabag/base/reporters_spec.js - 200 OK (23ms)
309662
+
309663
+
309664
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309665
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
309666
+
309667
+
309668
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309669
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
309670
+
309671
+
309672
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:43:34 -0700
309673
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
309674
+
309675
+
309676
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:43:35 -0700
309677
+ Processing by Teabag::SpecController#index as HTML
309678
+ Parameters: {"suite"=>"jasmine"}
309679
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.5ms)
309680
+ Completed 200 OK in 6ms (Views: 6.2ms)
309681
+
309682
+
309683
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:43:35 -0700
309684
+ Served asset /teabag.css - 200 OK (0ms)
309685
+
309686
+
309687
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:43:35 -0700
309688
+ Served asset /teabag/jasmine.js - 200 OK (2ms)
309689
+
309690
+
309691
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:43:35 -0700
309692
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
309693
+
309694
+
309695
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:43:35 -0700
309696
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
309697
+
309698
+
309699
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:43:35 -0700
309700
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
309701
+
309702
+
309703
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:43:35 -0700
309704
+ Served asset /jasmine_helper.js - 200 OK (5ms)
309705
+
309706
+
309707
+ Started GET "/teabag/fixtures/fixture.html?1355535815169" for 127.0.0.1 at 2012-12-14 18:43:35 -0700
309708
+ Processing by Teabag::SpecController#fixtures as HTML
309709
+ Parameters: {"1355535815169"=>nil, "filename"=>"fixture"}
309710
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
309711
+ Completed 200 OK in 3ms (Views: 2.5ms)
309712
+
309713
+
309714
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:43:36 -0700
309715
+ Processing by Teabag::SpecController#index as HTML
309716
+ Parameters: {"suite"=>"mocha"}
309717
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.5ms)
309718
+ Completed 200 OK in 6ms (Views: 5.7ms)
309719
+
309720
+
309721
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:43:36 -0700
309722
+ Served asset /teabag.css - 200 OK (0ms)
309723
+
309724
+
309725
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:43:36 -0700
309726
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
309727
+
309728
+
309729
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:43:37 -0700
309730
+ Served asset /mocha_helper.js - 200 OK (5ms)
309731
+
309732
+
309733
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:43:37 -0700
309734
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (2ms)
309735
+
309736
+
309737
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:43:37 -0700
309738
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
309739
+
309740
+
309741
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:43:37 -0700
309742
+ Served asset /expect.js - 200 OK (2ms)
309743
+
309744
+
309745
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:43:37 -0700
309746
+ Served asset /teabag/mocha.js - 200 OK (13ms)
309747
+
309748
+
309749
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:43:37 -0700
309750
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
309751
+
309752
+
309753
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309754
+ Processing by Teabag::SpecController#index as HTML
309755
+ Parameters: {"suite"=>"default"}
309756
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.4ms)
309757
+ Completed 200 OK in 15ms (Views: 14.8ms)
309758
+
309759
+
309760
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309761
+ Served asset /teabag.css - 200 OK (6ms)
309762
+
309763
+
309764
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309765
+ Served asset /teabag/jasmine.js - 200 OK (14ms)
309766
+
309767
+
309768
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309769
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
309770
+
309771
+
309772
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309773
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
309774
+
309775
+
309776
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309777
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (2ms)
309778
+
309779
+
309780
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309781
+ Served asset /spec_helper.js - 200 OK (2ms)
309782
+
309783
+
309784
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309785
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms)
309786
+
309787
+
309788
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309789
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
309790
+
309791
+
309792
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309793
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (3ms)
309794
+
309795
+
309796
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309797
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
309798
+
309799
+
309800
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309801
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
309802
+
309803
+
309804
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309805
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
309806
+
309807
+
309808
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:57:17 -0700
309809
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
309810
+
309811
+
309812
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:57:18 -0700
309813
+ Processing by Teabag::SpecController#index as HTML
309814
+ Parameters: {"suite"=>"jasmine"}
309815
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.1ms)
309816
+ Completed 200 OK in 6ms (Views: 5.8ms)
309817
+
309818
+
309819
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:57:18 -0700
309820
+ Served asset /teabag.css - 200 OK (0ms)
309821
+
309822
+
309823
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:57:18 -0700
309824
+ Served asset /teabag/jasmine.js - 200 OK (4ms)
309825
+
309826
+
309827
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:57:18 -0700
309828
+ Served asset /jasmine_helper.js - 200 OK (5ms)
309829
+
309830
+
309831
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:57:18 -0700
309832
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
309833
+
309834
+
309835
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:57:18 -0700
309836
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (2ms)
309837
+
309838
+
309839
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:57:18 -0700
309840
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (2ms)
309841
+
309842
+
309843
+ Started GET "/teabag/fixtures/fixture.html?1355536638111" for 127.0.0.1 at 2012-12-14 18:57:18 -0700
309844
+ Processing by Teabag::SpecController#fixtures as HTML
309845
+ Parameters: {"1355536638111"=>nil, "filename"=>"fixture"}
309846
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
309847
+ Completed 200 OK in 3ms (Views: 2.4ms)
309848
+
309849
+
309850
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:57:19 -0700
309851
+ Processing by Teabag::SpecController#index as HTML
309852
+ Parameters: {"suite"=>"mocha"}
309853
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.0ms)
309854
+ Completed 200 OK in 6ms (Views: 6.2ms)
309855
+
309856
+
309857
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:57:19 -0700
309858
+ Served asset /teabag.css - 200 OK (0ms)
309859
+
309860
+
309861
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:57:19 -0700
309862
+ Served asset /teabag/mocha.js - 200 OK (22ms)
309863
+
309864
+
309865
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:57:19 -0700
309866
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
309867
+
309868
+
309869
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:57:19 -0700
309870
+ Served asset /expect.js - 200 OK (30ms)
309871
+
309872
+
309873
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:57:19 -0700
309874
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
309875
+
309876
+
309877
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:57:19 -0700
309878
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (2ms)
309879
+
309880
+
309881
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:57:19 -0700
309882
+ Served asset /mocha_helper.js - 200 OK (3ms)
309883
+
309884
+
309885
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:57:19 -0700
309886
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
309887
+
309888
+
309889
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309890
+ Processing by Teabag::SpecController#index as HTML
309891
+ Parameters: {"suite"=>"default"}
309892
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (9.1ms)
309893
+ Completed 200 OK in 31ms (Views: 30.6ms)
309894
+
309895
+
309896
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309897
+ Served asset /teabag.css - 200 OK (4ms)
309898
+
309899
+
309900
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309901
+ Served asset /teabag/jasmine.js - 200 OK (34ms)
309902
+
309903
+
309904
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309905
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (5ms)
309906
+
309907
+
309908
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309909
+ Served asset /spec_helper.js - 200 OK (2ms)
309910
+
309911
+
309912
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309913
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (3ms)
309914
+
309915
+
309916
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309917
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
309918
+
309919
+
309920
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309921
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (5ms)
309922
+
309923
+
309924
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309925
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
309926
+
309927
+
309928
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309929
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
309930
+
309931
+
309932
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309933
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
309934
+
309935
+
309936
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309937
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
309938
+
309939
+
309940
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309941
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
309942
+
309943
+
309944
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:57:43 -0700
309945
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
309946
+
309947
+
309948
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:57:44 -0700
309949
+ Processing by Teabag::SpecController#index as HTML
309950
+ Parameters: {"suite"=>"jasmine"}
309951
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.0ms)
309952
+ Completed 200 OK in 5ms (Views: 5.2ms)
309953
+
309954
+
309955
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:57:44 -0700
309956
+ Served asset /teabag.css - 200 OK (0ms)
309957
+
309958
+
309959
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:57:44 -0700
309960
+ Served asset /teabag/jasmine.js - 200 OK (3ms)
309961
+
309962
+
309963
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:57:44 -0700
309964
+ Served asset /jasmine_helper.js - 200 OK (38ms)
309965
+
309966
+
309967
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:57:44 -0700
309968
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
309969
+
309970
+
309971
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:57:44 -0700
309972
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (2ms)
309973
+
309974
+
309975
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:57:44 -0700
309976
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (2ms)
309977
+
309978
+
309979
+ Started GET "/teabag/fixtures/fixture.html?1355536664148" for 127.0.0.1 at 2012-12-14 18:57:44 -0700
309980
+ Processing by Teabag::SpecController#fixtures as HTML
309981
+ Parameters: {"1355536664148"=>nil, "filename"=>"fixture"}
309982
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.4ms)
309983
+ Completed 200 OK in 3ms (Views: 2.3ms)
309984
+
309985
+
309986
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:57:45 -0700
309987
+ Processing by Teabag::SpecController#index as HTML
309988
+ Parameters: {"suite"=>"mocha"}
309989
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.8ms)
309990
+ Completed 200 OK in 6ms (Views: 6.0ms)
309991
+
309992
+
309993
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:57:45 -0700
309994
+ Served asset /teabag.css - 200 OK (0ms)
309995
+
309996
+
309997
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:57:45 -0700
309998
+ Served asset /teabag/mocha.js - 200 OK (19ms)
309999
+
310000
+
310001
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:57:46 -0700
310002
+ Served asset /mocha_helper.js - 200 OK (5ms)
310003
+
310004
+
310005
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:57:46 -0700
310006
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
310007
+
310008
+
310009
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:57:46 -0700
310010
+ Served asset /expect.js - 200 OK (2ms)
310011
+
310012
+
310013
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:57:46 -0700
310014
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (30ms)
310015
+
310016
+
310017
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:57:46 -0700
310018
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
310019
+
310020
+
310021
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:57:46 -0700
310022
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
310023
+
310024
+
310025
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310026
+ Processing by Teabag::SpecController#index as HTML
310027
+ Parameters: {"suite"=>"default"}
310028
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.0ms)
310029
+ Completed 200 OK in 15ms (Views: 14.9ms)
310030
+
310031
+
310032
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310033
+ Served asset /teabag.css - 200 OK (3ms)
310034
+
310035
+
310036
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310037
+ Served asset /spec_helper.js - 200 OK (2ms)
310038
+
310039
+
310040
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310041
+ Served asset /teabag/jasmine.js - 200 OK (17ms)
310042
+
310043
+
310044
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310045
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
310046
+
310047
+
310048
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310049
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (2ms)
310050
+
310051
+
310052
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310053
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (2ms)
310054
+
310055
+
310056
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310057
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (3ms)
310058
+
310059
+
310060
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310061
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
310062
+
310063
+
310064
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310065
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (2ms)
310066
+
310067
+
310068
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310069
+ Served asset /teabag/base/reporters_spec.js - 200 OK (24ms)
310070
+
310071
+
310072
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310073
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
310074
+
310075
+
310076
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310077
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
310078
+
310079
+
310080
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:58:32 -0700
310081
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
310082
+
310083
+
310084
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:58:33 -0700
310085
+ Processing by Teabag::SpecController#index as HTML
310086
+ Parameters: {"suite"=>"jasmine"}
310087
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3.8ms)
310088
+ Completed 200 OK in 5ms (Views: 5.0ms)
310089
+
310090
+
310091
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:58:33 -0700
310092
+ Served asset /teabag.css - 200 OK (0ms)
310093
+
310094
+
310095
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:58:33 -0700
310096
+ Served asset /teabag/jasmine.js - 200 OK (2ms)
310097
+
310098
+
310099
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:58:33 -0700
310100
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
310101
+
310102
+
310103
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:58:33 -0700
310104
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
310105
+
310106
+
310107
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:58:33 -0700
310108
+ Served asset /jasmine_helper.js - 200 OK (5ms)
310109
+
310110
+
310111
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:58:33 -0700
310112
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
310113
+
310114
+
310115
+ Started GET "/teabag/fixtures/fixture.html?1355536713088" for 127.0.0.1 at 2012-12-14 18:58:33 -0700
310116
+ Processing by Teabag::SpecController#fixtures as HTML
310117
+ Parameters: {"1355536713088"=>nil, "filename"=>"fixture"}
310118
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
310119
+ Completed 200 OK in 3ms (Views: 2.6ms)
310120
+
310121
+
310122
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:58:34 -0700
310123
+ Processing by Teabag::SpecController#index as HTML
310124
+ Parameters: {"suite"=>"mocha"}
310125
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.2ms)
310126
+ Completed 200 OK in 7ms (Views: 6.9ms)
310127
+
310128
+
310129
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:58:34 -0700
310130
+ Served asset /teabag.css - 200 OK (0ms)
310131
+
310132
+
310133
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:58:34 -0700
310134
+ Served asset /teabag/mocha.js - 200 OK (49ms)
310135
+
310136
+
310137
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:58:34 -0700
310138
+ Served asset /expect.js - 200 OK (2ms)
310139
+
310140
+
310141
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:58:34 -0700
310142
+ Served asset /mocha_helper.js - 200 OK (4ms)
310143
+
310144
+
310145
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:58:34 -0700
310146
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
310147
+
310148
+
310149
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:58:34 -0700
310150
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
310151
+
310152
+
310153
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:58:34 -0700
310154
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (2ms)
310155
+
310156
+
310157
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:58:34 -0700
310158
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
310159
+
310160
+
310161
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310162
+ Processing by Teabag::SpecController#index as HTML
310163
+ Parameters: {"suite"=>"default"}
310164
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.2ms)
310165
+ Completed 200 OK in 14ms (Views: 13.5ms)
310166
+
310167
+
310168
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310169
+ Served asset /teabag.css - 200 OK (5ms)
310170
+
310171
+
310172
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310173
+ Served asset /teabag/jasmine.js - 200 OK (18ms)
310174
+
310175
+
310176
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310177
+ Served asset /spec_helper.js - 200 OK (2ms)
310178
+
310179
+
310180
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310181
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (3ms)
310182
+
310183
+
310184
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310185
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
310186
+
310187
+
310188
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310189
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (3ms)
310190
+
310191
+
310192
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310193
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (2ms)
310194
+
310195
+
310196
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310197
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (5ms)
310198
+
310199
+
310200
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310201
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (6ms)
310202
+
310203
+
310204
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310205
+ Served asset /teabag/base/reporters_spec.js - 200 OK (26ms)
310206
+
310207
+
310208
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310209
+ Served asset /teabag/base/runner_spec.js - 200 OK (3ms)
310210
+
310211
+
310212
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310213
+ Served asset /teabag/base/teabag_spec.js - 200 OK (3ms)
310214
+
310215
+
310216
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:59:12 -0700
310217
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
310218
+
310219
+
310220
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:59:13 -0700
310221
+ Processing by Teabag::SpecController#index as HTML
310222
+ Parameters: {"suite"=>"jasmine"}
310223
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.6ms)
310224
+ Completed 200 OK in 6ms (Views: 5.9ms)
310225
+
310226
+
310227
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:13 -0700
310228
+ Served asset /teabag.css - 200 OK (0ms)
310229
+
310230
+
310231
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:59:13 -0700
310232
+ Served asset /jasmine_helper.js - 200 OK (12ms)
310233
+
310234
+
310235
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:13 -0700
310236
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
310237
+
310238
+
310239
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:59:13 -0700
310240
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
310241
+
310242
+
310243
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:13 -0700
310244
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
310245
+
310246
+
310247
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:13 -0700
310248
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
310249
+
310250
+
310251
+ Started GET "/teabag/fixtures/fixture.html?1355536753117" for 127.0.0.1 at 2012-12-14 18:59:13 -0700
310252
+ Processing by Teabag::SpecController#fixtures as HTML
310253
+ Parameters: {"1355536753117"=>nil, "filename"=>"fixture"}
310254
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
310255
+ Completed 200 OK in 3ms (Views: 2.6ms)
310256
+
310257
+
310258
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:59:14 -0700
310259
+ Processing by Teabag::SpecController#index as HTML
310260
+ Parameters: {"suite"=>"mocha"}
310261
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.5ms)
310262
+ Completed 200 OK in 6ms (Views: 5.7ms)
310263
+
310264
+
310265
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:14 -0700
310266
+ Served asset /teabag.css - 200 OK (0ms)
310267
+
310268
+
310269
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:59:14 -0700
310270
+ Served asset /expect.js - 200 OK (7ms)
310271
+
310272
+
310273
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:14 -0700
310274
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
310275
+
310276
+
310277
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:59:14 -0700
310278
+ Served asset /teabag/mocha.js - 200 OK (16ms)
310279
+
310280
+
310281
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:59:14 -0700
310282
+ Served asset /mocha_helper.js - 200 OK (4ms)
310283
+
310284
+
310285
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:14 -0700
310286
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (2ms)
310287
+
310288
+
310289
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:14 -0700
310290
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
310291
+
310292
+
310293
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:14 -0700
310294
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms)
310295
+
310296
+
310297
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310298
+ Processing by Teabag::SpecController#index as HTML
310299
+ Parameters: {"suite"=>"default"}
310300
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.0ms)
310301
+ Completed 200 OK in 13ms (Views: 13.3ms)
310302
+
310303
+
310304
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310305
+ Served asset /teabag.css - 200 OK (3ms)
310306
+
310307
+
310308
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310309
+ Served asset /teabag/jasmine.js - 200 OK (16ms)
310310
+
310311
+
310312
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310313
+ Served asset /spec_helper.js - 200 OK (2ms)
310314
+
310315
+
310316
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310317
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
310318
+
310319
+
310320
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310321
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (2ms)
310322
+
310323
+
310324
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310325
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (2ms)
310326
+
310327
+
310328
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310329
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (4ms)
310330
+
310331
+
310332
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310333
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (6ms)
310334
+
310335
+
310336
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310337
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (2ms)
310338
+
310339
+
310340
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310341
+ Served asset /teabag/base/reporters_spec.js - 200 OK (23ms)
310342
+
310343
+
310344
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310345
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
310346
+
310347
+
310348
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310349
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
310350
+
310351
+
310352
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:59:28 -0700
310353
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
310354
+
310355
+
310356
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:59:29 -0700
310357
+ Processing by Teabag::SpecController#index as HTML
310358
+ Parameters: {"suite"=>"jasmine"}
310359
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.9ms)
310360
+ Completed 200 OK in 7ms (Views: 6.6ms)
310361
+
310362
+
310363
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:29 -0700
310364
+ Served asset /teabag.css - 200 OK (0ms)
310365
+
310366
+
310367
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:59:29 -0700
310368
+ Served asset /teabag/jasmine.js - 200 OK (5ms)
310369
+
310370
+
310371
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:59:29 -0700
310372
+ Served asset /jasmine_helper.js - 200 OK (5ms)
310373
+
310374
+
310375
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:29 -0700
310376
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
310377
+
310378
+
310379
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:29 -0700
310380
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
310381
+
310382
+
310383
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:29 -0700
310384
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
310385
+
310386
+
310387
+ Started GET "/teabag/fixtures/fixture.html?1355536769847" for 127.0.0.1 at 2012-12-14 18:59:29 -0700
310388
+ Processing by Teabag::SpecController#fixtures as HTML
310389
+ Parameters: {"1355536769847"=>nil, "filename"=>"fixture"}
310390
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
310391
+ Completed 200 OK in 3ms (Views: 2.7ms)
310392
+
310393
+
310394
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:59:31 -0700
310395
+ Processing by Teabag::SpecController#index as HTML
310396
+ Parameters: {"suite"=>"mocha"}
310397
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.5ms)
310398
+ Completed 200 OK in 6ms (Views: 5.7ms)
310399
+
310400
+
310401
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:31 -0700
310402
+ Served asset /teabag.css - 200 OK (0ms)
310403
+
310404
+
310405
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:59:31 -0700
310406
+ Served asset /teabag/mocha.js - 200 OK (48ms)
310407
+
310408
+
310409
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:59:31 -0700
310410
+ Served asset /expect.js - 200 OK (2ms)
310411
+
310412
+
310413
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:59:31 -0700
310414
+ Served asset /mocha_helper.js - 200 OK (4ms)
310415
+
310416
+
310417
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:31 -0700
310418
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (2ms)
310419
+
310420
+
310421
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:31 -0700
310422
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
310423
+
310424
+
310425
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:31 -0700
310426
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (2ms)
310427
+
310428
+
310429
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:31 -0700
310430
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
310431
+
310432
+
310433
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310434
+ Processing by Teabag::SpecController#index as HTML
310435
+ Parameters: {"suite"=>"default"}
310436
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (7.8ms)
310437
+ Completed 200 OK in 13ms (Views: 13.1ms)
310438
+
310439
+
310440
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310441
+ Served asset /teabag.css - 200 OK (5ms)
310442
+
310443
+
310444
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310445
+ Served asset /spec_helper.js - 200 OK (2ms)
310446
+
310447
+
310448
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310449
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (6ms)
310450
+
310451
+
310452
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310453
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (2ms)
310454
+
310455
+
310456
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310457
+ Served asset /teabag/jasmine.js - 200 OK (13ms)
310458
+
310459
+
310460
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310461
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
310462
+
310463
+
310464
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310465
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms)
310466
+
310467
+
310468
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310469
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (2ms)
310470
+
310471
+
310472
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310473
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (3ms)
310474
+
310475
+
310476
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310477
+ Served asset /teabag/base/reporters_spec.js - 200 OK (22ms)
310478
+
310479
+
310480
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310481
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
310482
+
310483
+
310484
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310485
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
310486
+
310487
+
310488
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:59:45 -0700
310489
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
310490
+
310491
+
310492
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:59:46 -0700
310493
+ Processing by Teabag::SpecController#index as HTML
310494
+ Parameters: {"suite"=>"jasmine"}
310495
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3.6ms)
310496
+ Completed 200 OK in 5ms (Views: 4.7ms)
310497
+
310498
+
310499
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:46 -0700
310500
+ Served asset /teabag.css - 200 OK (0ms)
310501
+
310502
+
310503
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:59:46 -0700
310504
+ Served asset /jasmine_helper.js - 200 OK (11ms)
310505
+
310506
+
310507
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:59:46 -0700
310508
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
310509
+
310510
+
310511
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:46 -0700
310512
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
310513
+
310514
+
310515
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:46 -0700
310516
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
310517
+
310518
+
310519
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:46 -0700
310520
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
310521
+
310522
+
310523
+ Started GET "/teabag/fixtures/fixture.html?1355536786163" for 127.0.0.1 at 2012-12-14 18:59:46 -0700
310524
+ Processing by Teabag::SpecController#fixtures as HTML
310525
+ Parameters: {"1355536786163"=>nil, "filename"=>"fixture"}
310526
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
310527
+ Completed 200 OK in 3ms (Views: 2.5ms)
310528
+
310529
+
310530
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:59:47 -0700
310531
+ Processing by Teabag::SpecController#index as HTML
310532
+ Parameters: {"suite"=>"mocha"}
310533
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.3ms)
310534
+ Completed 200 OK in 6ms (Views: 5.5ms)
310535
+
310536
+
310537
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:47 -0700
310538
+ Served asset /teabag.css - 200 OK (0ms)
310539
+
310540
+
310541
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:59:47 -0700
310542
+ Served asset /teabag/mocha.js - 200 OK (46ms)
310543
+
310544
+
310545
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:59:47 -0700
310546
+ Served asset /mocha_helper.js - 200 OK (6ms)
310547
+
310548
+
310549
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:59:47 -0700
310550
+ Served asset /expect.js - 200 OK (2ms)
310551
+
310552
+
310553
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:47 -0700
310554
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (2ms)
310555
+
310556
+
310557
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:47 -0700
310558
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (2ms)
310559
+
310560
+
310561
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:47 -0700
310562
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
310563
+
310564
+
310565
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:47 -0700
310566
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
310567
+
310568
+
310569
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310570
+ Processing by Teabag::SpecController#index as HTML
310571
+ Parameters: {"suite"=>"default"}
310572
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (7.9ms)
310573
+ Completed 200 OK in 13ms (Views: 13.2ms)
310574
+
310575
+
310576
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310577
+ Served asset /teabag.css - 200 OK (4ms)
310578
+
310579
+
310580
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310581
+ Served asset /teabag/jasmine.js - 200 OK (15ms)
310582
+
310583
+
310584
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310585
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
310586
+
310587
+
310588
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310589
+ Served asset /spec_helper.js - 200 OK (3ms)
310590
+
310591
+
310592
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310593
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (2ms)
310594
+
310595
+
310596
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310597
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (4ms)
310598
+
310599
+
310600
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310601
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms)
310602
+
310603
+
310604
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310605
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
310606
+
310607
+
310608
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310609
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
310610
+
310611
+
310612
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310613
+ Served asset /teabag/base/reporters_spec.js - 200 OK (22ms)
310614
+
310615
+
310616
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310617
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
310618
+
310619
+
310620
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310621
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
310622
+
310623
+
310624
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 18:59:55 -0700
310625
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
310626
+
310627
+
310628
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 18:59:56 -0700
310629
+ Processing by Teabag::SpecController#index as HTML
310630
+ Parameters: {"suite"=>"jasmine"}
310631
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3.7ms)
310632
+ Completed 200 OK in 5ms (Views: 4.9ms)
310633
+
310634
+
310635
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:56 -0700
310636
+ Served asset /teabag.css - 200 OK (0ms)
310637
+
310638
+
310639
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 18:59:56 -0700
310640
+ Served asset /teabag/jasmine.js - 200 OK (5ms)
310641
+
310642
+
310643
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:56 -0700
310644
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
310645
+
310646
+
310647
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 18:59:56 -0700
310648
+ Served asset /jasmine_helper.js - 200 OK (5ms)
310649
+
310650
+
310651
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:56 -0700
310652
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
310653
+
310654
+
310655
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 18:59:56 -0700
310656
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (2ms)
310657
+
310658
+
310659
+ Started GET "/teabag/fixtures/fixture.html?1355536796713" for 127.0.0.1 at 2012-12-14 18:59:56 -0700
310660
+ Processing by Teabag::SpecController#fixtures as HTML
310661
+ Parameters: {"1355536796713"=>nil, "filename"=>"fixture"}
310662
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
310663
+ Completed 200 OK in 3ms (Views: 2.5ms)
310664
+
310665
+
310666
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 18:59:58 -0700
310667
+ Processing by Teabag::SpecController#index as HTML
310668
+ Parameters: {"suite"=>"mocha"}
310669
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.6ms)
310670
+ Completed 200 OK in 6ms (Views: 5.8ms)
310671
+
310672
+
310673
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 18:59:58 -0700
310674
+ Served asset /teabag.css - 200 OK (0ms)
310675
+
310676
+
310677
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 18:59:58 -0700
310678
+ Served asset /expect.js - 200 OK (6ms)
310679
+
310680
+
310681
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 18:59:58 -0700
310682
+ Served asset /teabag/mocha.js - 200 OK (15ms)
310683
+
310684
+
310685
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:58 -0700
310686
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
310687
+
310688
+
310689
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 18:59:58 -0700
310690
+ Served asset /mocha_helper.js - 200 OK (4ms)
310691
+
310692
+
310693
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:58 -0700
310694
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (2ms)
310695
+
310696
+
310697
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:58 -0700
310698
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
310699
+
310700
+
310701
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 18:59:58 -0700
310702
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
310703
+
310704
+
310705
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 19:00:17 -0700
310706
+ Processing by Teabag::SpecController#index as HTML
310707
+ Parameters: {"suite"=>"default"}
310708
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.1ms)
310709
+ Completed 200 OK in 14ms (Views: 13.5ms)
310710
+
310711
+
310712
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310713
+ Served asset /teabag.css - 200 OK (3ms)
310714
+
310715
+
310716
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310717
+ Served asset /teabag/jasmine.js - 200 OK (20ms)
310718
+
310719
+
310720
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310721
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms)
310722
+
310723
+
310724
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310725
+ Served asset /spec_helper.js - 200 OK (3ms)
310726
+
310727
+
310728
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310729
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
310730
+
310731
+
310732
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310733
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms)
310734
+
310735
+
310736
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310737
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
310738
+
310739
+
310740
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310741
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
310742
+
310743
+
310744
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310745
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (2ms)
310746
+
310747
+
310748
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310749
+ Served asset /teabag/base/reporters_spec.js - 200 OK (22ms)
310750
+
310751
+
310752
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310753
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
310754
+
310755
+
310756
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310757
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
310758
+
310759
+
310760
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310761
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
310762
+
310763
+
310764
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310765
+ Processing by Teabag::SpecController#index as HTML
310766
+ Parameters: {"suite"=>"jasmine"}
310767
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3.7ms)
310768
+ Completed 200 OK in 5ms (Views: 4.8ms)
310769
+
310770
+
310771
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310772
+ Served asset /teabag.css - 200 OK (0ms)
310773
+
310774
+
310775
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310776
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (4ms)
310777
+
310778
+
310779
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310780
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
310781
+
310782
+
310783
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310784
+ Served asset /jasmine_helper.js - 200 OK (6ms)
310785
+
310786
+
310787
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310788
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
310789
+
310790
+
310791
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310792
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
310793
+
310794
+
310795
+ Started GET "/teabag/fixtures/fixture.html?1355536818987" for 127.0.0.1 at 2012-12-14 19:00:18 -0700
310796
+ Processing by Teabag::SpecController#fixtures as HTML
310797
+ Parameters: {"1355536818987"=>nil, "filename"=>"fixture"}
310798
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.7ms)
310799
+ Completed 200 OK in 3ms (Views: 2.6ms)
310800
+
310801
+
310802
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 19:00:20 -0700
310803
+ Processing by Teabag::SpecController#index as HTML
310804
+ Parameters: {"suite"=>"mocha"}
310805
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.5ms)
310806
+ Completed 200 OK in 6ms (Views: 5.6ms)
310807
+
310808
+
310809
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:00:20 -0700
310810
+ Served asset /teabag.css - 200 OK (0ms)
310811
+
310812
+
310813
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 19:00:20 -0700
310814
+ Served asset /teabag/mocha.js - 200 OK (48ms)
310815
+
310816
+
310817
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 19:00:20 -0700
310818
+ Served asset /expect.js - 200 OK (2ms)
310819
+
310820
+
310821
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 19:00:20 -0700
310822
+ Served asset /mocha_helper.js - 200 OK (4ms)
310823
+
310824
+
310825
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 19:00:20 -0700
310826
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (2ms)
310827
+
310828
+
310829
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 19:00:20 -0700
310830
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
310831
+
310832
+
310833
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 19:00:20 -0700
310834
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (2ms)
310835
+
310836
+
310837
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 19:00:20 -0700
310838
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
310839
+
310840
+
310841
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310842
+ Processing by Teabag::SpecController#index as HTML
310843
+ Parameters: {"suite"=>"default"}
310844
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (10.7ms)
310845
+ Completed 200 OK in 37ms (Views: 36.5ms)
310846
+
310847
+
310848
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310849
+ Served asset /teabag.css - 200 OK (9ms)
310850
+
310851
+
310852
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310853
+ Served asset /teabag/jasmine.js - 200 OK (44ms)
310854
+
310855
+
310856
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310857
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (5ms)
310858
+
310859
+
310860
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310861
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (4ms)
310862
+
310863
+
310864
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310865
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
310866
+
310867
+
310868
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310869
+ Served asset /spec_helper.js - 200 OK (3ms)
310870
+
310871
+
310872
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310873
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (5ms)
310874
+
310875
+
310876
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310877
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (5ms)
310878
+
310879
+
310880
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310881
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
310882
+
310883
+
310884
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310885
+ Served asset /teabag/base/reporters_spec.js - 200 OK (5ms)
310886
+
310887
+
310888
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310889
+ Served asset /teabag/base/runner_spec.js - 200 OK (3ms)
310890
+
310891
+
310892
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310893
+ Served asset /teabag/base/teabag_spec.js - 200 OK (3ms)
310894
+
310895
+
310896
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:25:36 -0700
310897
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (4ms)
310898
+
310899
+
310900
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 19:25:37 -0700
310901
+ Processing by Teabag::SpecController#index as HTML
310902
+ Parameters: {"suite"=>"jasmine"}
310903
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.6ms)
310904
+ Completed 200 OK in 6ms (Views: 5.9ms)
310905
+
310906
+
310907
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:25:37 -0700
310908
+ Served asset /teabag.css - 200 OK (0ms)
310909
+
310910
+
310911
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:25:37 -0700
310912
+ Served asset /teabag/jasmine.js - 200 OK (4ms)
310913
+
310914
+
310915
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 19:25:37 -0700
310916
+ Served asset /jasmine_helper.js - 200 OK (13ms)
310917
+
310918
+
310919
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 19:25:37 -0700
310920
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (4ms)
310921
+
310922
+
310923
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 19:25:37 -0700
310924
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (4ms)
310925
+
310926
+
310927
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 19:25:37 -0700
310928
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
310929
+
310930
+
310931
+ Started GET "/teabag/fixtures/fixture.html?1355538337444" for 127.0.0.1 at 2012-12-14 19:25:37 -0700
310932
+ Processing by Teabag::SpecController#fixtures as HTML
310933
+ Parameters: {"1355538337444"=>nil, "filename"=>"fixture"}
310934
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
310935
+ Completed 200 OK in 3ms (Views: 3.0ms)
310936
+
310937
+
310938
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 19:25:39 -0700
310939
+ Processing by Teabag::SpecController#index as HTML
310940
+ Parameters: {"suite"=>"mocha"}
310941
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.3ms)
310942
+ Completed 200 OK in 6ms (Views: 5.6ms)
310943
+
310944
+
310945
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:25:39 -0700
310946
+ Served asset /teabag.css - 200 OK (0ms)
310947
+
310948
+
310949
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 19:25:39 -0700
310950
+ Served asset /teabag/mocha.js - 200 OK (25ms)
310951
+
310952
+
310953
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 19:25:39 -0700
310954
+ Served asset /expect.js - 200 OK (6ms)
310955
+
310956
+
310957
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 19:25:39 -0700
310958
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (4ms)
310959
+
310960
+
310961
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 19:25:39 -0700
310962
+ Served asset /mocha_helper.js - 200 OK (9ms)
310963
+
310964
+
310965
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 19:25:39 -0700
310966
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (4ms)
310967
+
310968
+
310969
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 19:25:39 -0700
310970
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
310971
+
310972
+
310973
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 19:25:39 -0700
310974
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (30ms)
310975
+
310976
+
310977
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
310978
+ Processing by Teabag::SpecController#index as HTML
310979
+ Parameters: {"suite"=>"default"}
310980
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.1ms)
310981
+ Completed 200 OK in 31ms (Views: 30.9ms)
310982
+
310983
+
310984
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
310985
+ Served asset /teabag.css - 200 OK (3ms)
310986
+
310987
+
310988
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
310989
+ Served asset /spec_helper.js - 200 OK (2ms)
310990
+
310991
+
310992
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
310993
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (19ms)
310994
+
310995
+
310996
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
310997
+ Served asset /teabag/jasmine.js - 200 OK (16ms)
310998
+
310999
+
311000
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
311001
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms)
311002
+
311003
+
311004
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
311005
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
311006
+
311007
+
311008
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
311009
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (2ms)
311010
+
311011
+
311012
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
311013
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (3ms)
311014
+
311015
+
311016
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
311017
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (3ms)
311018
+
311019
+
311020
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
311021
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
311022
+
311023
+
311024
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
311025
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
311026
+
311027
+
311028
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
311029
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
311030
+
311031
+
311032
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:26:54 -0700
311033
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
311034
+
311035
+
311036
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 19:26:55 -0700
311037
+ Processing by Teabag::SpecController#index as HTML
311038
+ Parameters: {"suite"=>"jasmine"}
311039
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.2ms)
311040
+ Completed 200 OK in 5ms (Views: 5.3ms)
311041
+
311042
+
311043
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:26:55 -0700
311044
+ Served asset /teabag.css - 200 OK (0ms)
311045
+
311046
+
311047
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 19:26:55 -0700
311048
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
311049
+
311050
+
311051
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:26:55 -0700
311052
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
311053
+
311054
+
311055
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 19:26:55 -0700
311056
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
311057
+
311058
+
311059
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 19:26:55 -0700
311060
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (2ms)
311061
+
311062
+
311063
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 19:26:55 -0700
311064
+ Served asset /jasmine_helper.js - 200 OK (37ms)
311065
+
311066
+
311067
+ Started GET "/teabag/fixtures/fixture.html?1355538415181" for 127.0.0.1 at 2012-12-14 19:26:55 -0700
311068
+ Processing by Teabag::SpecController#fixtures as HTML
311069
+ Parameters: {"1355538415181"=>nil, "filename"=>"fixture"}
311070
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
311071
+ Completed 200 OK in 3ms (Views: 2.3ms)
311072
+
311073
+
311074
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 19:26:56 -0700
311075
+ Processing by Teabag::SpecController#index as HTML
311076
+ Parameters: {"suite"=>"mocha"}
311077
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.8ms)
311078
+ Completed 200 OK in 6ms (Views: 6.0ms)
311079
+
311080
+
311081
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:26:56 -0700
311082
+ Served asset /teabag.css - 200 OK (0ms)
311083
+
311084
+
311085
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 19:26:57 -0700
311086
+ Served asset /teabag/mocha.js - 200 OK (20ms)
311087
+
311088
+
311089
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 19:26:57 -0700
311090
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
311091
+
311092
+
311093
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 19:26:57 -0700
311094
+ Served asset /expect.js - 200 OK (3ms)
311095
+
311096
+
311097
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 19:26:57 -0700
311098
+ Served asset /mocha_helper.js - 200 OK (4ms)
311099
+
311100
+
311101
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 19:26:57 -0700
311102
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
311103
+
311104
+
311105
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 19:26:57 -0700
311106
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (28ms)
311107
+
311108
+
311109
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 19:26:57 -0700
311110
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
311111
+
311112
+
311113
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 19:29:04 -0700
311114
+ Processing by Teabag::SpecController#index as HTML
311115
+ Parameters: {"suite"=>"jasmine"}
311116
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.6ms)
311117
+ Completed 200 OK in 27ms (Views: 27.0ms)
311118
+
311119
+
311120
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:29:04 -0700
311121
+ Served asset /teabag.css - 200 OK (8ms)
311122
+
311123
+
311124
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:29:04 -0700
311125
+ Served asset /teabag/jasmine.js - 200 OK (29ms)
311126
+
311127
+
311128
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 19:29:04 -0700
311129
+ Compiled spec_helper.js (176ms) (pid 57153)
311130
+ Compiled jasmine_helper.js (98ms) (pid 57153)
311131
+ Served asset /jasmine_helper.js - 200 OK (289ms)
311132
+
311133
+
311134
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 19:29:04 -0700
311135
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (28ms)
311136
+
311137
+
311138
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 19:29:04 -0700
311139
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
311140
+
311141
+
311142
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 19:29:04 -0700
311143
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
311144
+
311145
+
311146
+ Started GET "/teabag/fixtures/fixture.html?1355538544848" for 127.0.0.1 at 2012-12-14 19:29:04 -0700
311147
+ Processing by Teabag::SpecController#fixtures as HTML
311148
+ Parameters: {"1355538544848"=>nil, "filename"=>"fixture"}
311149
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
311150
+ Completed 200 OK in 3ms (Views: 2.5ms)
311151
+
311152
+
311153
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 19:29:27 -0700
311154
+ Processing by Teabag::SpecController#index as HTML
311155
+ Parameters: {"suite"=>"jasmine"}
311156
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.5ms)
311157
+ Completed 200 OK in 10ms (Views: 9.8ms)
311158
+
311159
+
311160
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:29:27 -0700
311161
+ Served asset /teabag.css - 200 OK (4ms)
311162
+
311163
+
311164
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 19:29:27 -0700
311165
+ Served asset /jasmine_helper.js - 200 OK (9ms)
311166
+
311167
+
311168
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:29:27 -0700
311169
+ Served asset /teabag/jasmine.js - 200 OK (13ms)
311170
+
311171
+
311172
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 19:29:27 -0700
311173
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (2ms)
311174
+
311175
+
311176
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 19:29:27 -0700
311177
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (2ms)
311178
+
311179
+
311180
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 19:29:27 -0700
311181
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (21ms)
311182
+
311183
+
311184
+ Started GET "/teabag/fixtures/fixture.html?1355538567310" for 127.0.0.1 at 2012-12-14 19:29:27 -0700
311185
+ Processing by Teabag::SpecController#fixtures as HTML
311186
+ Parameters: {"1355538567310"=>nil, "filename"=>"fixture"}
311187
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
311188
+ Completed 200 OK in 2ms (Views: 2.2ms)
311189
+
311190
+
311191
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 19:29:55 -0700
311192
+ Processing by Teabag::SpecController#index as HTML
311193
+ Parameters: {"suite"=>"jasmine"}
311194
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.6ms)
311195
+ Completed 200 OK in 10ms (Views: 9.9ms)
311196
+
311197
+
311198
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:29:55 -0700
311199
+ Served asset /teabag.css - 200 OK (6ms)
311200
+
311201
+
311202
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 19:29:55 -0700
311203
+ Served asset /jasmine_helper.js - 200 OK (7ms)
311204
+
311205
+
311206
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:29:55 -0700
311207
+ Served asset /teabag/jasmine.js - 200 OK (13ms)
311208
+
311209
+
311210
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 19:29:55 -0700
311211
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (2ms)
311212
+
311213
+
311214
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 19:29:55 -0700
311215
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (2ms)
311216
+
311217
+
311218
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 19:29:55 -0700
311219
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (21ms)
311220
+
311221
+
311222
+ Started GET "/teabag/fixtures/fixture.html?1355538595668" for 127.0.0.1 at 2012-12-14 19:29:55 -0700
311223
+ Processing by Teabag::SpecController#fixtures as HTML
311224
+ Parameters: {"1355538595668"=>nil, "filename"=>"fixture"}
311225
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.4ms)
311226
+ Completed 200 OK in 3ms (Views: 2.2ms)
311227
+
311228
+
311229
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311230
+ Processing by Teabag::SpecController#index as HTML
311231
+ Parameters: {"suite"=>"default"}
311232
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.3ms)
311233
+ Completed 200 OK in 15ms (Views: 14.5ms)
311234
+
311235
+
311236
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311237
+ Served asset /teabag.css - 200 OK (3ms)
311238
+
311239
+
311240
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311241
+ Served asset /spec_helper.js - 200 OK (5ms)
311242
+
311243
+
311244
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311245
+ Served asset /teabag/jasmine.js - 200 OK (15ms)
311246
+
311247
+
311248
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311249
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (3ms)
311250
+
311251
+
311252
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311253
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
311254
+
311255
+
311256
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311257
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (3ms)
311258
+
311259
+
311260
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311261
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (3ms)
311262
+
311263
+
311264
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311265
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
311266
+
311267
+
311268
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311269
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
311270
+
311271
+
311272
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311273
+ Served asset /teabag/base/reporters_spec.js - 200 OK (4ms)
311274
+
311275
+
311276
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311277
+ Served asset /teabag/base/runner_spec.js - 200 OK (3ms)
311278
+
311279
+
311280
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311281
+ Served asset /teabag/base/teabag_spec.js - 200 OK (3ms)
311282
+
311283
+
311284
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311285
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (4ms)
311286
+
311287
+
311288
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 19:32:19 -0700
311289
+ Processing by Teabag::SpecController#index as HTML
311290
+ Parameters: {"suite"=>"jasmine"}
311291
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3.5ms)
311292
+ Completed 200 OK in 5ms (Views: 4.7ms)
311293
+
311294
+
311295
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:32:20 -0700
311296
+ Served asset /teabag.css - 200 OK (0ms)
311297
+
311298
+
311299
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 19:32:20 -0700
311300
+ Served asset /jasmine_helper.js - 200 OK (43ms)
311301
+
311302
+
311303
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:32:20 -0700
311304
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
311305
+
311306
+
311307
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 19:32:20 -0700
311308
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (2ms)
311309
+
311310
+
311311
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 19:32:20 -0700
311312
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (2ms)
311313
+
311314
+
311315
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 19:32:20 -0700
311316
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
311317
+
311318
+
311319
+ Started GET "/teabag/fixtures/fixture.html?1355538740095" for 127.0.0.1 at 2012-12-14 19:32:20 -0700
311320
+ Processing by Teabag::SpecController#fixtures as HTML
311321
+ Parameters: {"1355538740095"=>nil, "filename"=>"fixture"}
311322
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
311323
+ Completed 200 OK in 3ms (Views: 2.4ms)
311324
+
311325
+
311326
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311327
+ Processing by Teabag::SpecController#index as HTML
311328
+ Parameters: {"suite"=>"default"}
311329
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.1ms)
311330
+ Completed 200 OK in 30ms (Views: 30.0ms)
311331
+
311332
+
311333
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311334
+ Served asset /teabag.css - 200 OK (6ms)
311335
+
311336
+
311337
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311338
+ Served asset /teabag/jasmine.js - 200 OK (34ms)
311339
+
311340
+
311341
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311342
+ Compiled spec_helper.js (104ms) (pid 57430)
311343
+ Served asset /spec_helper.js - 200 OK (110ms)
311344
+
311345
+
311346
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311347
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (6ms)
311348
+
311349
+
311350
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311351
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (3ms)
311352
+
311353
+
311354
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311355
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
311356
+
311357
+
311358
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311359
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (3ms)
311360
+
311361
+
311362
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311363
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (4ms)
311364
+
311365
+
311366
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311367
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (3ms)
311368
+
311369
+
311370
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311371
+ Served asset /teabag/base/reporters_spec.js - 200 OK (3ms)
311372
+
311373
+
311374
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311375
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
311376
+
311377
+
311378
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311379
+ Served asset /teabag/base/teabag_spec.js - 200 OK (3ms)
311380
+
311381
+
311382
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 19:32:34 -0700
311383
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
311384
+
311385
+
311386
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 19:32:35 -0700
311387
+ Processing by Teabag::SpecController#index as HTML
311388
+ Parameters: {"suite"=>"jasmine"}
311389
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.6ms)
311390
+ Completed 200 OK in 6ms (Views: 5.8ms)
311391
+
311392
+
311393
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:32:35 -0700
311394
+ Served asset /teabag.css - 200 OK (0ms)
311395
+
311396
+
311397
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 19:32:35 -0700
311398
+ Served asset /teabag/jasmine.js - 200 OK (35ms)
311399
+
311400
+
311401
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 19:32:35 -0700
311402
+ Compiled jasmine_helper.js (95ms) (pid 57430)
311403
+ Served asset /jasmine_helper.js - 200 OK (107ms)
311404
+
311405
+
311406
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 19:32:35 -0700
311407
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
311408
+
311409
+
311410
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 19:32:35 -0700
311411
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
311412
+
311413
+
311414
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 19:32:35 -0700
311415
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
311416
+
311417
+
311418
+ Started GET "/teabag/fixtures/fixture.html?1355538755590" for 127.0.0.1 at 2012-12-14 19:32:35 -0700
311419
+ Processing by Teabag::SpecController#fixtures as HTML
311420
+ Parameters: {"1355538755590"=>nil, "filename"=>"fixture"}
311421
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.8ms)
311422
+ Completed 200 OK in 3ms (Views: 2.8ms)
311423
+
311424
+
311425
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 19:32:37 -0700
311426
+ Processing by Teabag::SpecController#index as HTML
311427
+ Parameters: {"suite"=>"mocha"}
311428
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.0ms)
311429
+ Completed 200 OK in 6ms (Views: 6.3ms)
311430
+
311431
+
311432
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 19:32:37 -0700
311433
+ Served asset /teabag.css - 200 OK (0ms)
311434
+
311435
+
311436
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 19:32:37 -0700
311437
+ Served asset /mocha_helper.js - 200 OK (11ms)
311438
+
311439
+
311440
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 19:32:37 -0700
311441
+ Served asset /teabag/mocha.js - 200 OK (16ms)
311442
+
311443
+
311444
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 19:32:37 -0700
311445
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
311446
+
311447
+
311448
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 19:32:37 -0700
311449
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
311450
+
311451
+
311452
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 19:32:37 -0700
311453
+ Served asset /expect.js - 200 OK (2ms)
311454
+
311455
+
311456
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 19:32:37 -0700
311457
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
311458
+
311459
+
311460
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 19:32:37 -0700
311461
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms)
311462
+
311463
+
311464
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 23:09:14 -0700
311465
+ Processing by Teabag::SpecController#index as HTML
311466
+ Parameters: {"suite"=>"default"}
311467
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (10.4ms)
311468
+ Completed 200 OK in 22ms (Views: 21.9ms)
311469
+
311470
+
311471
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311472
+ Served asset /teabag.css - 200 OK (7ms)
311473
+
311474
+
311475
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311476
+ Served asset /spec_helper.js - 200 OK (3ms)
311477
+
311478
+
311479
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311480
+ Served asset /teabag/jasmine.js - 200 OK (29ms)
311481
+
311482
+
311483
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311484
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms)
311485
+
311486
+
311487
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311488
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (5ms)
311489
+
311490
+
311491
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311492
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (5ms)
311493
+
311494
+
311495
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311496
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (5ms)
311497
+
311498
+
311499
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311500
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (4ms)
311501
+
311502
+
311503
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311504
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
311505
+
311506
+
311507
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311508
+ Served asset /teabag/base/reporters_spec.js - 200 OK (5ms)
311509
+
311510
+
311511
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311512
+ Served asset /teabag/base/runner_spec.js - 200 OK (3ms)
311513
+
311514
+
311515
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311516
+ Served asset /teabag/base/teabag_spec.js - 200 OK (4ms)
311517
+
311518
+
311519
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311520
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (5ms)
311521
+
311522
+
311523
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311524
+ Processing by Teabag::SpecController#index as HTML
311525
+ Parameters: {"suite"=>"jasmine"}
311526
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.6ms)
311527
+ Completed 200 OK in 6ms (Views: 6.0ms)
311528
+
311529
+
311530
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311531
+ Served asset /teabag.css - 200 OK (0ms)
311532
+
311533
+
311534
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311535
+ Served asset /teabag/jasmine.js - 200 OK (2ms)
311536
+
311537
+
311538
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311539
+ Served asset /jasmine_helper.js - 200 OK (10ms)
311540
+
311541
+
311542
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311543
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (4ms)
311544
+
311545
+
311546
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311547
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
311548
+
311549
+
311550
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 23:09:15 -0700
311551
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (4ms)
311552
+
311553
+
311554
+ Started GET "/teabag/fixtures/fixture.html?1355551756008" for 127.0.0.1 at 2012-12-14 23:09:16 -0700
311555
+ Processing by Teabag::SpecController#fixtures as HTML
311556
+ Parameters: {"1355551756008"=>nil, "filename"=>"fixture"}
311557
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
311558
+ Completed 200 OK in 3ms (Views: 2.7ms)
311559
+
311560
+
311561
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 23:09:17 -0700
311562
+ Processing by Teabag::SpecController#index as HTML
311563
+ Parameters: {"suite"=>"mocha"}
311564
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.5ms)
311565
+ Completed 200 OK in 7ms (Views: 6.7ms)
311566
+
311567
+
311568
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:09:17 -0700
311569
+ Served asset /teabag.css - 200 OK (0ms)
311570
+
311571
+
311572
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 23:09:17 -0700
311573
+ Served asset /mocha_helper.js - 200 OK (15ms)
311574
+
311575
+
311576
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 23:09:17 -0700
311577
+ Served asset /expect.js - 200 OK (5ms)
311578
+
311579
+
311580
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 23:09:17 -0700
311581
+ Served asset /teabag/mocha.js - 200 OK (22ms)
311582
+
311583
+
311584
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 23:09:17 -0700
311585
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
311586
+
311587
+
311588
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 23:09:17 -0700
311589
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (4ms)
311590
+
311591
+
311592
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 23:09:17 -0700
311593
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (4ms)
311594
+
311595
+
311596
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 23:09:17 -0700
311597
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (4ms)
311598
+
311599
+
311600
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311601
+ Processing by Teabag::SpecController#index as HTML
311602
+ Parameters: {"suite"=>"default"}
311603
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.0ms)
311604
+ Completed 200 OK in 13ms (Views: 13.2ms)
311605
+
311606
+
311607
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311608
+ Served asset /teabag.css - 200 OK (5ms)
311609
+
311610
+
311611
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311612
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (3ms)
311613
+
311614
+
311615
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311616
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (2ms)
311617
+
311618
+
311619
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311620
+ Served asset /teabag/jasmine.js - 200 OK (32ms)
311621
+
311622
+
311623
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311624
+ Served asset /spec_helper.js - 200 OK (2ms)
311625
+
311626
+
311627
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311628
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
311629
+
311630
+
311631
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311632
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (2ms)
311633
+
311634
+
311635
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311636
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
311637
+
311638
+
311639
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311640
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
311641
+
311642
+
311643
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311644
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
311645
+
311646
+
311647
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311648
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
311649
+
311650
+
311651
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311652
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
311653
+
311654
+
311655
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 23:09:34 -0700
311656
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
311657
+
311658
+
311659
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 23:09:35 -0700
311660
+ Processing by Teabag::SpecController#index as HTML
311661
+ Parameters: {"suite"=>"jasmine"}
311662
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.1ms)
311663
+ Completed 200 OK in 7ms (Views: 6.3ms)
311664
+
311665
+
311666
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:09:35 -0700
311667
+ Served asset /teabag.css - 200 OK (0ms)
311668
+
311669
+
311670
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 23:09:35 -0700
311671
+ Served asset /jasmine_helper.js - 200 OK (5ms)
311672
+
311673
+
311674
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 23:09:35 -0700
311675
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
311676
+
311677
+
311678
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 23:09:35 -0700
311679
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (2ms)
311680
+
311681
+
311682
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 23:09:35 -0700
311683
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
311684
+
311685
+
311686
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 23:09:35 -0700
311687
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
311688
+
311689
+
311690
+ Started GET "/teabag/fixtures/fixture.html?1355551775421" for 127.0.0.1 at 2012-12-14 23:09:35 -0700
311691
+ Processing by Teabag::SpecController#fixtures as HTML
311692
+ Parameters: {"1355551775421"=>nil, "filename"=>"fixture"}
311693
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.5ms)
311694
+ Completed 200 OK in 3ms (Views: 2.2ms)
311695
+
311696
+
311697
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 23:09:37 -0700
311698
+ Processing by Teabag::SpecController#index as HTML
311699
+ Parameters: {"suite"=>"mocha"}
311700
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.7ms)
311701
+ Completed 200 OK in 6ms (Views: 5.9ms)
311702
+
311703
+
311704
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:09:37 -0700
311705
+ Served asset /teabag.css - 200 OK (0ms)
311706
+
311707
+
311708
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 23:09:37 -0700
311709
+ Served asset /expect.js - 200 OK (8ms)
311710
+
311711
+
311712
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 23:09:37 -0700
311713
+ Served asset /teabag/mocha.js - 200 OK (18ms)
311714
+
311715
+
311716
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 23:09:37 -0700
311717
+ Served asset /mocha_helper.js - 200 OK (4ms)
311718
+
311719
+
311720
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 23:09:37 -0700
311721
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
311722
+
311723
+
311724
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 23:09:37 -0700
311725
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
311726
+
311727
+
311728
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 23:09:37 -0700
311729
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
311730
+
311731
+
311732
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 23:09:37 -0700
311733
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms)
311734
+
311735
+
311736
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311737
+ Processing by Teabag::SpecController#index as HTML
311738
+ Parameters: {"suite"=>"default"}
311739
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.0ms)
311740
+ Completed 200 OK in 13ms (Views: 13.1ms)
311741
+
311742
+
311743
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311744
+ Served asset /teabag.css - 200 OK (3ms)
311745
+
311746
+
311747
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311748
+ Served asset /spec_helper.js - 200 OK (5ms)
311749
+
311750
+
311751
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311752
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (3ms)
311753
+
311754
+
311755
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311756
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (2ms)
311757
+
311758
+
311759
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311760
+ Served asset /teabag/jasmine.js - 200 OK (17ms)
311761
+
311762
+
311763
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311764
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (2ms)
311765
+
311766
+
311767
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311768
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
311769
+
311770
+
311771
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311772
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (4ms)
311773
+
311774
+
311775
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311776
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (2ms)
311777
+
311778
+
311779
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311780
+ Served asset /teabag/base/reporters_spec.js - 200 OK (3ms)
311781
+
311782
+
311783
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311784
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
311785
+
311786
+
311787
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311788
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
311789
+
311790
+
311791
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 23:10:09 -0700
311792
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (23ms)
311793
+
311794
+
311795
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 23:10:10 -0700
311796
+ Processing by Teabag::SpecController#index as HTML
311797
+ Parameters: {"suite"=>"jasmine"}
311798
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.6ms)
311799
+ Completed 200 OK in 7ms (Views: 7.2ms)
311800
+
311801
+
311802
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:10:10 -0700
311803
+ Served asset /teabag.css - 200 OK (0ms)
311804
+
311805
+
311806
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 23:10:10 -0700
311807
+ Served asset /jasmine_helper.js - 200 OK (10ms)
311808
+
311809
+
311810
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 23:10:10 -0700
311811
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (3ms)
311812
+
311813
+
311814
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 23:10:10 -0700
311815
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
311816
+
311817
+
311818
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 23:10:10 -0700
311819
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
311820
+
311821
+
311822
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 23:10:10 -0700
311823
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (2ms)
311824
+
311825
+
311826
+ Started GET "/teabag/fixtures/fixture.html?1355551810583" for 127.0.0.1 at 2012-12-14 23:10:10 -0700
311827
+ Processing by Teabag::SpecController#fixtures as HTML
311828
+ Parameters: {"1355551810583"=>nil, "filename"=>"fixture"}
311829
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
311830
+ Completed 200 OK in 3ms (Views: 2.5ms)
311831
+
311832
+
311833
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 23:10:12 -0700
311834
+ Processing by Teabag::SpecController#index as HTML
311835
+ Parameters: {"suite"=>"mocha"}
311836
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (6.4ms)
311837
+ Completed 200 OK in 8ms (Views: 8.1ms)
311838
+
311839
+
311840
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:10:12 -0700
311841
+ Served asset /teabag.css - 200 OK (0ms)
311842
+
311843
+
311844
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 23:10:12 -0700
311845
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (4ms)
311846
+
311847
+
311848
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 23:10:12 -0700
311849
+ Served asset /teabag/mocha.js - 200 OK (41ms)
311850
+
311851
+
311852
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 23:10:12 -0700
311853
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (2ms)
311854
+
311855
+
311856
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 23:10:12 -0700
311857
+ Served asset /mocha_helper.js - 200 OK (4ms)
311858
+
311859
+
311860
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 23:10:12 -0700
311861
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (2ms)
311862
+
311863
+
311864
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 23:10:12 -0700
311865
+ Served asset /expect.js - 200 OK (2ms)
311866
+
311867
+
311868
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 23:10:12 -0700
311869
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
311870
+
311871
+
311872
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311873
+ Processing by Teabag::SpecController#index as HTML
311874
+ Parameters: {"suite"=>"default"}
311875
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.1ms)
311876
+ Completed 200 OK in 14ms (Views: 13.4ms)
311877
+
311878
+
311879
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311880
+ Served asset /teabag.css - 200 OK (4ms)
311881
+
311882
+
311883
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311884
+ Served asset /teabag/jasmine.js - 200 OK (18ms)
311885
+
311886
+
311887
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311888
+ Served asset /spec_helper.js - 200 OK (2ms)
311889
+
311890
+
311891
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311892
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
311893
+
311894
+
311895
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311896
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (4ms)
311897
+
311898
+
311899
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311900
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (6ms)
311901
+
311902
+
311903
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311904
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (3ms)
311905
+
311906
+
311907
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311908
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (2ms)
311909
+
311910
+
311911
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311912
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (5ms)
311913
+
311914
+
311915
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311916
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
311917
+
311918
+
311919
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311920
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
311921
+
311922
+
311923
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311924
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
311925
+
311926
+
311927
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-14 23:11:50 -0700
311928
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
311929
+
311930
+
311931
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-14 23:11:51 -0700
311932
+ Processing by Teabag::SpecController#index as HTML
311933
+ Parameters: {"suite"=>"jasmine"}
311934
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3.6ms)
311935
+ Completed 200 OK in 5ms (Views: 4.7ms)
311936
+
311937
+
311938
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:11:51 -0700
311939
+ Served asset /teabag.css - 200 OK (0ms)
311940
+
311941
+
311942
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-14 23:11:51 -0700
311943
+ Served asset /jasmine_helper.js - 200 OK (9ms)
311944
+
311945
+
311946
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-14 23:11:51 -0700
311947
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
311948
+
311949
+
311950
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-14 23:11:51 -0700
311951
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (2ms)
311952
+
311953
+
311954
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-14 23:11:51 -0700
311955
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (2ms)
311956
+
311957
+
311958
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-14 23:11:51 -0700
311959
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
311960
+
311961
+
311962
+ Started GET "/teabag/fixtures/fixture.html?1355551911344" for 127.0.0.1 at 2012-12-14 23:11:51 -0700
311963
+ Processing by Teabag::SpecController#fixtures as HTML
311964
+ Parameters: {"1355551911344"=>nil, "filename"=>"fixture"}
311965
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.4ms)
311966
+ Completed 200 OK in 2ms (Views: 2.2ms)
311967
+
311968
+
311969
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-14 23:11:52 -0700
311970
+ Processing by Teabag::SpecController#index as HTML
311971
+ Parameters: {"suite"=>"mocha"}
311972
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.9ms)
311973
+ Completed 200 OK in 7ms (Views: 6.6ms)
311974
+
311975
+
311976
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-14 23:11:52 -0700
311977
+ Served asset /teabag.css - 200 OK (0ms)
311978
+
311979
+
311980
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-14 23:11:52 -0700
311981
+ Served asset /expect.js - 200 OK (7ms)
311982
+
311983
+
311984
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-14 23:11:52 -0700
311985
+ Served asset /mocha_helper.js - 200 OK (4ms)
311986
+
311987
+
311988
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-14 23:11:53 -0700
311989
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
311990
+
311991
+
311992
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-14 23:11:53 -0700
311993
+ Served asset /teabag/mocha.js - 200 OK (39ms)
311994
+
311995
+
311996
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-14 23:11:53 -0700
311997
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
311998
+
311999
+
312000
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-14 23:11:53 -0700
312001
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (2ms)
312002
+
312003
+
312004
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-14 23:11:53 -0700
312005
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
312006
+
312007
+
312008
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-16 12:12:55 -0700
312009
+ Processing by Teabag::SpecController#index as HTML
312010
+ Parameters: {"suite"=>"default"}
312011
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (11.2ms)
312012
+ Completed 200 OK in 21ms (Views: 21.0ms)
312013
+
312014
+
312015
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312016
+ Served asset /teabag.css - 200 OK (8ms)
312017
+
312018
+
312019
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312020
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms)
312021
+
312022
+
312023
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312024
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
312025
+
312026
+
312027
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312028
+ Served asset /teabag/jasmine.js - 200 OK (26ms)
312029
+
312030
+
312031
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312032
+ Served asset /spec_helper.js - 200 OK (4ms)
312033
+
312034
+
312035
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312036
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (5ms)
312037
+
312038
+
312039
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312040
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms)
312041
+
312042
+
312043
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312044
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (5ms)
312045
+
312046
+
312047
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312048
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
312049
+
312050
+
312051
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312052
+ Served asset /teabag/base/reporters_spec.js - 200 OK (5ms)
312053
+
312054
+
312055
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312056
+ Served asset /teabag/base/runner_spec.js - 200 OK (3ms)
312057
+
312058
+
312059
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312060
+ Served asset /teabag/base/teabag_spec.js - 200 OK (3ms)
312061
+
312062
+
312063
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312064
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (4ms)
312065
+
312066
+
312067
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312068
+ Processing by Teabag::SpecController#index as HTML
312069
+ Parameters: {"suite"=>"jasmine"}
312070
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.6ms)
312071
+ Completed 200 OK in 6ms (Views: 6.2ms)
312072
+
312073
+
312074
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 12:12:56 -0700
312075
+ Served asset /teabag.css - 200 OK (0ms)
312076
+
312077
+
312078
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-16 12:12:57 -0700
312079
+ Served asset /teabag/jasmine.js - 200 OK (1ms)
312080
+
312081
+
312082
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-16 12:12:57 -0700
312083
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (4ms)
312084
+
312085
+
312086
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-16 12:12:57 -0700
312087
+ Served asset /jasmine_helper.js - 200 OK (12ms)
312088
+
312089
+
312090
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-16 12:12:57 -0700
312091
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
312092
+
312093
+
312094
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-16 12:12:57 -0700
312095
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
312096
+
312097
+
312098
+ Started GET "/teabag/fixtures/fixture.html?1355685177065" for 127.0.0.1 at 2012-12-16 12:12:57 -0700
312099
+ Processing by Teabag::SpecController#fixtures as HTML
312100
+ Parameters: {"1355685177065"=>nil, "filename"=>"fixture"}
312101
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
312102
+ Completed 200 OK in 3ms (Views: 3.0ms)
312103
+
312104
+
312105
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-16 12:12:58 -0700
312106
+ Processing by Teabag::SpecController#index as HTML
312107
+ Parameters: {"suite"=>"mocha"}
312108
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (5.2ms)
312109
+ Completed 200 OK in 6ms (Views: 6.3ms)
312110
+
312111
+
312112
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 12:12:58 -0700
312113
+ Served asset /teabag.css - 200 OK (0ms)
312114
+
312115
+
312116
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-16 12:12:58 -0700
312117
+ Served asset /expect.js - 200 OK (9ms)
312118
+
312119
+
312120
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-16 12:12:58 -0700
312121
+ Served asset /teabag/mocha.js - 200 OK (22ms)
312122
+
312123
+
312124
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-16 12:12:58 -0700
312125
+ Served asset /mocha_helper.js - 200 OK (33ms)
312126
+
312127
+
312128
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-16 12:12:58 -0700
312129
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (3ms)
312130
+
312131
+
312132
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-16 12:12:58 -0700
312133
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
312134
+
312135
+
312136
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-16 12:12:58 -0700
312137
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (3ms)
312138
+
312139
+
312140
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-16 12:12:58 -0700
312141
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms)
312142
+
312143
+
312144
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312145
+ Processing by Teabag::SpecController#index as HTML
312146
+ Parameters: {"suite"=>"default"}
312147
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.2ms)
312148
+ Completed 200 OK in 14ms (Views: 14.1ms)
312149
+
312150
+
312151
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312152
+ Served asset /teabag.css - 200 OK (3ms)
312153
+
312154
+
312155
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312156
+ Served asset /teabag/jasmine.js - 200 OK (33ms)
312157
+
312158
+
312159
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312160
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (3ms)
312161
+
312162
+
312163
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312164
+ Served asset /spec_helper.js - 200 OK (3ms)
312165
+
312166
+
312167
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312168
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (4ms)
312169
+
312170
+
312171
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312172
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms)
312173
+
312174
+
312175
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312176
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (5ms)
312177
+
312178
+
312179
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312180
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
312181
+
312182
+
312183
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312184
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (4ms)
312185
+
312186
+
312187
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312188
+ Served asset /teabag/base/reporters_spec.js - 200 OK (3ms)
312189
+
312190
+
312191
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312192
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
312193
+
312194
+
312195
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312196
+ Served asset /teabag/base/teabag_spec.js - 200 OK (2ms)
312197
+
312198
+
312199
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-16 12:28:51 -0700
312200
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
312201
+
312202
+
312203
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-16 12:28:53 -0700
312204
+ Processing by Teabag::SpecController#index as HTML
312205
+ Parameters: {"suite"=>"jasmine"}
312206
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3.7ms)
312207
+ Completed 200 OK in 5ms (Views: 4.9ms)
312208
+
312209
+
312210
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 12:28:53 -0700
312211
+ Served asset /teabag.css - 200 OK (0ms)
312212
+
312213
+
312214
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-16 12:28:53 -0700
312215
+ Served asset /teabag/jasmine.js - 200 OK (27ms)
312216
+
312217
+
312218
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-16 12:28:53 -0700
312219
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (4ms)
312220
+
312221
+
312222
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-16 12:28:53 -0700
312223
+ Served asset /jasmine_helper.js - 200 OK (5ms)
312224
+
312225
+
312226
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-16 12:28:53 -0700
312227
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (2ms)
312228
+
312229
+
312230
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-16 12:28:53 -0700
312231
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (3ms)
312232
+
312233
+
312234
+ Started GET "/teabag/fixtures/fixture.html?1355686133255" for 127.0.0.1 at 2012-12-16 12:28:53 -0700
312235
+ Processing by Teabag::SpecController#fixtures as HTML
312236
+ Parameters: {"1355686133255"=>nil, "filename"=>"fixture"}
312237
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.9ms)
312238
+ Completed 200 OK in 4ms (Views: 3.6ms)
312239
+
312240
+
312241
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-16 12:28:55 -0700
312242
+ Processing by Teabag::SpecController#index as HTML
312243
+ Parameters: {"suite"=>"mocha"}
312244
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.4ms)
312245
+ Completed 200 OK in 6ms (Views: 5.6ms)
312246
+
312247
+
312248
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 12:28:55 -0700
312249
+ Served asset /teabag.css - 200 OK (0ms)
312250
+
312251
+
312252
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-16 12:28:55 -0700
312253
+ Served asset /teabag/mocha.js - 200 OK (46ms)
312254
+
312255
+
312256
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-16 12:28:55 -0700
312257
+ Served asset /expect.js - 200 OK (2ms)
312258
+
312259
+
312260
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-16 12:28:55 -0700
312261
+ Served asset /mocha_helper.js - 200 OK (5ms)
312262
+
312263
+
312264
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-16 12:28:55 -0700
312265
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (2ms)
312266
+
312267
+
312268
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-16 12:28:55 -0700
312269
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (2ms)
312270
+
312271
+
312272
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-16 12:28:55 -0700
312273
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (4ms)
312274
+
312275
+
312276
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-16 12:28:55 -0700
312277
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (2ms)
312278
+
312279
+
312280
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312281
+ Processing by Teabag::SpecController#index as HTML
312282
+ Parameters: {"suite"=>"default"}
312283
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.1ms)
312284
+ Completed 200 OK in 15ms (Views: 14.4ms)
312285
+
312286
+
312287
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312288
+ Served asset /teabag.css - 200 OK (24ms)
312289
+
312290
+
312291
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312292
+ Compiled teabag/base/reporters/console.js (124ms) (pid 72624)
312293
+ Compiled teabag/base/reporters.js (132ms) (pid 72624)
312294
+ Compiled teabag/base/teabag.js (107ms) (pid 72624)
312295
+ Compiled teabag/jasmine.js (112ms) (pid 72624)
312296
+ Served asset /teabag/jasmine.js - 200 OK (544ms)
312297
+
312298
+
312299
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312300
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (5ms)
312301
+
312302
+
312303
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312304
+ Served asset /spec_helper.js - 200 OK (3ms)
312305
+
312306
+
312307
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312308
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms)
312309
+
312310
+
312311
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312312
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (5ms)
312313
+
312314
+
312315
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312316
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms)
312317
+
312318
+
312319
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312320
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (5ms)
312321
+
312322
+
312323
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312324
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (5ms)
312325
+
312326
+
312327
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312328
+ Served asset /teabag/base/reporters_spec.js - 200 OK (5ms)
312329
+
312330
+
312331
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312332
+ Served asset /teabag/base/runner_spec.js - 200 OK (5ms)
312333
+
312334
+
312335
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312336
+ Served asset /teabag/base/teabag_spec.js - 200 OK (4ms)
312337
+
312338
+
312339
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-16 20:15:52 -0700
312340
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (5ms)
312341
+
312342
+
312343
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312344
+ Processing by Teabag::SpecController#index as HTML
312345
+ Parameters: {"suite"=>"default"}
312346
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.2ms)
312347
+ Completed 200 OK in 14ms (Views: 14.1ms)
312348
+
312349
+
312350
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312351
+ Served asset /teabag.css - 200 OK (5ms)
312352
+
312353
+
312354
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312355
+ Compiled teabag/jasmine.js (113ms) (pid 72801)
312356
+ Served asset /teabag/jasmine.js - 200 OK (156ms)
312357
+
312358
+
312359
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312360
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (3ms)
312361
+
312362
+
312363
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312364
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (5ms)
312365
+
312366
+
312367
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312368
+ Served asset /spec_helper.js - 200 OK (2ms)
312369
+
312370
+
312371
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312372
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (2ms)
312373
+
312374
+
312375
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312376
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms)
312377
+
312378
+
312379
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312380
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (2ms)
312381
+
312382
+
312383
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312384
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (3ms)
312385
+
312386
+
312387
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312388
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
312389
+
312390
+
312391
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312392
+ Served asset /teabag/base/reporters_spec.js - 200 OK (3ms)
312393
+
312394
+
312395
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312396
+ Compiled teabag/base/teabag_spec.js (108ms) (pid 72801)
312397
+ Served asset /teabag/base/teabag_spec.js - 200 OK (114ms)
312398
+
312399
+
312400
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-16 20:16:32 -0700
312401
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (3ms)
312402
+
312403
+
312404
+ Started GET "/teabag/default" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312405
+ Processing by Teabag::SpecController#index as HTML
312406
+ Parameters: {"suite"=>"default"}
312407
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.2ms)
312408
+ Completed 200 OK in 14ms (Views: 13.6ms)
312409
+
312410
+
312411
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312412
+ Served asset /teabag.css - 200 OK (6ms)
312413
+
312414
+
312415
+ Started GET "/assets/teabag/base/reporters/console_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312416
+ Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms)
312417
+
312418
+
312419
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312420
+ Served asset /teabag/jasmine.js - 200 OK (16ms)
312421
+
312422
+
312423
+ Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312424
+ Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (3ms)
312425
+
312426
+
312427
+ Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312428
+ Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (4ms)
312429
+
312430
+
312431
+ Started GET "/assets/spec_helper.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312432
+ Served asset /spec_helper.js - 200 OK (2ms)
312433
+
312434
+
312435
+ Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312436
+ Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (3ms)
312437
+
312438
+
312439
+ Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312440
+ Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (3ms)
312441
+
312442
+
312443
+ Started GET "/assets/teabag/base/reporters/html_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312444
+ Served asset /teabag/base/reporters/html_spec.js - 200 OK (3ms)
312445
+
312446
+
312447
+ Started GET "/assets/teabag/base/reporters_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312448
+ Served asset /teabag/base/reporters_spec.js - 200 OK (2ms)
312449
+
312450
+
312451
+ Started GET "/assets/teabag/base/runner_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312452
+ Served asset /teabag/base/runner_spec.js - 200 OK (2ms)
312453
+
312454
+
312455
+ Started GET "/assets/teabag/base/teabag_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312456
+ Compiled teabag/base/teabag_spec.js (114ms) (pid 72846)
312457
+ Served asset /teabag/base/teabag_spec.js - 200 OK (120ms)
312458
+
312459
+
312460
+ Started GET "/assets/teabag/phantomjs/runner_spec.js" for 127.0.0.1 at 2012-12-16 20:18:50 -0700
312461
+ Served asset /teabag/phantomjs/runner_spec.js - 200 OK (5ms)
312462
+
312463
+
312464
+ Started GET "/teabag/jasmine" for 127.0.0.1 at 2012-12-16 20:18:51 -0700
312465
+ Processing by Teabag::SpecController#index as HTML
312466
+ Parameters: {"suite"=>"jasmine"}
312467
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.3ms)
312468
+ Completed 200 OK in 6ms (Views: 5.6ms)
312469
+
312470
+
312471
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 20:18:51 -0700
312472
+ Served asset /teabag.css - 200 OK (0ms)
312473
+
312474
+
312475
+ Started GET "/assets/teabag/jasmine.js" for 127.0.0.1 at 2012-12-16 20:18:51 -0700
312476
+ Served asset /teabag/jasmine.js - 200 OK (2ms)
312477
+
312478
+
312479
+ Started GET "/assets/teabag/jasmine/reporters/html_jspec.js" for 127.0.0.1 at 2012-12-16 20:18:51 -0700
312480
+ Served asset /teabag/jasmine/reporters/html_jspec.js - 200 OK (4ms)
312481
+
312482
+
312483
+ Started GET "/assets/teabag/jasmine/runner_jspec.js" for 127.0.0.1 at 2012-12-16 20:18:51 -0700
312484
+ Served asset /teabag/jasmine/runner_jspec.js - 200 OK (3ms)
312485
+
312486
+
312487
+ Started GET "/assets/jasmine_helper.js" for 127.0.0.1 at 2012-12-16 20:18:51 -0700
312488
+ Served asset /jasmine_helper.js - 200 OK (11ms)
312489
+
312490
+
312491
+ Started GET "/assets/teabag/jasmine/jasmine_jspec.js" for 127.0.0.1 at 2012-12-16 20:18:51 -0700
312492
+ Served asset /teabag/jasmine/jasmine_jspec.js - 200 OK (32ms)
312493
+
312494
+
312495
+ Started GET "/teabag/fixtures/fixture.html?1355714331234" for 127.0.0.1 at 2012-12-16 20:18:51 -0700
312496
+ Processing by Teabag::SpecController#fixtures as HTML
312497
+ Parameters: {"1355714331234"=>nil, "filename"=>"fixture"}
312498
+ Rendered /Users/jejacks0n/Projects/teabag/spec/javascripts/fixtures/fixture.html.haml (1.6ms)
312499
+ Completed 200 OK in 3ms (Views: 2.8ms)
312500
+
312501
+
312502
+ Started GET "/teabag/mocha" for 127.0.0.1 at 2012-12-16 20:18:53 -0700
312503
+ Processing by Teabag::SpecController#index as HTML
312504
+ Parameters: {"suite"=>"mocha"}
312505
+ Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (4.8ms)
312506
+ Completed 200 OK in 6ms (Views: 5.9ms)
312507
+
312508
+
312509
+ Started GET "/assets/teabag.css" for 127.0.0.1 at 2012-12-16 20:18:53 -0700
312510
+ Served asset /teabag.css - 200 OK (0ms)
312511
+
312512
+
312513
+ Started GET "/assets/teabag/mocha/mocha_mspec.js" for 127.0.0.1 at 2012-12-16 20:18:53 -0700
312514
+ Served asset /teabag/mocha/mocha_mspec.js - 200 OK (8ms)
312515
+
312516
+
312517
+ Started GET "/assets/teabag/mocha.js" for 127.0.0.1 at 2012-12-16 20:18:53 -0700
312518
+ Compiled teabag/mocha.js (106ms) (pid 72846)
312519
+ Served asset /teabag/mocha.js - 200 OK (132ms)
312520
+
312521
+
312522
+ Started GET "/assets/mocha_helper.js" for 127.0.0.1 at 2012-12-16 20:18:53 -0700
312523
+ Served asset /mocha_helper.js - 200 OK (8ms)
312524
+
312525
+
312526
+ Started GET "/assets/teabag/mocha/reporters/console_mspec.js" for 127.0.0.1 at 2012-12-16 20:18:53 -0700
312527
+ Served asset /teabag/mocha/reporters/console_mspec.js - 200 OK (4ms)
312528
+
312529
+
312530
+ Started GET "/assets/expect.js" for 127.0.0.1 at 2012-12-16 20:18:53 -0700
312531
+ Served asset /expect.js - 200 OK (5ms)
312532
+
312533
+
312534
+ Started GET "/assets/teabag/mocha/reporters/html_mspec.js" for 127.0.0.1 at 2012-12-16 20:18:53 -0700
312535
+ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms)
312536
+
312537
+
312538
+ Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-16 20:18:53 -0700
312539
+ Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms)