Sha256: 0dcb735f9a217af2c66462c7d47e1e206e983e9803f36e48cd648872eb43e3cf

Contents?: true

Size: 661 Bytes

Versions: 2

Compression:

Stored size: 661 Bytes

Contents

Feature: List and show webconference rooms
  To view information of a webconference room
  One needs to see the room in a list of rooms
    and see all the information it has stored

  Scenario: View the list of BigBlueButton rooms
    Given an anonymous user
      And a real server
      And 3 rooms in this server
    When he goes to the rooms index page
    Then he should see all available rooms in the list

  Scenario: View all information of a BigBlueButton room
    Given an anonymous user
      And a real server
      And a room in this server
    When he goes to the show room page
    Then he should see all the information available for this room

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bigbluebutton_rails-1.0.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-0.1.0 spec/rails_app/features/list_and_show_rooms.feature