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)

View File

@@ -1,6 +1,6 @@
require 'spec'
require 'open-uri'
require File.dirname(__FILE__) + '/jasmine_runner'
require File.dirname(__FILE__) + '/../jasmine_runner'
describe Jasmine::SimpleServer do
before do