when you get a mail from CI, look at it

This commit is contained in:
MrZYX 2011-05-25 23:08:00 +02:00
parent cf1d83878c
commit 47dd3ba076

View file

@ -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