Skip to content

Instantly share code, notes, and snippets.

@cappert
Created June 27, 2012 14:05
Show Gist options
  • Save cappert/3004251 to your computer and use it in GitHub Desktop.
Save cappert/3004251 to your computer and use it in GitHub Desktop.
active_admin remove web_steps
You can implement step definitions for undefined steps with these snippets:
When /^I am on the index page for posts$/ do
pending # express the regexp above with the code you wish you had
end
When /^I follow "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
When /^I go to the last author's posts$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should see "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^I should be on the last author's last post page$/ do
pending # express the regexp above with the code you wish you had
end
Given /^I am on the index page for posts$/ do |string|
pending # express the regexp above with the code you wish you had
end
Then /^I should be in the resource section for posts$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should not see "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
When /^I am on the index page for posts in the new_namespace namespace$/ do
pending # express the regexp above with the code you wish you had
end
When /^I am on the index page for posts in the public namespace$/ do
pending # express the regexp above with the code you wish you had
end
When /^I am on the index page for posts in the admin namespace$/ do
pending # express the regexp above with the code you wish you had
end
When /^I am on the index page for articles$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should be in the resource section for articles$/ do
pending # express the regexp above with the code you wish you had
end
When /^I am on the index page for comments$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should see a table header with "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
When /^I am on the index page for users$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should be in the resource section for users$/ do
pending # express the regexp above with the code you wish you had
end
When /^I am on the index page for tags$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should be in the resource section for tags$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should see a link to "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
When /^I go to the dashboard$/ do
pending # express the regexp above with the code you wish you had
end
Given /^I follow "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^the "(.*?)" field should contain "(.*?)"$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
Then /^the "(.*?)" field should contain the option "(.*?)"$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
When /^I fill in "(.*?)" with "(.*?)"$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
When /^I press "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^I should see a fieldset titled "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^I follow "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^I should be on the the dashboard$/ do
pending # express the regexp above with the code you wish you had
end
Given /^I am on the index page for posts$/ do
pending # express the regexp above with the code you wish you had
end
When /^I should see "(.*?)" within "(.*?)"$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
Then /^I should not see a sortable table header$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should see "(.*?)" within "(.*?)"$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
Then /^the "(.*?)" checkbox should not be checked$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
When /^I check "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^the "(.*?)" checkbox should be checked$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
When /^I am on the index page for my_articles$/ do
pending # express the regexp above with the code you wish you had
end
Then /^the table "(.*?)" should have (\d+) rows$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
Then /^the table "(.*?)" should have (\d+) columns$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
Then /^there should be (\d+) "(.*?)" tags within index grid$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
Then /^there should be (\d+) "(.*?)" tags within "(.*?)"$/ do |arg1, arg2, arg3|
pending # express the regexp above with the code you wish you had
end
Then /^I should see a sortable table header with "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^I should not see a table header with "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^I should be on the new post page$/ do
pending # express the regexp above with the code you wish you had
end
Given /^I should see "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Given /^I should not see "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^I should see the page title "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
When /^I am on the dashboard$/ do
pending # express the regexp above with the code you wish you had
end
When /^I select "(.*?)" from "(.*?)"$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
Then /^I should see the content "(.*?)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^I should be in the resource section for Post$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should be in the resource section for My Post$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should be on the dashboard$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should see \/Need help\/ within the "(.*?)" sidebar$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^I should see "(.*?)" within the "(.*?)" sidebar$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
Then /^an "(.*?)" exception should be raised when I follow "(.*?)"$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
Given /^I am on the index page for publishers$/ do
pending # express the regexp above with the code you wish you had
end
Given /^I am on the index page for users$/ do
pending # express the regexp above with the code you wish you had
end
/usr/local/bin/ruby -S bundle exec cucumber --profile default
Using the default profile...
.....U-U-U-UU-...U-U-U-UU-...U-U-U-UU-........U-U-....UUU-..UUU.U--UUU-.UU...UUU.U-UUUUU-UUUUU...UU--U.U--U.U-UUU....UU--U....UU--U.U.U-UUUUUUU-..U--UDEPRECATION WARNING: ActiveAdmin::Dashboard is deprecated and will be removed in the next version
..U--DEPRECATION WARNING: ActiveAdmin::Dashboard is deprecated and will be removed in the next version
..U---UDEPRECATION WARNING: ActiveAdmin::Dashboard is deprecated and will be removed in the next version
..U----.....U.....UUUUUUUUU-------U-UUUUUUUU-------U-UUUUUUUUUU-------U--UUUUUU--..UUUUU......U-...UU-...UU-...UUU-..UUUUUUUUUUU-...UUU-UUU.U------U----.U---.U--.U--.U--.U----.U--.UUU-UU-U.UUUUUUU-U..UU-UU..UUU-UU....UU-...UU-...UU-...UU-U-U---.UU.U-UUU.UUUU.UUUU.UUUU.UUUU.UUUUU-UUU.UU-UUU.UUUUU.UUUUU.UUUUU.U---..UU-U-UUUU-UUUUUUUUUUUU-U-...U...UU---U-.U---.U---.UUU-U-.U---.U---..U---U--.U-----.U-----UU--U...U--UU--UUU-UU-U-U-U-U-UU-U-...U-..U--....U....UUUUUUUU--------U-UUUUUUU------U--UUUUU------U-UUU....U---...U-...U-...UUU-U..UUU-..UU-..UU-.....UUUUUUU...UUUUUUU.U..U..U------.U-U.U----..UU.UU.UU.UU.FU.....U-UU-U-UU-...U-UU-U-UU-...U-U-U-UU-...U-U-U-UU-...U-U-UU-UU-...U-UU....UU....UU...U-UU..U--..U--..U-...UU...UUU....UUUUU-....UUUUU-....UUUUUUUUUUUUUUU..UUUUUUUUUUUUUUU...UUUUUUUU...U...UUUUUUU---UUUUUU---UUUUUU..UUU..UUU
(::) failed steps (::)
translation missing: fr.time.formats.long (ActionView::Template::Error)
./vendor/bundle/ruby/1.9.1/gems/i18n-0.6.0/lib/i18n.rb:288:in `handle_exception'
./vendor/bundle/ruby/1.9.1/gems/i18n-0.6.0/lib/i18n.rb:159:in `translate'
./vendor/bundle/ruby/1.9.1/gems/i18n-0.6.0/lib/i18n/backend/base.rb:55:in `localize'
./vendor/bundle/ruby/1.9.1/gems/i18n-0.6.0/lib/i18n.rb:235:in `localize'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/helpers/translation_helper.rb:66:in `localize'
./lib/active_admin/view_helpers/display_helper.rb:28:in `pretty_format'
./lib/active_admin/arbre/builder.rb:45:in `method_missing'
./lib/active_admin/views/components/attributes_table.rb:52:in `content_for'
./lib/active_admin/views/components/attributes_table.rb:26:in `block (2 levels) in row'
./lib/active_admin/arbre/builder.rb:68:in `block in build_tag'
./lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context'
./lib/active_admin/arbre/builder.rb:67:in `build_tag'
./lib/active_admin/arbre/builder.rb:77:in `insert_tag'
./lib/active_admin/arbre/html/element.rb:17:in `td'
./lib/active_admin/views/components/attributes_table.rb:25:in `block in row'
./lib/active_admin/arbre/builder.rb:68:in `block in build_tag'
./lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context'
./lib/active_admin/arbre/builder.rb:67:in `build_tag'
./lib/active_admin/arbre/builder.rb:77:in `insert_tag'
./lib/active_admin/arbre/html/element.rb:17:in `tr'
./lib/active_admin/views/components/attributes_table.rb:21:in `row'
./lib/active_admin/views/components/attributes_table.rb:17:in `block in rows'
./lib/active_admin/views/components/attributes_table.rb:17:in `each'
./lib/active_admin/views/components/attributes_table.rb:17:in `rows'
./lib/active_admin/views/components/attributes_table.rb:13:in `build'
./lib/active_admin/arbre/builder.rb:63:in `build_tag'
./lib/active_admin/arbre/builder.rb:77:in `insert_tag'
./lib/active_admin/arbre/html/element.rb:17:in `attributes_table_for'
./lib/active_admin/views/pages/show.rb:29:in `block in attributes_table'
./lib/active_admin/arbre/builder.rb:68:in `block in build_tag'
./lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context'
./lib/active_admin/arbre/builder.rb:67:in `build_tag'
./lib/active_admin/arbre/builder.rb:77:in `insert_tag'
./lib/active_admin/arbre/html/element.rb:17:in `panel'
./lib/active_admin/views/pages/show.rb:28:in `attributes_table'
./lib/active_admin/views/pages/show.rb:47:in `default_main_content'
./lib/active_admin/comments/show_page_helper.rb:11:in `default_main_content'
./lib/active_admin/views/pages/show.rb:23:in `main_content'
./lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper'
./lib/active_admin/arbre/builder.rb:68:in `block in build_tag'
./lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context'
./lib/active_admin/arbre/builder.rb:67:in `build_tag'
./lib/active_admin/arbre/builder.rb:77:in `insert_tag'
./lib/active_admin/arbre/html/element.rb:17:in `div'
./lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper'
./lib/active_admin/arbre/builder.rb:68:in `block in build_tag'
./lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context'
./lib/active_admin/arbre/builder.rb:67:in `build_tag'
./lib/active_admin/arbre/builder.rb:77:in `insert_tag'
./lib/active_admin/arbre/html/element.rb:17:in `div'
./lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper'
./lib/active_admin/views/pages/base.rb:60:in `block in build_page_content'
./lib/active_admin/arbre/builder.rb:68:in `block in build_tag'
./lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context'
./lib/active_admin/arbre/builder.rb:67:in `build_tag'
./lib/active_admin/arbre/builder.rb:77:in `insert_tag'
./lib/active_admin/arbre/html/element.rb:17:in `div'
./lib/active_admin/views/pages/base.rb:59:in `build_page_content'
./lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page'
./lib/active_admin/arbre/builder.rb:68:in `block in build_tag'
./lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context'
./lib/active_admin/arbre/builder.rb:67:in `build_tag'
./lib/active_admin/arbre/builder.rb:77:in `insert_tag'
./lib/active_admin/arbre/html/element.rb:17:in `div'
./lib/active_admin/views/pages/base.rb:39:in `block in build_page'
./lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context'
./lib/active_admin/views/pages/base.rb:38:in `build_page'
./lib/active_admin/views/pages/base.rb:10:in `build'
./lib/active_admin/arbre/builder.rb:63:in `build_tag'
./lib/active_admin/arbre/builder.rb:77:in `insert_tag'
./lib/active_admin/arbre/builder.rb:41:in `method_missing'
./app/views/active_admin/resource/show.html.arb:1:in `__home_bibinou__ode_bibinou_active_admin_app_views_active_admin_resource_show_html_arb___3973732237058083811_39294400'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/template.rb:143:in `block in render'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/notifications.rb:125:in `instrument'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/template.rb:141:in `render'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/renderer/template_renderer.rb:41:in `block (2 levels) in render_template'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/notifications.rb:123:in `block in instrument'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/notifications.rb:123:in `instrument'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/renderer/template_renderer.rb:40:in `block in render_template'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/renderer/template_renderer.rb:48:in `render_with_layout'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/renderer/template_renderer.rb:39:in `render_template'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/renderer/template_renderer.rb:12:in `render'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/renderer/renderer.rb:36:in `render_template'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_view/renderer/renderer.rb:17:in `render'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/abstract_controller/rendering.rb:109:in `_render_template'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/streaming.rb:225:in `_render_template'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/abstract_controller/rendering.rb:103:in `render_to_body'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/abstract_controller/rendering.rb:88:in `render'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/rendering.rb:16:in `render'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/core_ext/benchmark.rb:5:in `ms'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
./vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.0/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/instrumentation.rb:39:in `render'
./lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/responder.rb:229:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/responder.rb:229:in `default_render'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/responder.rb:160:in `to_html'
./vendor/bundle/ruby/1.9.1/gems/responders-0.9.1/lib/responders/flash_responder.rb:104:in `to_html'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/responder.rb:153:in `respond'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/responder.rb:146:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/mime_responds.rb:238:in `respond_with'
./vendor/bundle/ruby/1.9.1/gems/inherited_resources-1.3.1/lib/inherited_resources/actions.rb:13:in `show'
./lib/active_admin/resource_controller/actions.rb:24:in `show'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/abstract_controller/base.rb:167:in `process_action'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/callbacks.rb:447:in `_run__1739925539093658394__process_action__3493661632251894549__callbacks'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/callbacks.rb:405:in `__run_callback'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/callbacks.rb:81:in `run_callbacks'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/rescue.rb:29:in `process_action'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/notifications.rb:123:in `block in instrument'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/notifications.rb:123:in `instrument'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
./vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/abstract_controller/base.rb:121:in `process'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/abstract_controller/rendering.rb:45:in `process'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal.rb:203:in `dispatch'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_controller/metal.rb:246:in `block in action'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/routing/route_set.rb:66:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/routing/route_set.rb:30:in `call'
./vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
./vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
./vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/routing/route_set.rb:570:in `call'
./vendor/bundle/ruby/1.9.1/gems/sass-3.1.19/lib/sass/plugin/rack.rb:54:in `call'
./vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call'
./vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch'
./vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/head.rb:14:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/flash.rb:242:in `call'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/cookies.rb:338:in `call'
./vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.0/lib/active_record/query_cache.rb:64:in `call'
./vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/callbacks.rb:405:in `_run__2046007415858711908__call__3531024124858819782__callbacks'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/callbacks.rb:405:in `__run_callback'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/callbacks.rb:81:in `run_callbacks'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
./vendor/bundle/ruby/1.9.1/gems/cucumber-rails-1.2.1/lib/cucumber/rails/action_controller.rb:10:in `call'
./vendor/bundle/ruby/1.9.1/gems/railties-3.2.0/lib/rails/rack/logger.rb:26:in `call_app'
./vendor/bundle/ruby/1.9.1/gems/railties-3.2.0/lib/rails/rack/logger.rb:16:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/request_id.rb:22:in `call'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
./vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.0/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
./vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.0/lib/action_dispatch/middleware/static.rb:53:in `call'
./vendor/bundle/ruby/1.9.1/gems/railties-3.2.0/lib/rails/engine.rb:479:in `call'
./vendor/bundle/ruby/1.9.1/gems/railties-3.2.0/lib/rails/application.rb:220:in `call'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:134:in `call'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb:64:in `block in call'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `each'
./vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `call'
./vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.1/lib/rack/mock_session.rb:30:in `request'
./vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.1/lib/rack/test.rb:219:in `process_request'
./vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.1/lib/rack/test.rb:57:in `get'
./vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/rack_test/browser.rb:62:in `process'
./vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/rack_test/browser.rb:21:in `visit'
./vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/rack_test/driver.rb:32:in `visit'
./vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/session.rb:157:in `visit'
./vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/dsl.rb:161:in `visit'
./features/step_definitions/configuration_steps.rb:71:in `/^a show configuration of:$/'
features/show/page_title.feature:43:in `Given a show configuration of:'
Failing Scenarios:
cucumber features/show/page_title.feature:42 # Scenario: Default title with no display name method candidate
131 scenarios (1 failed, 8 skipped, 122 undefined)
954 steps (1 failed, 253 skipped, 473 undefined, 227 passed)
5m52.254s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment