You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/06/08 14:32:28 UTC

[whimsy] branch master updated: fix regression in integration tests

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 12dea85  fix regression in integration tests
12dea85 is described below

commit 12dea85ed7bf7583a57ccdab81c075ada6aed188
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Jun 8 10:30:46 2019 -0400

    fix regression in integration tests
---
 www/board/agenda/spec/vue_server.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/spec/vue_server.rb b/www/board/agenda/spec/vue_server.rb
index 1c8ab79..a6bfb6b 100644
--- a/www/board/agenda/spec/vue_server.rb
+++ b/www/board/agenda/spec/vue_server.rb
@@ -173,7 +173,7 @@ shared_context "vue_server", server: :vue do
     end
 
     page.driver.post('/', @_script + ';' +
-      Ruby2JS.convert(block, vue: true, vue_h: '$h', ivars: locals).to_s)
+      Ruby2JS.convert(block, vue: true, ivars: locals).to_s)
   end
 
   after :each do