From e007b39f0df12f0f751bb773451face2f5f5353f Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sun, 20 May 2012 23:42:40 -0700 Subject: [PATCH] make newhere test less dumb [ci skip] --- spec/lib/stream/multi_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/stream/multi_spec.rb b/spec/lib/stream/multi_spec.rb index 60dba1b17..fbd062fb3 100644 --- a/spec/lib/stream/multi_spec.rb +++ b/spec/lib/stream/multi_spec.rb @@ -36,7 +36,7 @@ describe Stream::Multi do end it 'returns includes new user hashtag' do - @stream.send(:publisher_prefill).should include("#NewHere") + @stream.send(:publisher_prefill).should match(/#NewHere/i) end it 'includes followed hashtags' do