2009-10-15 07:44:37 +00:00
|
|
|
jasmine-ruby
|
|
|
|
============
|
2009-10-11 00:44:59 +00:00
|
|
|
|
2009-11-25 06:47:29 +00:00
|
|
|
git clone git://github.com/ragaskar/jasmine-ruby.git
|
|
|
|
cd jasmine-ruby
|
|
|
|
rake jeweler:build
|
|
|
|
rake jeweler:install
|
|
|
|
cd ..
|
|
|
|
mkdir test-jasmine
|
|
|
|
cd test-jasmine
|
|
|
|
jasmine init
|
|
|
|
rake jasmine
|
|
|
|
|
|
|
|
then
|
|
|
|
|
2009-10-15 07:44:37 +00:00
|
|
|
http://localhost:8888
|
2009-10-11 00:44:59 +00:00
|
|
|
|
2009-11-25 06:47:29 +00:00
|
|
|
and go!
|
|
|
|
|
|
|
|
After a few more touch-ups, I'll update the gemcutter.org gem ...
|
|
|
|
|