Fix up tests and runner
commitd2ee83848661e9374c8736cb7411711ba3862c2d
authorRyan Dahl <ry@lakshmi.local>
Mon, 17 Mar 2008 15:05:33 +0000 (17 16:05 +0100)
committerRyan Dahl <ry@lakshmi.local>
Mon, 17 Mar 2008 15:05:33 +0000 (17 16:05 +0100)
tree5538b2fef06dd84449375be6cc3608b915a6ea87
parent7dcfc536c96e944907396069075db87ee422b206
Fix up tests and runner

All ruby tests should pass now.
29 files changed:
bin/ebb_rails
ruby_lib/ebb.rb
ruby_lib/ebb/runner.rb
ruby_lib/ebb/runner/rails.rb [new file with mode: 0644]
ruby_lib/rack/adapter/rails.rb
test/basic_test.rb
test/ebb_rails_test.rb [new file with mode: 0644]
test/echo_server.rb [deleted file]
test/env_test.rb
test/helper.rb
test/rails_app/app/controllers/application.rb [new file with mode: 0644]
test/rails_app/app/controllers/simple_controller.rb [new file with mode: 0644]
test/rails_app/app/helpers/application_helper.rb [new file with mode: 0644]
test/rails_app/app/views/simple/index.html.erb [new file with mode: 0644]
test/rails_app/config/boot.rb [new file with mode: 0644]
test/rails_app/config/dispatch.rb [new file with mode: 0755]
test/rails_app/config/environment.rb [new file with mode: 0644]
test/rails_app/config/environments/development.rb [new file with mode: 0644]
test/rails_app/config/environments/production.rb [new file with mode: 0644]
test/rails_app/config/environments/test.rb [new file with mode: 0644]
test/rails_app/config/initializers/inflections.rb [new file with mode: 0644]
test/rails_app/config/initializers/mime_types.rb [new file with mode: 0644]
test/rails_app/config/routes.rb [new file with mode: 0644]
test/rails_app/public/404.html [new file with mode: 0644]
test/rails_app/public/422.html [new file with mode: 0644]
test/rails_app/public/500.html [new file with mode: 0644]
test/rails_app/public/favicon.ico [new file with mode: 0644]
test/rails_app/public/images/rails.png [new file with mode: 0644]
test/rails_app/public/index.html [new file with mode: 0644]