class PoiseJavascript::Resources::JavascriptRuntimeTest::Resource

A `javascript_runtime_test` resource for integration testing of this cookbook. This is an internal API and can change at any time.

@provides javascript_runtime_test @action run

Public Instance Methods

default_path() click to toggle source
# File lib/poise_javascript/resources/javascript_runtime_test.rb, line 43
def default_path
  ::File.join('', 'root', "javascript_test_#{name}")
end