Sha256: 8dd32393803327921a1cea2091516db28ebbe14af567798a63fe9cd510479556
Contents?: true
Size: 443 Bytes
Versions: 17
Compression:
Stored size: 443 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::Set::Self::FollowDefaults do context 'when updated' do before do Card::Auth.as_bot do @card = Card[:follow_defaults] @card.update_all_users = true @card.update_attributes! :content=>'[[A+*self+*always]]' end end it 'updates follow rules of users' do ca = Card.fetch 'A' expect(ca.follower_names).to include "Joe User" end end end
Version data entries
17 entries across 17 versions & 1 rubygems