updateTestPubspecFile method

void updateTestPubspecFile(
  1. String content
)
inherited

Updates pubspec.yaml and creates the driver.

Implementation

void updateTestPubspecFile(String content) {
  newFile(testPubspecPath, content);
}