@@ -7,6 +7,8 @@ describe Agents::TwitterUserAgent do |
||
| 7 | 7 |
|
| 8 | 8 |
@opts = {
|
| 9 | 9 |
:username => "tectonic", |
| 10 |
+ :include_retweets => "true", |
|
| 11 |
+ :exclude_replies => "false", |
|
| 10 | 12 |
:expected_update_period_in_days => "2", |
| 11 | 13 |
:starting_at => "Jan 01 00:00:01 +0000 2000", |
| 12 | 14 |
:consumer_key => "---", |