DOM-less simple JavaScript testing framework
Go to file
ragaskar 7c043eb5d0 Automatically roll up any js files in spec/helpers and add them as spec_helpers 2009-10-31 22:35:35 -07:00
bin Automatically roll up any js files in spec/helpers and add them as spec_helpers 2009-10-31 22:35:35 -07: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/jasmine-ruby Automatically roll up any js files in spec/helpers and add them as spec_helpers 2009-10-31 22:35:35 -07:00
spec Automatically roll up any js files in spec/helpers and add them as spec_helpers 2009-10-31 22:35:35 -07:00
tasks Automatically roll up any js files in spec/helpers and add them as spec_helpers 2009-10-31 22:35:35 -07:00
templates added init task 2009-10-30 23:06:00 -07: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 Added jasmine init 2009-10-30 23:56:05 -07: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!