DOM-less simple JavaScript testing framework
Go to file
Christian Williams ffb69b4bde Version bump to 0.1.1 2009-12-27 14:41:33 -06:00
bin Rudimentary rails support 2009-11-25 19:47:05 -08:00
jasmine@a16cbe7e5b Switch to jasmine remove-contrib branch. 2009-12-27 11:54:54 -06: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
templates Rudimentary rails support 2009-11-25 19:47:05 -08:00
.gitignore Ignore pkg 2009-10-15 00:36:31 -07:00
.gitmodules Jasmine submodule 2009-10-15 01:40:58 -07:00
Gemfile Version bump to 0.2.0 2009-12-27 14:39:37 -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 Add geminstaller.yml to require jeweler. 2009-11-26 12:11:25 -05:00
VERSION.yml Version bump to 0.1.1 2009-12-27 14:41:33 -06:00
install.rb Theoretical rails vendor support 2009-11-25 20:00:18 -08:00
jasmine-ruby.gemspec Add geminstaller.yml to require jeweler. 2009-11-26 12:11:25 -05: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 ...