Sha256: 3c7fc9d7e0019d3c5f42d3a867d291cd2ac40c7a20e5204496f1da262150db7f

Contents?: true

Size: 811 Bytes

Versions: 13

Compression:

Stored size: 811 Bytes

Contents

Feature: Create webconference rooms
  In order to held webconferences
  One needs to create and configure webconference rooms

  Scenario: Access the page to create a new room
    Given an anonymous user
    When he goes to the new room page
    Then he should see the new room page

  Scenario: Register a new BigBlueButton room
    Given a real server
    When the user goes to the new room page
      And registers a new room
    Then he should see the information about this room

  Scenario: Try to register a new BigBlueButton room with errors
    Given a real server
    When the user goes to the new room page
      And registers a new room with wrong parameters
    Then he should be at the create room URL
      And see the new room page
      And see 2 errors in the field "bigbluebutton_room[name]"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bigbluebutton_rails-3.0.0 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-2.3.0 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-2.2.0 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-2.1.0 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-2.0.0 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-1.3.0.mweb1 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-1.4.0 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-1.4.0.beta1 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-1.3.0 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-1.3.0.beta1 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-1.2.0 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-1.1.0 spec/rails_app/features/create_rooms.feature
bigbluebutton_rails-0.1.1 spec/rails_app/features/create_rooms.feature