Update twitter_user_agent_spec.rb

Vlad преди 9 години
родител
ревизия
266a10132b
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      spec/models/agents/twitter_user_agent_spec.rb

+ 2 - 0
spec/models/agents/twitter_user_agent_spec.rb

@@ -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 => "---",