Sha256: 17a920ca3d3a3a7da4b67485071f7e3878d0b6f3848b962a36b985cb793c5e2b
Contents?: true
Size: 441 Bytes
Versions: 7
Compression:
Stored size: 441 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
7 entries across 7 versions & 1 rubygems