package com.alexshabanov.springrestapi; import org.junit.Test; import static org.junit.Assert.*; /** * Sample spring-driven test. */ public class AppTest { /** * Sample test method. */ @Test public void testDummy() { assertTrue(true); } }