~brightbox/brightbox/deb-ruby-rack

« back to all changes in this revision

Viewing changes to test/builder/options.ru

  • Committer: Youhei SASAKI
  • Date: 2011-07-25 15:56:22 UTC
  • mfrom: (1.1.1)
  • Revision ID: git-v1:a7f57013de509d091e4d4fc02bd9995cc1daa92d
Merge commit 'upstream/1.3.1'

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#\ -d
 
2
run lambda { |env| [200, {'Content-Type' => 'text/plain'}, ['OK']] }