To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSlideshow admin section
In order to administer Slideshows
As Tomáš
I need Slideshow admin section
- Scenarios
-
- Creating new Slideshow
- Destroying Slideshow
- Editing Slideshow
- Publishing slideshow
- Not seeing slideshow when no one is published
- Seeing published slideshow on home
- Creating new Slideshow
-
- Given
- I go to slideshows admin
- And
- I go to create new slideshow
- When
- I create new slideshow with name
- Then
- I should see that it was successfully created
- Destroying Slideshow
-
- Given
- I created new slideshow
- And
- I go to slideshows admin
- When
- I delete it
- Then
- I should see that it was successfully destroyed
- Editing Slideshow
-
- Given
- I created new slideshow
- And
- I go to slideshows admin
- When
- I edit its name
- Then
- I should see that it was successfully updated
- Publishing slideshow
-
- Given
- I created new slideshow
- And
- I go to slideshows admin
- When
- I set it as published
- Then
- I should see that it was successfully published
- And
- I cannot publish it again
- Not seeing slideshow when no one is published
-
- When
- I go to home page
- Then
- I should not see any slideshow
- Seeing published slideshow on home
-
- Given
- I created new slideshow
- And
- I go to slideshows admin
- When
- I set it as published
- And
- I go to home page
- Then
- I should see slideshow there
Last published almost 7 years ago by pepe.