jam-cloud/features/create_session.feature

12 lines
405 B
Gherkin

Feature: Users can create session
In order to play music with other people
As a musician
I want to create a music session
@javascript
Scenario: Create a public music session
Given I am logged in to the client
When I create a public music session
Then I should be in a music session that another musician can find
And that other musician should be able to join my public session