DOM-less simple JavaScript testing framework
Go to file
ragaskar 766eacc88b Remove .idea files from gemspec 2009-10-15 01:45:40 -07:00
bin README updates, pulled ci for now 2009-10-15 00:44:37 -07:00
jasmine@1b1c2b1998 Jasmine submodule 2009-10-15 01:40:58 -07:00
lib/jasmine-ruby Loads an optional second command line var to monkey patch jasminehelper 2009-10-15 00:27:46 -07:00
spec First crack at jasmine-ruby 2009-10-10 17:44:59 -07:00
tasks First crack at jasmine-ruby 2009-10-10 17:44:59 -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 First crack at jasmine-ruby 2009-10-10 17:44:59 -07:00
VERSION.yml First crack at jasmine-ruby 2009-10-10 17:44:59 -07:00
jasmine-ruby.gemspec Remove .idea files from gemspec 2009-10-15 01:45:40 -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!