Fixes for jasmine rake test:ci

This commit is contained in:
ragaskar
2009-08-26 22:41:19 -07:00
parent 7a446d53c0
commit e8d582600c
2 changed files with 24 additions and 23 deletions

View File

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