Sha256: 193a8db89a61e5e0bad44b97d8a266e2ed471534798f11c9ef33271408d3e9ad
Contents?: true
Size: 533 Bytes
Versions: 1
Compression:
Stored size: 533 Bytes
Contents
require("test_helper"); require("stdlib/rubygems"); if (Gem.isSupported) { Riot.context("RubyGems", function(should) { asserts("This space intentionally left blank.", true); // should("have Sys.tempDir return a string path to the OS temporary directory", function(){ // var tempDir = XPCBuiltins.nsILocalFile(Sys.tempDir); // return tempDir.exists(); // }).equals(true); }); } else { puts("Warning - Gem support isn't available on your system so the RubyGems support tests will be skipped."); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xpcomcore-rubygem-0.6.4 | xpcomcore/test/stdlib/rubygems_test.js |