Sha256: 797acf7f5de78a30400d428df89fea48262c19adea8e7e3f1ca10d81ffc31e8d
Contents?: true
Size: 613 Bytes
Versions: 11
Compression:
Stored size: 613 Bytes
Contents
ScrewUnit.configure do def absolutize_path(relative_path) basepath = relative_path.match(/^\//) ? '' : path_containing_screwrc File.expand_path(File.join(basepath, relative_path)) end port 8081 add_js_location "/engine", "public/javascripts" add_js_location("/screw_unit_core", "spec/support/vendor/screw-unit/client/lib") add_js_location("/screw_unit_vendor", "spec/support/vendor/screw-unit/client/vendor") add_js_location("/screw_unit_stylesheets", "spec/support/vendor/screw-unit/client/stylesheets") add_js_location "/specs", "spec/javascripts" end
Version data entries
11 entries across 11 versions & 1 rubygems