mirror of
https://github.com/taoneill/war.git
synced 2024-11-27 04:35:35 +01:00
Maven automatically executes the tests now
This commit is contained in:
parent
771547f622
commit
84452d6654
@ -56,7 +56,7 @@
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.8.1</version>
|
||||
<scope>compile</scope>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
|
@ -22,7 +22,7 @@ import com.tommytony.war.volumes.TooBigException;
|
||||
import com.tommytony.war.volumes.TooSmallException;
|
||||
import com.tommytony.war.volumes.ZoneVolume;
|
||||
|
||||
public class ZoneVolumeSpec {
|
||||
public class ZoneVolumeSpecTest {
|
||||
|
||||
// setNorthwest
|
||||
|
Loading…
Reference in New Issue
Block a user