Skip to content

Commit

Permalink
Add CSV mapper for REST server FIX oasp#606
Browse files Browse the repository at this point in the history
Ignore not implemented test
  • Loading branch information
mathieu-lavigne committed Dec 5, 2017
1 parent 56b716a commit 2d0c8ee
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package io.oasp.gastronomy.restaurant.general.service.impl.rest;

import static org.junit.Assert.*;
import static org.junit.Assert.fail;

import org.junit.Ignore;
import org.junit.Test;

/**
Expand All @@ -11,6 +12,7 @@
public class CsvProviderTest {

@Test
@Ignore // TODO
public void test() {

fail("Not yet implemented");
Expand Down

0 comments on commit 2d0c8ee

Please sign in to comment.