DOM-less simple JavaScript testing framework
Go to file
ragaskar e0a90dd473 Version bump to 0.4.1 2010-01-26 21:34:30 -08:00
bin Rename sources.yaml to jasmine.yaml. Add stylesheets support to jasmine yaml. Allow dir glob strings in jasmine.yaml file enumerations 2010-01-26 21:34:03 -08:00
generators/jasmine Rename sources.yaml to jasmine.yaml. Add stylesheets support to jasmine yaml. Allow dir glob strings in jasmine.yaml file enumerations 2010-01-26 21:34:03 -08:00
jasmine@81c2779731 Ffwd jasmine 2009-12-31 09:50:33 -08:00
lib Rename sources.yaml to jasmine.yaml. Add stylesheets support to jasmine yaml. Allow dir glob strings in jasmine.yaml file enumerations 2010-01-26 21:34:03 -08:00
spec Rename sources.yaml to jasmine.yaml. Add stylesheets support to jasmine yaml. Allow dir glob strings in jasmine.yaml file enumerations 2010-01-26 21:34:03 -08:00
.gitignore Ignore bundled gems 2009-12-31 11:31:58 -08:00
.gitmodules Jasmine submodule 2009-10-15 01:40:58 -07:00
Gemfile Rearrange, refactor, ruin and raze. 2009-12-28 12:08:23 -06: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 Only include jasmine from bin 2009-12-31 16:39:51 -08:00
VERSION.yml Version bump to 0.4.1 2010-01-26 21:34:30 -08:00
install.rb Theoretical rails vendor support 2009-11-25 20:00:18 -08:00
jasmine.gemspec Rename sources.yaml to jasmine.yaml. Add stylesheets support to jasmine yaml. Allow dir glob strings in jasmine.yaml file enumerations 2010-01-26 21:34:03 -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 ...