make newhere test less dumb [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-05-20 23:42:40 -07:00
parent 9c2c135731
commit e007b39f0d

View file

@ -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