diff --git a/spec/helpers/stream_helper_spec.rb b/spec/helpers/stream_helper_spec.rb index 8d55ca303..1859404b7 100644 --- a/spec/helpers/stream_helper_spec.rb +++ b/spec/helpers/stream_helper_spec.rb @@ -25,7 +25,7 @@ describe StreamHelper do describe '#next_page_path' do it 'works for apps page' do stub!(:controller).and_return(AppsController.new) - @posts = [Factory(:activity_streams_photo)] !s!) + @posts = [Factory(:activity_streams_photo)] next_page_path.should include '/apps/1' end end