Created
October 16, 2016 20:36
-
-
Save dherges/a6b22f21dad4251553e28668c8406c59 to your computer and use it in GitHub Desktop.
spring-cucumber
This file contains hidden or 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
import org.springframework.boot.test.context.SpringBootTest; | |
import org.springframework.test.context.ContextConfiguration; | |
import cucumber.api.java8.En; | |
import spring.cucumber.demo.TwitterApp; | |
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) | |
@ContextConfiguration(classes = TwitterApp.class) | |
public class AppSteps implements En { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment