mirror of
https://github.com/Prominence/car-repair-site.git
synced 2026-07-03 11:16:47 +03:00
Added basic functionality: entities, changelogs, home page.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.github.prominence.carrepair;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
public class CarRepairApplicationTests {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user