Showing app/views/logins/lost_password.html.erb where line #8 raised:
compile error
/Users/tamc2/Documents/NMK/feb-28-upgrade/app/views/logins/lost_password.html.erb:8: syntax error, unexpected ')'
@output_buffer.concat(( @email ? "Sorry, email address not found.").to_s); @output_buffer.concat "\n"
^
Extracted source (around line #8):
5: <div class="green_block"></div>
6:
7: <%form_tag reset_password_login_path do%>
8: <%= @email ? "Sorry, email address not found."%>
9: <label for="email">EMAIL</label><br />
10: <%=text_field_tag 'email', @email%><br /><br />
11: <p><%=submit_tag 'Send a new password', :class=>'white_submit'%></p>
Trace of template inclusion: app/views/logins/lost_password.html.erb
RAILS_ROOT: /Users/tamc2/Documents/NMK/feb-28-upgrade
/Users/tamc2/Documents/NMK/feb-28-upgrade/app/views/logins/lost_password.html.erb:17:in `compile!'
/Library/Ruby/Gems/1.8/gems/haml-2.0.6/lib/haml/helpers/action_view_mods.rb:14:in `render'
/Library/Ruby/Gems/1.8/gems/haml-2.0.6/lib/haml/helpers/action_view_mods.rb:14:in `render'
/Library/Ruby/Gems/1.8/gems/haml-2.0.6/lib/sass/plugin/rails.rb:19:in `process'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/renderable.rb:65:in `compile'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/renderable.rb:28:in `render_without_template_tracking'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/test_case.rb:20:in `render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/template.rb:194:in `render_template'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/base.rb:258:in `render_without_haml'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/base.rb:329:in `_render_with_layout'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/base.rb:255:in `render_without_haml'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:1241:in `render_for_file'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:937:in `render_without_benchmark'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:1317:in `default_render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:1329:in `perform_action_without_filters'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/filters.rb:617:in `call_filters'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/flash.rb:141:in `perform_action'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:523:in `send'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:523:in `process_without_filters'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `sass_old_process'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:391:in `process'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:386:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:433:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:88:in `dispatch'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:111:in `_call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:82:in `initialize'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/query_cache.rb:9:in `cache'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/query_cache.rb:28:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/head.rb:9:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/methodoverride.rb:24:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/params_parser.rb:15:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/rewindable_input.rb:25:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb:93:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/failsafe.rb:11:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `synchronize'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:106:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb:47:in `_call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb:35:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/integration.rb:320:in `process'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/integration.rb:196:in `get'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/integration.rb:498:in `__send__'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/integration.rb:498:in `get'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/rails.rb:70:in `send'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/rails.rb:70:in `do_request'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/rails.rb:35:in `get'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/core/session.rb:106:in `send'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/core/session.rb:106:in `request_page'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/core/elements/link.rb:19:in `click'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/core/scope.rb:260:in `click_link'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/rspec/lib/spec/matchers/extensions/instance_exec.rb:19:in `send'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/rspec/lib/spec/matchers/extensions/instance_exec.rb:19:in `instance_exec'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/core_ext/instance_exec.rb:18:in `cucumber_instance_exec'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/core_ext/instance_exec.rb:25:in `cucumber_run_with_backtrace_filtering'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/core_ext/instance_exec.rb:12:in `cucumber_instance_exec'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/step_definition.rb:71:in `execute'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/step.rb:102:in `execute'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/step.rb:28:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:119:in `visit_step'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:43:in `accept_steps'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:40:in `each'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:40:in `accept_steps'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/step_mother.rb:72:in `world'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/visitor.rb:12:in `world'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:38:in `accept_steps'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/steps.rb:9:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/visitor.rb:80:in `visit_steps'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:30:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:83:in `visit_feature_element'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/feature.rb:34:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/feature.rb:33:in `each'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/feature.rb:33:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:43:in `visit_feature'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/console.rb:103:in `with_color'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:42:in `visit_feature'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/features.rb:34:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/features.rb:33:in `each'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/features.rb:33:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/visitor.rb:32:in `visit_features'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:25:in `visit_features'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/broadcaster.rb:10:in `__send__'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/broadcaster.rb:10:in `method_missing'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/broadcaster.rb:9:in `each'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/broadcaster.rb:9:in `method_missing'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/cli/main.rb:40:in `execute!'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/cli/main.rb:20:in `execute'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/bin/cucumber:6
/Users/tamc2/Documents/NMK/feb-28-upgrade/app/views/logins/lost_password.html.erb:17:in `compile!'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/renderable.rb:65:in `compile'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/renderable.rb:28:in `render_without_template_tracking'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/test_case.rb:20:in `render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/template.rb:194:in `render_template'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/base.rb:258:in `render_without_haml'
/Library/Ruby/Gems/1.8/gems/haml-2.0.6/lib/haml/helpers/action_view_mods.rb:14:in `render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/base.rb:329:in `_render_with_layout'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_view/base.rb:255:in `render_without_haml'
/Library/Ruby/Gems/1.8/gems/haml-2.0.6/lib/haml/helpers/action_view_mods.rb:14:in `render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:1241:in `render_for_file'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:937:in `render_without_benchmark'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:1317:in `default_render'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:1329:in `perform_action_without_filters'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/filters.rb:617:in `call_filters'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:10:in `realtime'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/flash.rb:141:in `perform_action'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:523:in `send'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:523:in `process_without_filters'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `sass_old_process'
/Library/Ruby/Gems/1.8/gems/haml-2.0.6/lib/sass/plugin/rails.rb:19:in `process'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:391:in `process'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/base.rb:386:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:433:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:88:in `dispatch'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:111:in `_call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:82:in `initialize'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/query_cache.rb:9:in `cache'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/query_cache.rb:28:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/head.rb:9:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/methodoverride.rb:24:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/params_parser.rb:15:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/rewindable_input.rb:25:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb:93:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/failsafe.rb:11:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `synchronize'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:106:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb:47:in `_call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb:35:in `call'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/integration.rb:320:in `process'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/integration.rb:196:in `get'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/integration.rb:498:in `__send__'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/rails/actionpack/lib/action_controller/integration.rb:498:in `get'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/rails.rb:70:in `send'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/rails.rb:70:in `do_request'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/rails.rb:35:in `get'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/core/session.rb:106:in `send'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/core/session.rb:106:in `request_page'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/core/elements/link.rb:19:in `click'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/webrat/lib/webrat/core/scope.rb:260:in `click_link'
(__FORWARDABLE__):3:in `__send__'
(__FORWARDABLE__):3:in `click_link'
(eval):2:in `click_link'
features/step_definitions/webrat_steps.rb:15:in `__instance_exec0'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/rspec/lib/spec/matchers/extensions/instance_exec.rb:19:in `send'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/rspec/lib/spec/matchers/extensions/instance_exec.rb:19:in `instance_exec'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/core_ext/instance_exec.rb:18:in `cucumber_instance_exec'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/core_ext/instance_exec.rb:25:in `cucumber_run_with_backtrace_filtering'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/core_ext/instance_exec.rb:12:in `cucumber_instance_exec'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/step_definition.rb:71:in `execute'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/step.rb:102:in `execute'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/step.rb:28:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:119:in `visit_step'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:43:in `accept_steps'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:40:in `each'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:40:in `accept_steps'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/step_mother.rb:72:in `world'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/visitor.rb:12:in `world'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:38:in `accept_steps'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/steps.rb:9:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/visitor.rb:80:in `visit_steps'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/scenario.rb:30:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:83:in `visit_feature_element'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/feature.rb:34:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/feature.rb:33:in `each'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/feature.rb:33:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:43:in `visit_feature'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/console.rb:103:in `with_color'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:42:in `visit_feature'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/features.rb:34:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/features.rb:33:in `each'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/features.rb:33:in `accept'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/ast/visitor.rb:32:in `visit_features'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/formatter/pretty.rb:25:in `visit_features'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/broadcaster.rb:10:in `__send__'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/broadcaster.rb:10:in `method_missing'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/broadcaster.rb:9:in `each'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/broadcaster.rb:9:in `method_missing'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/cli/main.rb:40:in `execute!'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/lib/cucumber/cli/main.rb:20:in `execute'
/Users/tamc2/Documents/NMK/feb-28-upgrade/vendor/plugins/cucumber/bin/cucumber:6
Parameters:
None
---
Headers:
{"Content-Type"=>"",
"Cache-Control"=>"no-cache"}