Class: Xmvc::Test
- Inherits:
-
Object
- Object
- Xmvc::Test
- Defined in:
- lib/xmvc/test.rb
Class Method Summary collapse
Class Method Details
.dispatch ⇒ Object
3 4 5 6 7 |
# File 'lib/xmvc/test.rb', line 3 def self.dispatch #environment = ExtMVC.mvc_production_environment system("rackup vendor/mvc/scripts/testserver.ru -p 5000") end |