DOM-less simple JavaScript testing framework
Go to file
Rajan Agaskar a1ea56c1ac Case-sensitive rename to fix spec fail 2009-12-31 11:29:59 -08:00
bin Rudimentary rails support 2009-11-25 19:47:05 -08:00
jasmine@81c2779731 Ffwd jasmine 2009-12-31 09:50:33 -08:00
lib Fix js paths when served from somewhere other than /. 2009-12-29 17:09:07 -06:00
spec Fix js paths when served from somewhere other than /. 2009-12-29 17:09:07 -06:00
templates Case-sensitive rename to fix spec fail 2009-12-31 11:29:59 -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 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 Resolve merge conflicts 2009-12-31 09:47:52 -08:00
VERSION.yml Resolve merge conflicts 2009-12-31 09:47:52 -08:00
install.rb Theoretical rails vendor support 2009-11-25 20:00:18 -08:00
jasmine-ruby.gemspec Refactor config file/path handling. 2009-12-28 16:27:02 -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 ...