DOM-less simple JavaScript testing framework
bin | ||
jasmine@1b1c2b1998 | ||
lib/jasmine-ruby | ||
spec | ||
tasks | ||
.gitignore | ||
.gitmodules | ||
jasmine-ruby.gemspec | ||
MIT.LICENSE | ||
Rakefile | ||
README.markdown | ||
VERSION.yml |
jasmine-ruby
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
and go!