Skip to content

Commit

Permalink
call ShutdownOperations.runOperations in HalJsonRendererSpec.setupSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Jan 7, 2015
1 parent 71f9598 commit 8f8b97f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ import javax.xml.bind.DatatypeConverter
*/
class HalJsonRendererSpec extends Specification{

void setupSpec() {
// ensure clean state
ShutdownOperations.runOperations()
}

void cleanup() {
ShutdownOperations.runOperations()
Expand Down

0 comments on commit 8f8b97f

Please sign in to comment.