make newhere test less dumb [ci skip]
This commit is contained in:
parent
9c2c135731
commit
e007b39f0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue