1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/config.ru

3 lines
86 B
Ruby

require 'bundler/setup'
require File.expand_path('spec/support/test_app')
run TestApp