Method: LearnTest::Strategies::Rspec#cleanup

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

#cleanupObject



68
69
70
# File 'lib/learn_test/strategies/rspec.rb', line 68

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