Skip to content

Commit

Permalink
Refactored to make it easier to re-use the test configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Apr 29, 2014
1 parent 5658b4a commit 73dfce8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.connect_group.thymeleaf.testing.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

@Configuration
@Import({ThymesheetConfig.class})
public class ThymesheetTestSpringContext extends ExtendableTestSpringContext {}

0 comments on commit 73dfce8

Please sign in to comment.