Just so you know, I've bundled jasmine with therubyracer as an
optional require, but if you so desire, controlling a completely
headless jasmine environment from ruby is as easy as saying require
'v8/jasmine'
The prerelease is already on
rubygems.org and can be installed with
gem install therubyracer --pre
Here is the example I posted yesterday to run a textmate buffer as a
jasmine test suite. Note that the reporter and environment control are
now implemented entirely in ruby.
http://gist.github.com/423788
cheers,
Charles