Reorg. Added examples/ with html and ruby test runner examples

This commit is contained in:
ragaskar
2009-08-26 22:13:30 -07:00
parent ba5b4ab166
commit 7a446d53c0
8 changed files with 92 additions and 30 deletions

View File

@@ -87,6 +87,7 @@ module Jasmine
mappings.each do |from, to|
config[from] = Rack::File.new(to)
end
p mappings
app = Rack::URLMap.new(config)