forked from Archives/Athou_commafeed
removed wicket and tomee, use dropwizard instead. remove wro4j, use gulp instead
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
package com.commafeed.backend.feeds;
|
||||
package com.commafeed.backend.feed;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.commafeed.backend.feed.FeedUtils;
|
||||
|
||||
public class FeedUtilsTest {
|
||||
|
||||
@Test
|
||||
@@ -1,15 +0,0 @@
|
||||
describe("A suite", function() {
|
||||
it("contains spec with an expectation", function() {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
describe("A suite is just a function", function() {
|
||||
var a;
|
||||
|
||||
it("and so is a spec", function() {
|
||||
a = true;
|
||||
|
||||
expect(a).toBe(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user