Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPistos <github.pistos@purepistos.net>2011-10-29 06:11:23 +0400
committerPistos <github.pistos@purepistos.net>2011-10-29 06:11:23 +0400
commitaea2203794740530f470c617f03c40c2bf0b3a5b (patch)
tree13143efa405cadf150f3ca3bbc4bf745b4ac35d5 /spec
parent4b2b2b53b6d1f2bdcd3fbafb9839aed17a7473a2 (diff)
Change #newhere prefill to #NewHere .
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/stream/multi_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/stream/multi_spec.rb b/spec/lib/stream/multi_spec.rb
index 5bfa382ab..d60ffdd68 100644
--- a/spec/lib/stream/multi_spec.rb
+++ b/spec/lib/stream/multi_spec.rb
@@ -44,7 +44,7 @@ describe Stream::Multi do
end
it 'returns includes new user hashtag' do
- @stream.send(:publisher_prefill).include?("#newhere").should be_true
+ @stream.send(:publisher_prefill).include?("#NewHere").should be_true
end
it 'includes followed hashtags' do