DOM-less simple JavaScript testing framework
Go to file
ragaskar 3891b8afe4 Load JasmineHelper overrides in jasmine_meta_spec 2009-11-25 18:47:22 -08:00
bin Load spec_hhelpers before spec definitions 2009-11-25 08:01:09 -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 Load JasmineHelper overrides in jasmine_meta_spec 2009-11-25 18:47:22 -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 Simplify mapping 2009-11-25 18:43:51 -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 Updated readme 2009-11-24 22:47:29 -08: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 Move ruby logic out of jasmine contrib (for now) 2009-11-25 18:01:34 -08:00

README.markdown

jasmine-ruby

git clone git://github.com/ragaskar/jasmine-ruby.git
cd jasmine-ruby
rake jeweler:build
rake jeweler:install
cd ..
mkdir test-jasmine
cd test-jasmine
jasmine init
rake jasmine

then

http://localhost:8888

and go!

After a few more touch-ups, I'll update the gemcutter.org gem ...