22 lines
349 B
Markdown
22 lines
349 B
Markdown
jasmine-ruby
|
|
============
|
|
|
|
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
|
|
|
|
http://localhost:8888
|
|
|
|
and go!
|
|
|
|
After a few more touch-ups, I'll update the gemcutter.org gem ...
|
|
|