aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-11-16 10:02:00 +0900
committerRhenium <rhenium@rhe.jp>2013-11-16 10:02:00 +0900
commitbb1fcf36d8647d084b88d673c27a7fb003947604 (patch)
tree8c841111260b222115d42b3fbf044b49caa76357 /spec
parentc35a0bb22e422c67f9f13fca491195bcf8d4cab7 (diff)
downloadaclog-bb1fcf36d8647d084b88d673c27a7fb003947604.tar.gz
fix user model spec
Diffstat (limited to 'spec')
-rw-r--r--spec/models/user_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index c2e92a7..0b65d5c 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -90,8 +90,7 @@ describe User do
its(:favorites_count) { should be 0 }
its(:retweets_count) { should be 0 }
its(:tweets_count) { should be 2 }
- its(:favorited_count) { should be 2 }
- its(:retweeted_count) { should be 1 }
+ its(:reactions_count) { should be 3 }
end
describe "#count_discovered_by" do