Skip to content

Commit

Permalink
add config.ru so we can boot the test app to play with stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed May 31, 2012
1 parent 10fe8e5 commit 8e65baf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require 'bundler/setup'
require File.expand_path('spec/support/test_app')
run TestApp

0 comments on commit 8e65baf

Please sign in to comment.