Sha256: 32a9630393cd4cfdf3920f4c91c62bec01c76647c00d31b70712d9f318c8d08b
Contents?: true
Size: 381 Bytes
Versions: 32
Compression:
Stored size: 381 Bytes
Contents
module LearnTest module Dependencies class Protractor < LearnTest::Dependency def missing? `which protractor`.empty? end def install print_installing('protractor') run_install('npm install -g protractor') puts 'Updating webdriver-manager...'.green run_install('webdriver-manager update') end end end end
Version data entries
32 entries across 32 versions & 1 rubygems