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 2016/06/10 15:36:51 UTC

[whimsy] branch master updated: match text

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  0e9cec5   match text
0e9cec5 is described below

commit 0e9cec528144c48ce765b2ddbabd96b9b0ebffd1
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Jun 10 11:36:15 2016 -0400

    match text
---
 www/board/agenda/spec/reports_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/spec/reports_spec.rb b/www/board/agenda/spec/reports_spec.rb
index 871b631..bbf3828 100644
--- a/www/board/agenda/spec/reports_spec.rb
+++ b/www/board/agenda/spec/reports_spec.rb
@@ -17,7 +17,7 @@ feature 'report' do
     expect(page).to have_selector 'pre', 
       text: 'Sally produced our first quarterly report'
     expect(page).to have_selector '.private',
-      %r{<private>\s*whisper, whisper, whisper\s*</private>}
+      text: %r{<private>\s*whisper, whisper, whisper\s*</private>}
     expect(page).to have_selector 'a[href="Executive-Assistant"]', 
      text: 'Executive Assistant'
     expect(page).to have_selector '.pres-missing[href="Travel-Assistance"]', 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].