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
|
end
|
||||||
|
|
||||||
it 'returns includes new user hashtag' do
|
it 'returns includes new user hashtag' do
|
||||||
@stream.send(:publisher_prefill).should include("#NewHere")
|
@stream.send(:publisher_prefill).should match(/#NewHere/i)
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'includes followed hashtags' do
|
it 'includes followed hashtags' do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue