Sha256: 7e2a9e3a16cff3113f80232e17dd82c78170a0f491c16c72373fe8deedf5d846
Contents?: true
Size: 373 Bytes
Versions: 24
Compression:
Stored size: 373 Bytes
Contents
require File.join(Dir.pwd, 'spec', 'spec_helper') describe 'AdminApi' do before do simulate_connection_to_server end after do end it 'should get a list of users without any paramters' it 'should get a list of users with parameters' it 'should get a user count without any paramters' it 'should get a user count with the specified paramters' end
Version data entries
24 entries across 24 versions & 1 rubygems