2012-01-30 20:39:34 +00:00
|
|
|
# -*- encoding : utf-8 -*-
|
2011-12-07 19:51:08 +00:00
|
|
|
shared_examples_for 'update_member_relation' do
|
|
|
|
it 'should update member relation' do
|
|
|
|
@another_user.relations.exists? :target_id => @group.id, :target_type => 'Group', :role => 'read'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|