Method: LearnTest::Dependencies::Protractor#missing?
- Defined in:
- lib/learn_test/dependencies/protractor.rb
#missing? ⇒ Boolean
4 5 6 |
# File 'lib/learn_test/dependencies/protractor.rb', line 4 def missing? `which protractor`.empty? end |