|
Better use of accented characters
You can now use accented characters inside your specifications. For example :
| Scenario |
du régime d'investissement |
The fixture class name GreenPepper will be looking for is : DuRegimeDinvestissement
Same goes for method lookup. For example :
| Vérifier que l'état de la rémunération est complété |
The method name GreenPepper will be looking for is : verifierQueLetatDeLaRemunerationEstComplete
|