Sha256: ea15f2d7cb12b7ca000b116675bbb266b64cf6e236f0335118824c41cb6b7039
Contents?: true
Size: 398 Bytes
Versions: 5
Compression:
Stored size: 398 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'test_helper')) module JsTestDriver class StartServerTest < Test::Unit::TestCase def test_should_run_server_with_given_port_number application.config.port(6666) application.start_server assert_run("java -jar #{runtime_config.jar_path} --serverHandlerPrefix jstd --port #{config.port}") end end end
Version data entries
5 entries across 5 versions & 1 rubygems