@@ -580,6 +580,3 @@ DEPENDENCIES |
||
| 580 | 580 |
weibo_2! |
| 581 | 581 |
wunderground (~> 1.2.0) |
| 582 | 582 |
xmpp4r (~> 0.5.6) |
| 583 |
- |
|
| 584 |
-BUNDLED WITH |
|
| 585 |
- 1.10.5 |
@@ -386,7 +386,7 @@ describe Agents::WebsiteAgent do |
||
| 386 | 386 |
'url' => { 'xpath' => '/feed/entry', 'value' => './link[1]/@href' },
|
| 387 | 387 |
'thumbnail' => { 'xpath' => '/feed/entry', 'value' => './thumbnail/@url' },
|
| 388 | 388 |
} |
| 389 |
- }, keep_events_for: 2) |
|
| 389 |
+ }, keep_events_for: 2.days) |
|
| 390 | 390 |
@checker.user = users(:bob) |
| 391 | 391 |
@checker.save! |
| 392 | 392 |
end |