Sha256: 119f23b3e24a1b59ae85ad64df83a531ff75ecadb5f64508bb4bdd012bba0c50

Contents?: true

Size: 461 Bytes

Versions: 11

Compression:

Stored size: 461 Bytes

Contents

When /^clicks in the link to remove the first server$/i do
  # there's only 1 server created, so only 1 "Destroy" link
  click_link("Destroy")
end

When /^the removed server should not be listed$/i do
  BigbluebuttonServer.find_by_id(@server.id).should be_nil

  # check params that are specific for this server
  doesnt_have_content(@server.name)
  doesnt_have_content(@server.url)
  doesnt_have_content(@server.salt)
  doesnt_have_content(@server.param)
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bigbluebutton_rails-2.0.0 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-1.3.0.mweb1 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-1.4.0 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-1.4.0.beta1 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-1.3.0 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-1.3.0.beta1 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-1.2.0 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-1.1.0 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-1.0.0 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-0.1.1 spec/rails_app/features/step_definitions/destroy_servers_steps.rb
bigbluebutton_rails-0.1.0 spec/rails_app/features/step_definitions/destroy_servers_steps.rb