group is now default watched

This commit is contained in:
Sam 2017-04-20 17:38:46 -04:00
parent a9b953ac5a
commit 47b99e0922

View File

@ -66,7 +66,7 @@ describe PostAction do
expect(topic_user_ids).to include(mod.id)
expect(topic.topic_users.where(user_id: mod.id)
.pluck(:notification_level).first).to eq(TopicUser.notification_levels[:tracking])
.pluck(:notification_level).first).to eq(TopicUser.notification_levels[:watching])
expect(topic.topic_users.where(user_id: codinghorror.id)
.pluck(:notification_level).first).to eq(TopicUser.notification_levels[:watching])