Sha256: 0d465503c84985424f5e81ca5abe0324aad2e535fd7fdf301b5f41231a183b23
Contents?: true
Size: 542 Bytes
Versions: 4
Compression:
Stored size: 542 Bytes
Contents
When /^clicks in the link to remove the first room$/i do # there's only 1 room created, so only 1 "Destroy" link click_link("Destroy") end When /^the removed room should not be listed$/i do BigbluebuttonRoom.find_by_id(@room.id).should be_nil # check params that are specific for this server doesnt_have_content(@room.meetingid) doesnt_have_content(@room.name) doesnt_have_content(@room.attendee_key) doesnt_have_content(@room.moderator_key) doesnt_have_content(@room.voice_bridge) doesnt_have_content(@room.param) end
Version data entries
4 entries across 4 versions & 1 rubygems