spec/dummy/log/development.log in teabag-0.3.3 vs spec/dummy/log/development.log in teabag-0.3.4

- old
+ new

@@ -312535,5 +312535,2762 @@ Served asset /teabag/mocha/reporters/html_mspec.js - 200 OK (3ms) Started GET "/assets/teabag/mocha/runner_mspec.js" for 127.0.0.1 at 2012-12-16 20:18:53 -0700 Served asset /teabag/mocha/runner_mspec.js - 200 OK (3ms) + + +Started GET "/assets/teabag-index.js" for 127.0.0.1 at 2012-12-20 17:20:24 -0700 +Error compiling asset teabag-index.js: +Sprockets::FileNotFound: couldn't find file 'test' + (in /Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag-index.js.erb) +Served asset /teabag-index.js - 500 Internal Server Error + + + + +Started GET "/assets/teabag-index.js" for 127.0.0.1 at 2012-12-20 17:20:46 -0700 +Error compiling asset teabag-index.js: +Sprockets::FileNotFound: couldn't find file 'test' + (in /Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag-index.js.erb) +Served asset /teabag-index.js - 500 Internal Server Error + + + + +Started GET "/assets/teabag-index.js" for 127.0.0.1 at 2012-12-20 17:20:57 -0700 +Error compiling asset teabag-index.js: +Sprockets::FileNotFound: couldn't find file 'test' + (in /Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag-index.js.erb) +Served asset /teabag-index.js - 500 Internal Server Error + + + + +Started GET "/assets/teabag-index.js?suite=default" for 127.0.0.1 at 2012-12-20 17:22:12 -0700 +Error compiling asset teabag-index.js: +Sprockets::FileNotFound: couldn't find file 'test' + (in /Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag-index.js.erb) +Served asset /teabag-index.js - 500 Internal Server Error + + + + +Started GET "/assets/teabag-index.js?suite=default" for 127.0.0.1 at 2012-12-20 17:25:55 -0700 +Error compiling asset teabag-index.js: +Errno::ENOENT: No such file or directory - /Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag-index.js.erb +Served asset /teabag-index.js - 500 Internal Server Error + + + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 17:33:25 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (9.5ms) +Completed 200 OK in 19ms (Views: 19.1ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:33:25 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (1.6ms) +Completed 500 Internal Server Error in 4ms + +ActionView::Template::Error (undefined method `require_asset' for #<Sprockets::Environment:0x007fd9295f3d90>): + 1: <% + 2: env = Rails.application.assets + 3: env.require_asset 'test' + 4: %> + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:3:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285343104940' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:12:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4520719786558496898__process_action__3363161276113687580__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__468444990488711192__call__2795777800140921151__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.3ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 17:33:25 -0700 +Served asset /teabag.css - 200 OK (3ms) + + +Started GET "/assets/teabag-index.js" for 127.0.0.1 at 2012-12-20 17:33:25 -0700 +Served asset /teabag-index.js - 404 Not Found (32ms) + +ActionController::RoutingError (No route matches [GET] "/assets/teabag-index.js"): + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:33:27 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (1.1ms) +Completed 500 Internal Server Error in 3ms + +ActionView::Template::Error (undefined method `require_asset' for #<Sprockets::Environment:0x007fd9295f3d90>): + 1: <% + 2: env = Rails.application.assets + 3: env.require_asset 'test' + 4: %> + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:3:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285343104940' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:12:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4520719786558496898__process_action__3363161276113687580__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__468444990488711192__call__2795777800140921151__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.5ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:33:39 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (72011.3ms) +Completed 500 Internal Server Error in 72013ms + +ActionView::Template::Error (undefined method `require_asset' for #<Sprockets::Environment:0x007fd9295f3d90>): + 1: <% + 2: env = Rails.application.assets + 3: env.find_asset(path) + 4: #env.require_asset 'test' + 5: %> + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:3:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285343104940' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:12:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4520719786558496898__process_action__3363161276113687580__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__468444990488711192__call__2795777800140921151__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.3ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:34:53 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (4.9ms) +Completed 500 Internal Server Error in 7ms + +ActionView::Template::Error (undefined local variable or method `path' for #<#<Class:0x007fd92fdfbf78>:0x007fd9290b2110>): + 1: <% + 2: env = Rails.application.assets + 3: env.find_asset(path) + 4: #env.require_asset 'test' + 5: %> + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:3:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285336609140' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:12:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4520719786558496898__process_action__3363161276113687580__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__468444990488711192__call__2795777800140921151__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.3ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:35:01 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} +Compiled teabag-jasmine.js (20ms) (pid 8404) + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (36.2ms) +Completed 200 OK in 38ms (Views: 37.9ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:36:14 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (1.5ms) +Completed 200 OK in 4ms (Views: 3.2ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:36:34 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (0.7ms) +Completed 200 OK in 3ms (Views: 2.5ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:37:30 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} +ERROR: compiling ___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285352181440 RAISED /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:4: syntax error, unexpected ')', expecting keyword_do_cond or ';' or '\n' +...or file in @suite.javascripts );@output_buffer.safe_concat(' +... ^ +/Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:6: syntax error, unexpected keyword_end +');@output_buffer.append= ( end );@output_buffer.safe_concat(' + ^ +/Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:8: syntax error, unexpected keyword_ensure, expecting ')' +/Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:10: syntax error, unexpected keyword_end, expecting ')' +Function body: def ___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285352181440(local_assigns, output_buffer) + _old_virtual_path, @virtual_path = @virtual_path, "teabag/spec/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new; + env = Rails.application.assets + +@output_buffer.append= ( for file in @suite.javascripts );@output_buffer.safe_concat(' +');@output_buffer.safe_concat(' ');@output_buffer.append= ( raw env.find_asset(file) );@output_buffer.safe_concat(' +');@output_buffer.append= ( end );@output_buffer.safe_concat(' +');@output_buffer.to_s + ensure + @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer + end + +Backtrace: /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' +<internal:prelude>:10:in `synchronize' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' +/Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' +/Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:12:in `index' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:403:in `_run__4520719786558496898__process_action__3363161276113687580__callbacks' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__468444990488711192__call__2795777800140921151__callbacks' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lint.rb:48:in `_call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lint.rb:36:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/showexceptions.rb:24:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/commonlogger.rb:20:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/chunked.rb:43:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' +/Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' +/Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' +/Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' +/Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (0.9ms) +Completed 500 Internal Server Error in 3ms + +ActionView::Template::Error (/Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:4: syntax error, unexpected ')', expecting keyword_do_cond or ';' or '\n' +...or file in @suite.javascripts );@output_buffer.safe_concat(' +... ^ +/Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:6: syntax error, unexpected keyword_end +');@output_buffer.append= ( end );@output_buffer.safe_concat(' + ^ +/Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:8: syntax error, unexpected keyword_ensure, expecting ')' +/Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:10: syntax error, unexpected keyword_end, expecting ')'): + 1: <% + 2: env = Rails.application.assets + 3: %> + 4: <%= for file in @suite.javascripts %> + 5: <%= raw env.find_asset(file) %> + 6: <%= end %> + actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' + actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' + actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' + <internal:prelude>:10:in `synchronize' + actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' + actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:12:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4520719786558496898__process_action__3363161276113687580__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__468444990488711192__call__2795777800140921151__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:37:40 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} +Compiled teabag/base/reporters/html.js (232ms) (pid 8404) +Compiled teabag/base/reporters.js (137ms) (pid 8404) +Compiled teabag/base/teabag.js (111ms) (pid 8404) +Compiled teabag/jasmine.js (117ms) (pid 8404) + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (797.3ms) +Completed 200 OK in 799ms (Views: 799.0ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 17:38:29 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3.1ms) +Completed 200 OK in 5ms (Views: 4.6ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 17:38:29 -0700 +Served asset /teabag.css - 200 OK (0ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:38:29 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (29.7ms) +Completed 500 Internal Server Error in 32ms + +ActionView::Template::Error (undefined local variable or method `env' for #<#<Class:0x007fd92fdfbf78>:0x007fd92ead3180>): + 1: <% for file in @suite.javascripts %> + 2: <%= raw env.find_asset(file) %> + 3: <% end %> + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:2:in `block in ___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285374722440' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:1:in `each' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:1:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285374722440' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:12:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4520719786558496898__process_action__3363161276113687580__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__468444990488711192__call__2795777800140921151__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:38:43 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (11.1ms) +Completed 500 Internal Server Error in 13ms + +ActionView::Template::Error (undefined local variable or method `env' for #<#<Class:0x007fd92fdfbf78>:0x007fd92fc711a8>): + 1: <% for file in @suite.javascripts %> + 2: <%= raw env.find_asset(file) %> + 3: <% end %> + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:2:in `block in ___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285374722440' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:1:in `each' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb:1:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_js_erb__3005014626724433063_70285374722440' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:12:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4520719786558496898__process_action__3363161276113687580__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__468444990488711192__call__2795777800140921151__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:38:55 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (9.0ms) +Completed 200 OK in 11ms (Views: 10.7ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 17:39:01 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (2.9ms) +Completed 200 OK in 5ms (Views: 4.8ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 17:39:01 -0700 +Served asset /teabag.css - 200 OK (0ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:39:01 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (8.5ms) +Completed 200 OK in 10ms (Views: 10.0ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 17:39:22 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (1.9ms) +Completed 200 OK in 3ms (Views: 3.1ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 17:39:22 -0700 +Served asset /teabag.css - 200 OK (0ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:39:22 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (7.4ms) +Completed 200 OK in 9ms (Views: 8.9ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:39:26 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (6.5ms) +Completed 200 OK in 8ms (Views: 7.9ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:39:26 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (7.5ms) +Completed 200 OK in 9ms (Views: 9.1ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:39:30 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (6.4ms) +Completed 200 OK in 8ms (Views: 7.8ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:39:46 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (9.0ms) +Completed 200 OK in 11ms (Views: 10.6ms) + + +Started GET "/teabag/default.js" for 127.0.0.1 at 2012-12-20 17:39:59 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>"default"} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (27.3ms) +Completed 200 OK in 29ms (Views: 29.0ms) + + +Started GET "/teabag/jasmine.js" for 127.0.0.1 at 2012-12-20 17:40:04 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>"jasmine"} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (41.8ms) +Completed 200 OK in 44ms (Views: 43.3ms) + + +Started GET "/teabag/mocha.js" for 127.0.0.1 at 2012-12-20 17:40:07 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>"mocha"} +Compiled teabag/mocha.js (111ms) (pid 8404) + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (228.3ms) +Completed 200 OK in 230ms (Views: 229.7ms) + + +Started GET "/teabag/mocha.js" for 127.0.0.1 at 2012-12-20 17:40:41 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>"mocha"} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (6.1ms) +Completed 200 OK in 9ms (Views: 8.2ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 17:47:03 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (6.6ms) +Completed 200 OK in 13ms (Views: 12.5ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 17:47:03 -0700 +Served asset /teabag.css - 200 OK (3ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:47:03 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (105.2ms) +Completed 200 OK in 107ms (Views: 106.8ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 17:48:17 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (2.0ms) +Completed 200 OK in 4ms (Views: 3.2ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 17:48:17 -0700 +Served asset /teabag.css - 200 OK (0ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 17:48:17 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (8.9ms) +Completed 200 OK in 11ms (Views: 10.4ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:01:52 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (7.4ms) +Completed 200 OK in 14ms (Views: 13.6ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 18:01:52 -0700 +Served asset /teabag.css - 200 OK (3ms) + + +Started GET "/teabag.js" for 127.0.0.1 at 2012-12-20 18:01:52 -0700 +Processing by Teabag::SpecController#index as JS + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.js.erb (113.5ms) +Completed 200 OK in 115ms (Views: 115.0ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:02:49 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (8.1ms) +Completed 200 OK in 18ms (Views: 17.2ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:03:11 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:03:21 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (211.1ms) +Completed 200 OK in 217ms (Views: 216.9ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:04:23 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:06:53 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (69074.7ms) +Completed 200 OK in 69081ms (Views: 69080.7ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:18:44 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (21030.6ms) +Completed 200 OK in 21032ms (Views: 21031.9ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:19:53 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} +Compiled spec_helper.js (196ms) (pid 8948) + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (3069.2ms) +Completed 200 OK in 3071ms (Views: 3070.5ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:20:11 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (22559.0ms) +Completed 200 OK in 22561ms (Views: 22560.6ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:22:26 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (26.9ms) +Completed 200 OK in 28ms (Views: 28.0ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:22:40 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (36346.1ms) +Completed 500 Internal Server Error in 36353ms + +ActionView::Template::Error (undefined method `collect' for nil:NilClass): + 3: <head> + 4: <title>Teabag :: Javascript Test Runner</title> + 5: <%= stylesheet_link_tag *@suite.stylesheets %> + 6: <%= javascript_include_tag *@suite.javascripts %> + 7: <%= csrf_meta_tags %> + 8: <script type="text/javascript"> + 9: window.originalOnload = window.onload + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb:57:in `include_tag' + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb:192:in `javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:29:in `block (2 levels) in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `map' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `block in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `collect' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb:6:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_html_erb__2664025588729755644_70163859823240' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:13:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4409545302958912893__process_action__4195469920988687315__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__483571330158663446__call__1095007070688312883__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:23:17 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (30512.1ms) +Completed 500 Internal Server Error in 30514ms + +ActionView::Template::Error (undefined method `collect' for nil:NilClass): + 3: <head> + 4: <title>Teabag :: Javascript Test Runner</title> + 5: <%= stylesheet_link_tag *@suite.stylesheets %> + 6: <%= javascript_include_tag *@suite.javascripts %> + 7: <%= csrf_meta_tags %> + 8: <script type="text/javascript"> + 9: window.originalOnload = window.onload + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb:57:in `include_tag' + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb:192:in `javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:29:in `block (2 levels) in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `map' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `block in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `collect' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb:6:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_html_erb__2664025588729755644_70163859823240' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:13:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4409545302958912893__process_action__4195469920988687315__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__483571330158663446__call__1095007070688312883__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:24:05 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (17.7ms) +Completed 500 Internal Server Error in 19ms + +ActionView::Template::Error (undefined method `collect' for nil:NilClass): + 3: <head> + 4: <title>Teabag :: Javascript Test Runner</title> + 5: <%= stylesheet_link_tag *@suite.stylesheets %> + 6: <%= javascript_include_tag *@suite.javascripts %> + 7: <%= csrf_meta_tags %> + 8: <script type="text/javascript"> + 9: window.originalOnload = window.onload + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb:57:in `include_tag' + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb:192:in `javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:29:in `block (2 levels) in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `map' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `block in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `collect' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb:6:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_html_erb__2664025588729755644_70163859823240' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:13:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4409545302958912893__process_action__4195469920988687315__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__483571330158663446__call__1095007070688312883__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:24:31 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (41.0ms) +Completed 500 Internal Server Error in 42ms + +ActionView::Template::Error (undefined method `collect' for nil:NilClass): + 3: <head> + 4: <title>Teabag :: Javascript Test Runner</title> + 5: <%= stylesheet_link_tag *@suite.stylesheets %> + 6: <%= javascript_include_tag *@suite.javascripts %> + 7: <%= csrf_meta_tags %> + 8: <script type="text/javascript"> + 9: window.originalOnload = window.onload + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb:57:in `include_tag' + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb:192:in `javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:29:in `block (2 levels) in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `map' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `block in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `collect' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb:6:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_html_erb__2664025588729755644_70163859823240' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:13:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4409545302958912893__process_action__4195469920988687315__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__483571330158663446__call__1095007070688312883__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:24:35 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (18.0ms) +Completed 500 Internal Server Error in 19ms + +ActionView::Template::Error (undefined method `collect' for nil:NilClass): + 3: <head> + 4: <title>Teabag :: Javascript Test Runner</title> + 5: <%= stylesheet_link_tag *@suite.stylesheets %> + 6: <%= javascript_include_tag *@suite.javascripts %> + 7: <%= csrf_meta_tags %> + 8: <script type="text/javascript"> + 9: window.originalOnload = window.onload + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb:57:in `include_tag' + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb:192:in `javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:29:in `block (2 levels) in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `map' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `block in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `collect' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb:6:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_html_erb__2664025588729755644_70163859823240' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:13:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4409545302958912893__process_action__4195469920988687315__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__483571330158663446__call__1095007070688312883__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:24:40 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (18.1ms) +Completed 500 Internal Server Error in 20ms + +ActionView::Template::Error (undefined method `collect' for nil:NilClass): + 3: <head> + 4: <title>Teabag :: Javascript Test Runner</title> + 5: <%= stylesheet_link_tag *@suite.stylesheets %> + 6: <%= javascript_include_tag *@suite.javascripts %> + 7: <%= csrf_meta_tags %> + 8: <script type="text/javascript"> + 9: window.originalOnload = window.onload + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb:57:in `include_tag' + actionpack (3.2.9) lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb:192:in `javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:29:in `block (2 levels) in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `map' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:28:in `block in javascript_include_tag' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `collect' + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb:6:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_html_erb__2664025588729755644_70163859823240' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:13:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4409545302958912893__process_action__4195469920988687315__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__483571330158663446__call__1095007070688312883__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (208.7ms) +Completed 200 OK in 215ms (Views: 214.6ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag.css - 200 OK (3ms) + + +Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/teabag.js - 200 OK (30ms) + + +Started GET "/assets/jasmine-1.3.0.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /jasmine-1.3.0.js - 200 OK (3ms) + + +Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/runner.js - 200 OK (6ms) + + +Started GET "/assets/teabag/base/reporters.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters.js - 200 OK (24ms) + + +Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html.js - 200 OK (15ms) + + +Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/console.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (6ms) + + +Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (11ms) + + +Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (5ms) + + +Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/jasmine/reporters/html.js - 200 OK (10ms) + + +Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/jasmine.js - 200 OK (57ms) + + +Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /spec_helper.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/console_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (8ms) + + +Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (8ms) + + +Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (8ms) + + +Started GET "/assets/teabag/base/reporters_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters_spec.js - 200 OK (7ms) + + +Started GET "/assets/teabag/base/reporters/html_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/reporters/html_spec.js - 200 OK (7ms) + + +Started GET "/assets/teabag/base/runner_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/runner_spec.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/teabag_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/base/teabag_spec.js - 200 OK (5ms) + + +Started GET "/assets/teabag/phantomjs/runner_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /teabag/phantomjs/runner_spec.js - 200 OK (6ms) + + +Started GET "/assets/phantomjs/runner.js?body=1" for 127.0.0.1 at 2012-12-20 18:25:06 -0700 +Served asset /phantomjs/runner.js - 200 OK (6ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:25:10 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (52.1ms) +Completed 200 OK in 54ms (Views: 53.4ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:27:18 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (226.7ms) +Completed 200 OK in 233ms (Views: 232.8ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:27:45 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:28:57 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (174625.1ms) +Completed 200 OK in 174632ms (Views: 174631.1ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:32:08 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (221.7ms) +Completed 200 OK in 228ms (Views: 227.6ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:32:29 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (87348.4ms) +Completed 200 OK in 87350ms (Views: 87349.8ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:34:00 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (24053.1ms) +Completed 200 OK in 24055ms (Views: 24054.3ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:34:26 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (64868.3ms) +Completed 200 OK in 64870ms (Views: 64869.7ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:35:43 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (61598.3ms) +Completed 500 Internal Server Error in 61608ms + +ActionView::Template::Error (undefined method `put' for #<#<Class:0x007f9723e5b368>:0x007f9723a9de60>): + 3: <head> + 4: <title>Teabag :: Javascript Test Runner</title> + 5: <%= stylesheet_link_tag *@suite.stylesheets %> + 6: <%= javascript_include_tag *@suite.javascripts %> + 7: <%= csrf_meta_tags %> + 8: <script type="text/javascript"> + 9: window.originalOnload = window.onload + actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:35:in `javascript_include_tag' + /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb:6:in `___sers_jejacks_n__rojects_teabag_app_views_teabag_spec_index_html_erb__4430845629729849167_70143559166780' + actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' + activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.9) lib/action_view/template.rb:143:in `render' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' + actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' + activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/jejacks0n/Projects/teabag/app/controllers/teabag/spec_controller.rb:13:in `index' + actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__2716838231294269240__process_action__3939076846681546975__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' + actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.4) lib/journey/router.rb:68:in `block in call' + journey (1.0.4) lib/journey/router.rb:56:in `each' + journey (1.0.4) lib/journey/router.rb:56:in `call' + actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__3808961109065215247__call__1052611369074149150__callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.9) lib/rails/engine.rb:479:in `call' + railties (3.2.9) lib/rails/application.rb:223:in `call' + railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' + rack (1.4.1) lib/rack/lint.rb:48:in `_call' + rack (1.4.1) lib/rack/lint.rb:36:in `call' + rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' + rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' + rack (1.4.1) lib/rack/chunked.rb:43:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' + /Users/jejacks0n/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' + + + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) + Rendered /Users/jejacks0n/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.8ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:37:07 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (790686.3ms) +Completed 200 OK in 790708ms (Views: 790707.9ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:50:39 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (2514.3ms) +Completed 200 OK in 2525ms (Views: 2524.5ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 18:50:42 -0700 +Served asset /teabag.css - 200 OK (4ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (234.6ms) +Completed 200 OK in 241ms (Views: 240.8ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag.css - 200 OK (3ms) + + +Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/base/teabag.js - 200 OK (31ms) + + +Started GET "/assets/jasmine-1.3.0.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /jasmine-1.3.0.js - 200 OK (3ms) + + +Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/base/reporters/html.js - 200 OK (15ms) + + +Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/base/reporters/console.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/base/runner.js - 200 OK (6ms) + + +Started GET "/assets/teabag/base/reporters.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/base/reporters.js - 200 OK (20ms) + + +Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (29ms) + + +Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (7ms) + + +Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:07 -0700 +Served asset /teabag/jasmine/reporters/html.js - 200 OK (7ms) + + +Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/jasmine.js - 200 OK (30ms) + + +Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /spec_helper.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/console_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/base/reporters/console_spec.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (7ms) + + +Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/reporters/html_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/base/reporters/html_spec.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/base/reporters_spec.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/runner_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/base/runner_spec.js - 200 OK (7ms) + + +Started GET "/assets/teabag/base/teabag_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/base/teabag_spec.js - 200 OK (6ms) + + +Started GET "/assets/teabag/phantomjs/runner_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /teabag/phantomjs/runner_spec.js - 200 OK (6ms) + + +Started GET "/assets/phantomjs/runner.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:08 -0700 +Served asset /phantomjs/runner.js - 200 OK (5ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:52:18 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (54.8ms) +Completed 200 OK in 56ms (Views: 56.1ms) + + +Started GET "/assets/jasmine-1.3.0.js?body=1" for 127.0.0.1 at 2012-12-20 18:52:23 -0700 +Served asset /jasmine-1.3.0.js - 304 Not Modified (0ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:52:42 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (25.6ms) +Completed 200 OK in 27ms (Views: 26.9ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (224.6ms) +Completed 200 OK in 231ms (Views: 230.9ms) + + +Started GET "/assets/teabag.css?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag.css - 200 OK (12ms) + + +Started GET "/assets/jasmine-1.3.0.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /jasmine-1.3.0.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/teabag.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/teabag.js - 200 OK (26ms) + + +Started GET "/assets/teabag/base/reporters.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters.js - 200 OK (40ms) + + +Started GET "/assets/teabag/base/runner.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/runner.js - 200 OK (3ms) + + +Started GET "/assets/teabag/base/reporters/console.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/console.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/reporters/html.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html.js - 200 OK (14ms) + + +Started GET "/assets/teabag/base/reporters/html/progress_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html/progress_view.js - 200 OK (7ms) + + +Started GET "/assets/teabag/base/reporters/html/spec_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html/spec_view.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/reporters/html/failure_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html/failure_view.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/reporters/html/suite_view.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html/suite_view.js - 200 OK (4ms) + + +Started GET "/assets/teabag/jasmine/reporters/html.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/jasmine/reporters/html.js - 200 OK (6ms) + + +Started GET "/assets/teabag/jasmine.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/jasmine.js - 200 OK (31ms) + + +Started GET "/assets/spec_helper.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /spec_helper.js - 200 OK (6ms) + + +Started GET "/assets/teabag/base/reporters/console_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/console_spec.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/html/failure_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html/failure_view_spec.js - 200 OK (9ms) + + +Started GET "/assets/teabag/base/reporters/html/progress_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html/progress_view_spec.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/html/spec_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html/spec_view_spec.js - 200 OK (5ms) + + +Started GET "/assets/teabag/base/reporters/html/suite_view_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html/suite_view_spec.js - 200 OK (29ms) + + +Started GET "/assets/teabag/base/reporters/html_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters/html_spec.js - 200 OK (7ms) + + +Started GET "/assets/teabag/base/reporters_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/reporters_spec.js - 200 OK (9ms) + + +Started GET "/assets/teabag/base/teabag_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/teabag_spec.js - 200 OK (4ms) + + +Started GET "/assets/teabag/base/runner_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/base/runner_spec.js - 200 OK (4ms) + + +Started GET "/assets/teabag/phantomjs/runner_spec.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /teabag/phantomjs/runner_spec.js - 200 OK (8ms) + + +Started GET "/assets/phantomjs/runner.js?body=1" for 127.0.0.1 at 2012-12-20 18:53:16 -0700 +Served asset /phantomjs/runner.js - 200 OK (4ms) + + +Started GET "/teabag" for 127.0.0.1 at 2012-12-20 18:53:18 -0700 +Processing by Teabag::SpecController#index as HTML + Parameters: {"suite"=>nil} + Rendered /Users/jejacks0n/Projects/teabag/app/views/teabag/spec/index.html.erb (29.5ms) +Completed 200 OK in 31ms (Views: 30.9ms)