Sha256: e11c11dd3fd34c5b76410cea4d72fe47034f9249c9d33f6ed206906e97b58213

Contents?: true

Size: 409 Bytes

Versions: 5

Compression:

Stored size: 409 Bytes

Contents

lib_dir = ::File.expand_path('../../../../../../lib', __FILE__)
$:.unshift(lib_dir) unless $:.include?(lib_dir)

require ::File.expand_path('../config/init', __FILE__)
require ::File.expand_path("../app/#{::RightDevelop::Testing::Server::MightApi::Config.mode}", __FILE__)

run ::RightDevelop::Testing::Server::MightApi::App.const_get(
  ::RightDevelop::Testing::Server::MightApi::Config.mode.capitalize).new

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
right_develop-2.2.4 lib/right_develop/testing/servers/might_api/config.ru
right_develop-2.2.3 lib/right_develop/testing/servers/might_api/config.ru
right_develop-2.2.2 lib/right_develop/testing/servers/might_api/config.ru
right_develop-2.2.1 lib/right_develop/testing/servers/might_api/config.ru
right_develop-2.2.0 lib/right_develop/testing/servers/might_api/config.ru