DOM-less simple JavaScript testing framework
Go to file
ragaskar bece09bba8 remove jasmine server; use jasmine init to copy (or append) a Rakefile with common jasmine tasks 2009-11-24 22:42:30 -08:00
bin remove jasmine server; use jasmine init to copy (or append) a Rakefile with common jasmine tasks 2009-11-24 22:42:30 -08:00
jasmine@8feb285ca8 Automatically roll up any js files in spec/helpers and add them as spec_helpers 2009-10-31 22:35:35 -07:00
lib remove jasmine server; use jasmine init to copy (or append) a Rakefile with common jasmine tasks 2009-11-24 22:42:30 -08:00
spec remove jasmine server; use jasmine init to copy (or append) a Rakefile with common jasmine tasks 2009-11-24 22:42:30 -08:00
tasks remove jasmine server; use jasmine init to copy (or append) a Rakefile with common jasmine tasks 2009-11-24 22:42:30 -08:00
templates remove jasmine server; use jasmine init to copy (or append) a Rakefile with common jasmine tasks 2009-11-24 22:42:30 -08:00
.gitignore Ignore pkg 2009-10-15 00:36:31 -07:00
.gitmodules Jasmine submodule 2009-10-15 01:40:58 -07:00
MIT.LICENSE First crack at jasmine-ruby 2009-10-10 17:44:59 -07:00
README.markdown README updates, pulled ci for now 2009-10-15 00:44:37 -07:00
Rakefile Added jasmine init 2009-10-30 23:56:05 -07:00
VERSION.yml First crack at jasmine-ruby 2009-10-10 17:44:59 -07:00
jasmine-ruby.gemspec remove jasmine server; use jasmine init to copy (or append) a Rakefile with common jasmine tasks 2009-11-24 22:42:30 -08:00

README.markdown

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!