This project is archived and is in readonly mode.
active model tests can't be run
Reported by Aaron Patterson | March 17th, 2010 @ 08:43 PM
Currently:
(in /Users/apatterson/git/rails/activemodel)
/Users/apatterson/git/rails/activesupport/lib/active_support/test_case.rb:10: undefined method `silence_warnings' for main:Object (NoMethodError)
from /Users/apatterson/git/rails/activemodel/lib/active_model/test_case.rb:2
from /Users/apatterson/git/rails/activemodel/test/cases/attribute_methods_test.rb:24
from /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `load'
from /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
from /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each'
from /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
rake aborted!
Command failed with status (1): [/System/Library/Frameworks/Ruby.framework/...]
(See full trace by running task with --trace)
Attached patch fixes it.
Comments and changes to this ticket
-
Aaron Patterson March 17th, 2010 @ 08:44 PM
- no changes were found...
-
Repository March 17th, 2010 @ 08:47 PM
- State changed from new to resolved
(from [db2d96a6ba9c8d6d07121853955abe46af350f87]) fixing activemodel tests. [#4210 state:resolved]
Signed-off-by: wycats wycats@gmail.com
http://github.com/rails/rails/commit/db2d96a6ba9c8d6d07121853955abe...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 4210 active model tests can't be run (from [db2d96a6ba9c8d6d07121853955abe46af350f87]) fixing ...