DOM-less simple JavaScript testing framework
Go to file
ragaskar 0b02e82229 Fix bad write mode on Rakefile during install 2010-01-26 20:20:49 -08:00
bin Fix bad write mode on Rakefile during install 2010-01-26 20:20:49 -08:00
generators/jasmine Add rails generators. Add sources.yaml support. Fix Prototype.js collision on jasmine:ci. Version bump to 0.4.0. 2010-01-26 07:58:30 -08:00
jasmine@81c2779731 Ffwd jasmine 2009-12-31 09:50:33 -08:00
lib Add rails generators. Add sources.yaml support. Fix Prototype.js collision on jasmine:ci. Version bump to 0.4.0. 2010-01-26 07:58:30 -08:00
spec Add rails generators. Add sources.yaml support. Fix Prototype.js collision on jasmine:ci. Version bump to 0.4.0. 2010-01-26 07:58:30 -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 Add rails generators. Add sources.yaml support. Fix Prototype.js collision on jasmine:ci. Version bump to 0.4.0. 2010-01-26 07:58:30 -08:00
install.rb Theoretical rails vendor support 2009-11-25 20:00:18 -08:00
jasmine.gemspec Add rails generators. Add sources.yaml support. Fix Prototype.js collision on jasmine:ci. Version bump to 0.4.0. 2010-01-26 07:58:30 -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 ...