Updated Branches:
  refs/heads/master 58ba1a4ac -> 0e5abe816

a few more ios spec stubs


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/0e5abe81
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/0e5abe81
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/0e5abe81

Branch: refs/heads/master
Commit: 0e5abe8169be6c98314318fd46684cc76bb33807
Parents: 58ba1a4
Author: Fil Maj <[email protected]>
Authored: Wed Apr 24 15:36:29 2013 -0700
Committer: Fil Maj <[email protected]>
Committed: Wed Apr 24 15:36:29 2013 -0700

----------------------------------------------------------------------
 spec/platforms/ios.spec.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/0e5abe81/spec/platforms/ios.spec.js
----------------------------------------------------------------------
diff --git a/spec/platforms/ios.spec.js b/spec/platforms/ios.spec.js
index 2e43bf5..0db3c8a 100644
--- a/spec/platforms/ios.spec.js
+++ b/spec/platforms/ios.spec.js
@@ -228,7 +228,8 @@ describe('ios project handler', function() {
         describe('of <source-file> elements', function() {
             it('should call into xcodeproj\'s removeSourceFile appropriately 
when element has no target-dir');
             it('should call into xcodeproj\'s removeSourceFile appropriately 
when element a no target-dir');
-            it('should rm the file from the right target location');
+            it('should rm the file from the right target location when element 
has a target-dir');
+            it('should rm the file from the right target location when element 
has no target-dir');
         });
 
         describe('of <plugins-plist> elements', function() {

Reply via email to