DOM-less simple JavaScript testing framework
Go to file
Christian Williams e4a5d567e0 Rearrange, start adding specs. 2009-12-28 14:00:02 -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 Rearrange, start adding specs. 2009-12-28 14:00:02 -06:00
spec Rearrange, start adding specs. 2009-12-28 14:00:02 -06:00
templates Rearrange, start adding specs. 2009-12-28 14:00:02 -06:00
.gitignore Ignore pkg 2009-10-15 00:36:31 -07: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 Rearrange, start adding specs. 2009-12-28 14:00:02 -06:00
VERSION.yml Version bump to 0.1.2 2009-12-27 14:49:06 -06:00
install.rb Theoretical rails vendor support 2009-11-25 20:00:18 -08:00
jasmine-ruby.gemspec Rearrange, refactor, ruin and raze. 2009-12-28 12:08:23 -06: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 ...