Sha256: 3c65c87974c51c43c753d0c72f468562a86bcc73e3e64acc8f2b224896059b00

Contents?: true

Size: 663 Bytes

Versions: 2

Compression:

Stored size: 663 Bytes

Contents

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

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

  Scenario: Try to register a BigBlueButton server with errors
    Given an anonymous user
    When he goes to the new server page
      And registers a new server with a wrong URL
    Then he should be at the create server URL
      And see the new server page
      And see 1 error in the field "bigbluebutton_server[url]"

Version data entries

2 entries across 2 versions & 1 rubygems

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