This commit is contained in:
Stephen Franceschelli
2019-07-15 13:56:32 -04:00
parent 70039febf8
commit b387336039
7044 changed files with 1866384 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ describe('find-ruby', () => {
fs.writeFileSync(`${rubyDir}.complete`, 'hello');
await findRubyVersion('2.4.6');
const binDir = path.join(rubyDir, 'bin');
console.log(`binDir: ${binDir}`);
console.log(`PATH: ${process.env['PATH']}`);
expect(process.env['PATH']!.startsWith(`${binDir};`)).toBe(true);
});