package tests;

import org.junit.Assert;
import org.junit.Test;

public class SomeTest {
    @Test
    public void willFail() {
        // stub
        // Assert.assertThat();
    }
}