when you get a mail from CI, look at it
This commit is contained in:
parent
cf1d83878c
commit
47dd3ba076
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ describe StreamHelper do
|
||||||
describe '#next_page_path' do
|
describe '#next_page_path' do
|
||||||
it 'works for apps page' do
|
it 'works for apps page' do
|
||||||
stub!(:controller).and_return(AppsController.new)
|
stub!(:controller).and_return(AppsController.new)
|
||||||
@posts = [Factory(:activity_streams_photo)] !s!)
|
@posts = [Factory(:activity_streams_photo)]
|
||||||
next_page_path.should include '/apps/1'
|
next_page_path.should include '/apps/1'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue