2012-12-15 03:22:00 +00:00
|
|
|
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
|
2012-12-15 03:36:53 +00:00
|
|
|
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
|