updateTestPubspecFile method
Updates pubspec.yaml and creates the driver.
Implementation
void updateTestPubspecFile(String content) {
newFile(testPubspecPath, content);
}
Updates pubspec.yaml and creates the driver.
void updateTestPubspecFile(String content) {
newFile(testPubspecPath, content);
}