jasmine/README.markdown

10 lines
223 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-10-15 07:44:37 +00:00
sudo gem sources -a http://gemcutter.org
sudo gem install jasmine-ruby
cd ./my_dir
jasmine server (or, jasmine server ./my_jasmine_helper.rb)
http://localhost:8888
2009-10-11 00:44:59 +00:00
2009-10-15 07:44:37 +00:00
and go!