[ARVADOS] updated: b8afbe378247ba5cb81b067f37a35350726f038b

git at public.curoverse.com git at public.curoverse.com
Thu Oct 8 16:15:06 EDT 2015


Summary of changes:
 services/api/test/unit/app_version_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  b8afbe378247ba5cb81b067f37a35350726f038b (commit)
      from  1d73ebb1fb2f2f50144de4f74b3aa77616a5d4f2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit b8afbe378247ba5cb81b067f37a35350726f038b
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Oct 8 16:20:46 2015 -0400

    6967: Update test to match improved code.
    
    refs #6967

diff --git a/services/api/test/unit/app_version_test.rb b/services/api/test/unit/app_version_test.rb
index e8c8374..3e9b167 100644
--- a/services/api/test/unit/app_version_test.rb
+++ b/services/api/test/unit/app_version_test.rb
@@ -8,7 +8,7 @@ class AppVersionTest < ActiveSupport::TestCase
 
   test 'invoke git processes only on first call' do
     AppVersion.expects(:git).
-      with("status", "-s").once.
+      with("status", "--porcelain").once.
       yields " M services/api/README\n"
     AppVersion.expects(:git).
       with("log", "-n1", "--format=%H").once.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list