Created
November 22, 2010 18:49
-
-
Save czarneckid/710427 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dczarnecki-agora:fixtureapp dczarnecki$ rake db:create:all ; rake db:migrate ; rake | |
(in /Users/dczarnecki/projects/fixtureapp) | |
(in /Users/dczarnecki/projects/fixtureapp) | |
== CreatePeople: migrating =================================================== | |
-- create_table(:people) | |
-> 0.1024s | |
== CreatePeople: migrated (0.1025s) ========================================== | |
(in /Users/dczarnecki/projects/fixtureapp) | |
Loaded suite /Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/rake-0.8.7/lib/rake/rake_test_loader | |
Started | |
. | |
Finished in 0.015198 seconds. | |
1 tests, 1 assertions, 0 failures, 0 errors, 0 skips | |
Test run options: --seed 39891 | |
Loaded suite /Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/rake-0.8.7/lib/rake/rake_test_loader | |
Started | |
EEEEEEE | |
Finished in 0.060178 seconds. | |
1) Error: | |
test_should_create_person(PeopleControllerTest): | |
NoMethodError: undefined method `people' for #<PeopleControllerTest:0x00000101681e18> | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/actionpack-3.0.3/lib/action_dispatch/testing/assertions/routing.rb:177:in `method_missing' | |
test/functional/people_controller_test.rb:5:in `block in <class:PeopleControllerTest>' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:434:in `_run_setup_callbacks' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/testing/setup_and_teardown.rb:34:in `run' | |
2) Error: | |
test_should_destroy_person(PeopleControllerTest): | |
NoMethodError: undefined method `people' for #<PeopleControllerTest:0x000001030178c8> | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/actionpack-3.0.3/lib/action_dispatch/testing/assertions/routing.rb:177:in `method_missing' | |
test/functional/people_controller_test.rb:5:in `block in <class:PeopleControllerTest>' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:434:in `_run_setup_callbacks' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/testing/setup_and_teardown.rb:34:in `run' | |
3) Error: | |
test_should_get_edit(PeopleControllerTest): | |
NoMethodError: undefined method `people' for #<PeopleControllerTest:0x000001021f8fa8> | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/actionpack-3.0.3/lib/action_dispatch/testing/assertions/routing.rb:177:in `method_missing' | |
test/functional/people_controller_test.rb:5:in `block in <class:PeopleControllerTest>' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:434:in `_run_setup_callbacks' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/testing/setup_and_teardown.rb:34:in `run' | |
4) Error: | |
test_should_get_index(PeopleControllerTest): | |
NoMethodError: undefined method `people' for #<PeopleControllerTest:0x00000102182970> | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/actionpack-3.0.3/lib/action_dispatch/testing/assertions/routing.rb:177:in `method_missing' | |
test/functional/people_controller_test.rb:5:in `block in <class:PeopleControllerTest>' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:434:in `_run_setup_callbacks' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/testing/setup_and_teardown.rb:34:in `run' | |
5) Error: | |
test_should_get_new(PeopleControllerTest): | |
NoMethodError: undefined method `people' for #<PeopleControllerTest:0x00000102149cd8> | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/actionpack-3.0.3/lib/action_dispatch/testing/assertions/routing.rb:177:in `method_missing' | |
test/functional/people_controller_test.rb:5:in `block in <class:PeopleControllerTest>' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:434:in `_run_setup_callbacks' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/testing/setup_and_teardown.rb:34:in `run' | |
6) Error: | |
test_should_show_person(PeopleControllerTest): | |
NoMethodError: undefined method `people' for #<PeopleControllerTest:0x00000102135d28> | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/actionpack-3.0.3/lib/action_dispatch/testing/assertions/routing.rb:177:in `method_missing' | |
test/functional/people_controller_test.rb:5:in `block in <class:PeopleControllerTest>' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:434:in `_run_setup_callbacks' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/testing/setup_and_teardown.rb:34:in `run' | |
7) Error: | |
test_should_update_person(PeopleControllerTest): | |
NoMethodError: undefined method `people' for #<PeopleControllerTest:0x000001016d0b58> | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/actionpack-3.0.3/lib/action_dispatch/testing/assertions/routing.rb:177:in `method_missing' | |
test/functional/people_controller_test.rb:5:in `block in <class:PeopleControllerTest>' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:434:in `_run_setup_callbacks' | |
/Users/dczarnecki/.rvm/gems/ruby-1.9.2-head/gems/activesupport-3.0.3/lib/active_support/testing/setup_and_teardown.rb:34:in `run' | |
7 tests, 0 assertions, 0 failures, 7 errors, 0 skips | |
Test run options: --seed 44594 | |
Errors running test:functionals! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment