Sha256: 475f68cd06e5fefb5816852a07b36f63d33890037b2c92b7e2f7adecd5c570da
Contents?: true
Size: 433 Bytes
Versions: 24
Compression:
Stored size: 433 Bytes
Contents
require File.join(Dir.pwd, 'spec', 'spec_helper') describe 'GroupInvitationList' do before do simulate_connection_to_server end after do end it 'should pass if group invitation list attribute is not specifed' it 'should pass if group invitation list is empty' it 'should return a valid list of group invitations' it 'should iterate using *each* method' it 'should iterate using *collect* method' end
Version data entries
24 entries across 24 versions & 1 rubygems