test fixed

This commit is contained in:
Nicolás Ramírez 2013-04-19 12:38:20 -03:00
parent 2b39527f72
commit e0c88f2d93
1 changed files with 1 additions and 1 deletions

View File

@ -226,4 +226,4 @@ ITEM_PIPELINES = ['{0}.pipelines.MyPipeline']
p = self.proc('parse', '--spider', self.spider_name, '--pipelines',
'-c', 'parse', 'http://scrapinghub.com')
log = p.stderr.read()
print log
self.assert_("[scrapy] INFO: It Works!" in log, log)