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