Method: LearnTest::Strategies::Protractor#cleanup

Defined in:
lib/learn_test/strategies/protractor.rb

#cleanupObject



85
86
87
# File 'lib/learn_test/strategies/protractor.rb', line 85

def cleanup
  FileUtils.rm('.results.json') if File.exist?('.results.json')
end