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

Version Path
the-city-admin-0.7.0 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.9 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.8 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.7 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.6 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.5 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.4 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.3 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.2 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.1 spec/functional/the_city_admin_spec.rb
the-city-admin-0.6.0 spec/functional/the_city_admin_spec.rb
the-city-admin-0.5.2 spec/functional/the_city_admin_spec.rb
the-city-admin-0.5.1 spec/functional/the_city_admin_spec.rb
the-city-admin-0.5.0 spec/functional/the_city_admin_spec.rb
the-city-admin-0.4.0 spec/functional/the_city_admin_spec.rb
the-city-admin-0.3.1 spec/functional/the_city_admin_spec.rb
the-city-admin-0.3.0 spec/functional/the_city_admin_spec.rb
the-city-admin-0.2.1 spec/functional/the_city_admin_spec.rb
the-city-admin-0.2.0 spec/functional/the_city_admin_spec.rb
the-city-admin-0.1.5 spec/functional/the_city_admin_spec.rb