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