Skip to content

Commit

Permalink
Wip: AbstractSpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
currenjin committed Dec 17, 2024
1 parent 1a6821c commit ffc7881
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.currenjin.specifications;

public abstract class AbstractSpecification {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.currenjin.specifications;

import org.junit.jupiter.api.Test;

class SpecificationTest {
}

0 comments on commit ffc7881

Please sign in to comment.