Home
Testing 1,2,3... [entries|archive|friends|userinfo]
djberg96

[ website | Sapphire ]
[ userinfo | livejournal userinfo ]
[ archive | journal archive ]

Links
[Links:| Ruby Home RubyForge RAA comp.lang.ruby Ruby Documentation ]

Hacking on Rake, too [Jan. 2nd, 2009|06:10 am]
[Tags|, ]
[mood |busy]

In a comment in warnings == errors Piers mentioned that not only does Rails do badly with -w, it does badly with -T.

That inspired me to submit a patch that lets you set the $SAFE level in your Rake::TestTask. So, assuming Jim accepts the patch (and he's indicated that he will), you can do:
desc "Run the test suite"
Rake::TestTask.new("test") do |t|
   t.warning    = true
   t.verbose    = true
   t.safe_level = 1
   # ...
end

Update: Unfortunately my proposed patch was rejected.
linkpost comment

navigation
[ viewing | most recent entries ]

Advertisement