Sha256: 1f4985ce07ec67df773104ccabc770a78293a0587629834a157c14d1c70f070a

Contents?: true

Size: 654 Bytes

Versions: 2

Compression:

Stored size: 654 Bytes

Contents

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

  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

2 entries across 2 versions & 1 rubygems

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