@@ -1,13 +1,9 @@
import org.junit.Ignore;
-import org.junit.Rule;
import org.junit.Test;
-import org.junit.rules.ExpectedException;
import static org.junit.Assert.assertEquals;
public class TwelveDaysTest {
- @Rule
- public ExpectedException expectedException = ExpectedException.none();
@Test
public void testVerseOne() {