Class: Xmvc::Test

Inherits:
Object
  • Object
show all
Defined in:
lib/xmvc/test.rb

Class Method Summary collapse

Class Method Details

.dispatchObject



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