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 collaboratorList all courses
As an
I want to
So that
- Background
-
- Given
- I have logged in as a author
- And
-
the following courses with their respective update dates exist:
ctx_QA List all courses abc 2015/03/01 08:17 ctx_QA List all courses ghi 2015/04/12 15:04 ctx_QA List all courses def 2015/01/29 22:49
- Scenarios
-
- List all courses ordered by recently updated first
- List all courses ordered alphabetically ascendant
- List all courses ordered alphabetically descendant
- List all courses ordered by recently updated first
-
- When
- I order the list of all the existent courses by recently updated first
- Then
-
all the courses should be listed like:
ctx_QA List all courses ghi 2015/04/12 15:04 ctx_QA List all courses abc 2015/03/01 08:17 ctx_QA List all courses def 2015/01/29 22:49
- List all courses ordered alphabetically ascendant
-
- When
- I order the list of all the existent courses alphabetically ascendant
- Then
-
all the courses should be listed like:
ctx_QA List all courses abc 2015/03/01 08:17 ctx_QA List all courses def 2015/01/29 22:49 ctx_QA List all courses ghi 2015/04/12 15:04
- List all courses ordered alphabetically descendant
-
- When
- I order the list of all the existent courses alphabetically descendant
- Then
-
all the courses should be listed like:
ctx_QA List all courses ghi 2015/04/12 15:04 ctx_QA List all courses def 2015/01/29 22:49 ctx_QA List all courses abc 2015/03/01 08:17
Last published over 5 years ago by Willy De la Cruz Sierra.