-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEST: Duplicate a portfolio (closes #190)
- Loading branch information
1 parent
2b6c57b
commit 7f4f2b6
Showing
5 changed files
with
50 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ source "https://rubygems.org" | |
|
||
gem "cucumber" | ||
gem "cuprite" | ||
gem "rspec" |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#language: fr | ||
|
||
Fonctionnalité: Dupliquer un portfolio pour un usage privé | ||
|
||
Contexte: | ||
|
||
Soit "vitraux" le portfolio ouvert | ||
Soit le point de vue "Histoire des religions" rattaché au portfolio "vitraux" | ||
Soit le corpus "Vitraux - Dr. Krieger" rattaché au portfolio "vitraux" | ||
|
||
Scénario: Dupliquer un portfolio | ||
|
||
Soit l'utilisateur est connecté | ||
Quand on créé une copie du portfolio appelée "dupp-vitraux" avec le corpus "Vitraux - Dr. Krieger" et le point de vue "Histoire des religions" | ||
Alors le titre affiché est "DUPP-VITRAUX" | ||
Et un des corpus affichés est "Vitraux - Dr. Krieger" | ||
Et un des points de vue affichés est "Histoire des religions" |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
sudo sed -i '/^127.0.0.1 localhost/ s/$/ vitraux.local dupp-vitraux.local/' /etc/hosts |
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