Skip to content

Instantly share code, notes, and snippets.

@dpetersen
Created September 7, 2008 22:10
Show Gist options
  • Save dpetersen/9322 to your computer and use it in GitHub Desktop.
Save dpetersen/9322 to your computer and use it in GitHub Desktop.
Loaded suite /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
.................................................................................................................................FF...F..F...FFF....................
Finished in 42.712434 seconds.
1) Failure:
test_breadcrumb_not_search(Site::RecipesControllerTest)
[/Users/dpetersen/rails/butterball/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb:299:in `assert_select'
./test/functional/site/recipes_controller_test.rb:310:in `test_breadcrumb_not_search'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run']:
Expected at least 1 element matching "div#breadcrumb", found 0.
<false> is not true.
2) Failure:
test_breadcrumb_search(Site::RecipesControllerTest)
[/Users/dpetersen/rails/butterball/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb:299:in `assert_select'
./test/functional/site/recipes_controller_test.rb:317:in `test_breadcrumb_search'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run']:
Expected at least 1 element matching "div#breadcrumb", found 0.
<false> is not true.
3) Failure:
test_get_recipe_has_nutrition_data(Site::RecipesControllerTest)
[/Users/dpetersen/rails/butterball/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb:299:in `assert_select'
./test/functional/site/recipes_controller_test.rb:58:in `test_get_recipe_has_nutrition_data'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run']:
Expected at least 1 element matching "a#tab_nutrition", found 0.
<false> is not true.
4) Failure:
test_get_unpublished_recipe_superuser(Site::RecipesControllerTest)
[./test/functional/site/recipes_controller_test.rb:249:in `test_get_unpublished_recipe_superuser'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run']:
Expected response to be a <:success>, but was <404>
5) Failure:
test_show(Site::RecipesControllerTest)
[./test/functional/site/recipes_controller_test.rb:25:in `test_show'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run']:
Expected response to be a <:success>, but was <404>
6) Failure:
test_show_all(Site::RecipesControllerTest)
[./test/functional/site/recipes_controller_test.rb:33:in `test_show_all'
./test/functional/site/recipes_controller_test.rb:31:in `each'
./test/functional/site/recipes_controller_test.rb:31:in `test_show_all'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run']:
Expected response to be a <:success>, but was <404>
7) Failure:
test_show_refine_search(Site::RecipesControllerTest)
[/Users/dpetersen/rails/butterball/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb:299:in `assert_select'
./test/functional/site/recipes_controller_test.rb:322:in `test_show_refine_search'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
/Users/dpetersen/rails/butterball/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run']:
Expected at least 1 element matching "a.refineSearch", found 0.
<false> is not true.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment