forked from spgroup/rgms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b9a4c4
commit e6f1cd5
Showing
5 changed files
with
19 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,26 +5,21 @@ Feature: news | |
Jointly this I want too integrate an twitter account to publish news into RGMS system. | ||
|
||
Scenario: new news | ||
Given the system has no news with description "noticia1teste" and date "07-04-2013" for "taes" research group | ||
When I create a news with description "noticia1teste" and date "07-04-2013" for "taes" research group | ||
Then the news with description "noticia1teste", date "07-04-2013" and "taes" research group is properly stored by the system | ||
|
||
Scenario: delete news | ||
Given the system has a news with description "noticia1teste" and date "07-04-2013" for "taes" research group | ||
When I delete a news with description "noticia1teste" and date "07-04-2013" of "taes" research group | ||
Then the news with "noticia1teste" and date "07-04-2013" doesnt exists to "taes" research group | ||
|
||
Scenario: new news with existing | ||
Given the system has a news with description "noticia1teste" and date "07-04-2013" for "taes" research group | ||
When I create a news with description "noticia1teste" and date "07-04-2013" for "taes" research group | ||
Then the news with "noticia1teste" and date "07-04-2013" is not registered to "taes" research group | ||
Given the system has no news with description "noticia1teste" | ||
When I create a news with description "noticia1teste" | ||
Then the news with description "noticia1teste" is properly stored by the system | ||
|
||
Scenario: insert Twitter account | ||
Given the research group "taes" in the system has no Twitter account associated | ||
When I associate the account "olhardigital" to "taes" group | ||
Then "taes" research group has a twitter account "olhardigital" registred | ||
|
||
Scenario: retrive Twitter timeline | ||
Given the research group "RGTST" in the system has Twitter account "olhardigital" associated | ||
When I request to update the news from Twitter "olhardigital" | ||
Then news of "RGTST" research group has been updated | ||
Scenario: delete news | ||
Given the system has a news with description "noticia1teste" | ||
When I delete a news with description "noticia1teste" | ||
Then the news with "noticia1teste" doesnt exists | ||
|
||
Scenario: new news with existing | ||
Given the system has a news with description "noticia1teste" | ||
When I create a news with description "noticia1teste" | ||
Then the news with "noticia1teste" is not registered | ||
|
||
Scenario: integrate Twitter account | ||
Given the research group in the system has no Twitter account "[email protected]" associated | ||
When I associate the account "[email protected]" | ||
Then the news can be retrieved by a Twitter post with "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
h1, h2 { | ||
margin: 10px 25px 5px; | ||
margin: 10px 25px 5px; | ||
} | ||
|
||
h2 { | ||
|