Monthly Archives: February 2007

Comment on rcov rake task by: JWN

You…are…a…nerd.

rcov rake task

Turns out it is straightforward to add a rake task for rcov:

namespace :test do
desc ‘Measures test coverage’
task :coverage do
rm_f "coverage"
rm_f "coverage.data"
file_list = FileList.new("test/**/*.rb")
system("rcov –sort coverage #{file_list.to_s}")
end
end

This makes it easy to add [...]

Big Jobster Announcement

We had a big release at Jobster last night. Jason describes the new Jobster features and our Facebook partnership on his blog. Techcrunch also chimes in.
We announced a lot of things. The three things I am most excited about:

Facebook partnership. Jobster is Facebook’s exclusive partner for careers. [...]