Skip to content

Instantly share code, notes, and snippets.

@Yax
Created September 6, 2009 16:20
Show Gist options
  • Select an option

  • Save Yax/181859 to your computer and use it in GitHub Desktop.

Select an option

Save Yax/181859 to your computer and use it in GitHub Desktop.
/usr/bin/ruby1.8 -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/tickets_controller_test.rb" "test/functional/categories_controller_test.rb" "test/functional/messages_controller_test.rb"
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
..E..EE...EEEE...........EEEEEFFFEEE...EEEEEE.........EEEE....EEE....EEE
Finished in 3.435034 seconds.
1) Error:
test_should_get_edit(CategoriesControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Category with ID=1641081125
/test/functional/categories_controller_test.rb:30:in `test_should_get_edit'
2) Error:
test_should_show_category(CategoriesControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Category with ID=1641081125
/test/functional/categories_controller_test.rb:25:in `test_should_show_category'
3) Error:
test_should_update_category(CategoriesControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Category with ID=1641081125
/test/functional/categories_controller_test.rb:35:in `test_should_update_category'
4) Error:
test: MessageController on GET to #edit should assign @message. (MessagesControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Message with ID=768110635
/test/functional/messages_controller_test.rb:38:in `__bind_1252253497_43908'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:369:in `call'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:369:in `run_current_setup_blocks'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:368:in `each'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:368:in `run_current_setup_blocks'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:350:in `test: MessageController on GET to #edit should assign @message. '
5) Error:
test: MessageController on GET to #edit should not set the flash. (MessagesControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Message with ID=768110635
/test/functional/messages_controller_test.rb:38:in `__bind_1252253497_61466'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:369:in `call'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:369:in `run_current_setup_blocks'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:368:in `each'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:368:in `run_current_setup_blocks'
vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:350:in `test: MessageController on GET to #edit should not set the flash. '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment