First attempt at find ruby action
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import findRuby, {Platform} from '../src/find-ruby';
|
||||
|
||||
describe('TODO - Add a test suite', () => {
|
||||
it('TODO - Add a test', async () => {});
|
||||
it('TODO - Add a test', async () => {
|
||||
findRuby({addToPath: 'true', version: '>= 2.4'}, Platform.Windows);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user