Sha256: 79552a263d9323f83c5267257f520d46a080406de11ccc1d55c3acba037588f8
Contents?: true
Size: 475 Bytes
Versions: 5
Compression:
Stored size: 475 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'test_helper')) module JsTestDriver class RuntimeConfigTest < Test::Unit::TestCase def test_should_have_default_config_path assert application.runtime_config.config_path end def test_should_have_default_jar_path assert application.runtime_config.jar_path end def test_should_have_default_tmp_path assert application.runtime_config.config_yml_path end end end
Version data entries
5 entries across 5 versions & 1 rubygems