SuccessChanges

Summary

  1. Tsk27 Creates a matcher to check stories order (details)
Commit e14962d3dea760540292c24ee936e36c09be1fef by git
Tsk27 Creates a matcher to check stories order
Creates a new matcher to use in test classes to check the order of
stories. Allows to check if the stories are sorted in descending or
ascending mode by the date of publish.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/matchers/AreStoriesSortedMatcher.java