Skip to content

Instantly share code, notes, and snippets.

@bjeanes
Created December 19, 2008 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjeanes/37848 to your computer and use it in GitHub Desktop.
Save bjeanes/37848 to your computer and use it in GitHub Desktop.
Bos-MacBook-Pro:integrity bjeanes (master)$ rake
(in /Users/bjeanes/Projects/Clones/integrity)
rm -r coverage
Loaded suite /usr/bin/rcov
Started
..................................E.......
Finished in 3.123474 seconds.
1) Error:
test_project_when_building_a_build_sends_notifications_with_all_registered_notifiers(Test::Unit::TestCase::TestProject20863500::TestWhenBuildingABuild20844450):
ArgumentError: wrong number of arguments (0 for 1)
./test/project_test.rb:228:in `initialize'
./test/project_test.rb:228:in `exception'
./test/project_test.rb:228:in `raise'
./test/project_test.rb:228:in `test_project_when_building_a_build_sends_notifications_with_all_registered_notifiers'
/Library/Ruby/Gems/1.8/gems/rr-0.6.0/lib/rr/double.rb:228:in `call'
/Library/Ruby/Gems/1.8/gems/rr-0.6.0/lib/rr/double.rb:228:in `call'
/Library/Ruby/Gems/1.8/gems/rr-0.6.0/lib/rr/double_injection.rb:82:in `call_method'
/Library/Ruby/Gems/1.8/gems/rr-0.6.0/lib/rr/double_injection.rb:76:in `__send__'
/Library/Ruby/Gems/1.8/gems/rr-0.6.0/lib/rr/double_injection.rb:76:in `__rr__notify_of_build'
/Library/Ruby/Gems/1.8/gems/rr-0.6.0/lib/rr/double_injection.rb:37:in `__send__'
/Library/Ruby/Gems/1.8/gems/rr-0.6.0/lib/rr/double_injection.rb:37:in `notify_of_build'
./test/../lib/integrity/notifier.rb:27:in `notify_of_build'
./test/../lib/integrity/project.rb:80:in `send_notifications'
/Library/Ruby/Gems/1.8/gems/extlib-0.9.9/lib/extlib/lazy_array.rb:391:in `each'
/Library/Ruby/Gems/1.8/gems/extlib-0.9.9/lib/extlib/lazy_array.rb:391:in `send'
/Library/Ruby/Gems/1.8/gems/extlib-0.9.9/lib/extlib/lazy_array.rb:391:in `method_missing'
/Library/Ruby/Gems/1.8/gems/dm-core-0.9.8/lib/dm-core/collection.rb:638:in `method_missing'
/Library/Ruby/Gems/1.8/gems/dm-core-0.9.8/lib/dm-core/associations/one_to_many.rb:309:in `send'
/Library/Ruby/Gems/1.8/gems/dm-core-0.9.8/lib/dm-core/associations/one_to_many.rb:309:in `method_missing'
./test/../lib/integrity/project.rb:77:in `send_notifications'
./test/../lib/integrity/project.rb:30:in `build'
./test/project_test.rb:231:in `test_project_when_building_a_build_sends_notifications_with_all_registered_notifiers'
/Library/Ruby/Gems/1.8/gems/jeremymcanally-context-0.0.6/lib/context/suite.rb:32:in `run'
/Library/Ruby/Gems/1.8/gems/jeremymcanally-context-0.0.6/lib/context/suite.rb:30:in `each'
/Library/Ruby/Gems/1.8/gems/jeremymcanally-context-0.0.6/lib/context/suite.rb:30:in `run'
/Library/Ruby/Gems/1.8/gems/jeremymcanally-context-0.0.6/lib/context/suite.rb:32:in `run'
/Library/Ruby/Gems/1.8/gems/jeremymcanally-context-0.0.6/lib/context/suite.rb:30:in `each'
/Library/Ruby/Gems/1.8/gems/jeremymcanally-context-0.0.6/lib/context/suite.rb:30:in `run'
42 tests, 42 assertions, 0 failures, 1 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment