jasmine/README.markdown

22 lines
349 B
Markdown
Raw Normal View History

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 ...