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 collaboratorImage admin section
In order to administer Images
As Tomáš
I need Image admin section
- Scenarios
-
- Comming to Image admin section
- Getting to create new Image
- Creating new Image
- Destroying Image
- Editing Image
- Comming to Image admin section
-
- Given
- I logged in as 'Tomáš'
- When
- I follow 'Images'
- Then
- I should see 'All Images'
- Getting to create new Image
-
- Given
- I logged in as 'Tomáš'
- When
- I follow 'Images'
- And
- I follow 'New'
- Then
- I should see 'New Image'
- Creating new Image
-
- Given
- I logged in as 'Tomáš'
- And
- I follow 'Images'
- And
- I follow 'New'
- When
- I attach file for 'File'
- And
- I press 'Save'
- Then
- I should see 'Image was successfully created.'
- Destroying Image
-
- Given
- I logged in as 'Tomáš'
- And
- I created Image
- And
- I follow 'Images'
- When
- I press 'Delete'
- Then
- I should see 'Image was successfully destroyed'
- Editing Image
-
- Given
- I logged in as 'Tomáš'
- And
- I created Image
- And
- I follow 'Images'
- When
- I press 'Edit'
- When
- I attach file for 'File'
- And
- I press 'Save'
- Then
- I should see 'Image was successfully updated'
Last published almost 7 years ago by pepe.