Sha256: 8a1fb2347256bd95c42b23cfc77f5d57a19b44db93936d1ad58279ac37c5c054

Contents?: true

Size: 461 Bytes

Versions: 1

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.secret)
  doesnt_have_content(@server.slug)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigbluebutton_rails-3.0.0 spec/rails_app/features/step_definitions/destroy_servers_steps.rb