fix error in stream and puts in fake
This commit is contained in:
parent
bc82dac61c
commit
d040de541a
2 changed files with 1 additions and 2 deletions
|
|
@ -8,4 +8,4 @@
|
|||
= render 'shared/stream_element', :post => post, :all_aspects => @all_aspects, :commenting_disabled => defined?(@commenting_disabled)
|
||||
|
||||
- else
|
||||
= render 'aspects/no_posts<D-F>_message', :post_count => posts.length
|
||||
= render 'aspects/no_posts_message', :post_count => posts.length
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ describe PostsFake do
|
|||
sm = Factory(:status_message)
|
||||
fake = PostsFake::Fake.new(sm, @fakes)
|
||||
|
||||
puts status_message_path(fake)
|
||||
status_message_path(fake).should == status_message_path(sm)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue