Github user stevengill commented on a diff in the pull request:

    https://github.com/apache/cordova-lib/pull/467#discussion_r72535870
  
    --- Diff: cordova-lib/spec-cordova/platform.spec.js ---
    @@ -356,3 +356,123 @@ describe('plugin add and rm end-to-end --fetch', 
function () {
             .fin(done);
         }, 60000);
     });
    +
    +describe('cocoapod plugin add and rm end-to-end', function () {
    +
    +    var tmpDir = helpers.tmpDir('cocoapod_plugin_test');
    +    var project = path.join(tmpDir, 'hello4');
    +
    +    var samplePlugin = 
path.resolve('./spec-cordova/fixtures/plugins/sample-cordova-plugin-cocoapod-dependent');
    +    var overlappingDependencyPlugin = 
path.resolve('./spec-cordova/fixtures/plugins/sample-cocoapod-plugin-overlapping-dependency');
    +    var AFNetworking = 'AFNetworking',
    +        CWStatusBarNotification = 'CWStatusBarNotification';
    +    var podfile, podsJSON, workspace;
    +
    +    beforeEach(function() {
    +        shell.exec('pwd');
    --- End diff --
    
    I think you can remove this pwd


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to